Files
TheAuditorTool 4f6729d64c Fix: Handle null line/column values in ESLint and Bandit parsers
- Fix TypeError when linters return null instead of missing fields
  - Use 'or' operator to safely convert null to 0
  - Affects only JSON-based parsers (ESLint, Bandit)
  - Line 0 indicates file-level or configuration issues

  Fixes GitHub issue: "TypeError: '<' not supported between instances of 'str' and 'NoneType'"
2025-09-09 17:46:15 +07:00
..