mirror of
https://github.com/aljazceru/Auditor.git
synced 2025-12-17 03:24:18 +01:00
- 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'"