We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2495c6a commit 5572ce4Copy full SHA for 5572ce4
1 file changed
SECURITY_AUDIT_REPORT.md
@@ -49,7 +49,8 @@
49
- **Files**: `.github/codeql/codeql-config.yml`, `.codeqlignore`, `.github/workflows/codeql.yml`
50
- **Issues Fixed**:
51
- ✅ Fixed "Cannot deserialize value of type java.lang.String from Array value" error
52
- - ✅ Corrected queries syntax from array format to string format
+ - ✅ Fixed "(config.originalUserInput.queries || []).map is not a function" error
53
+ - ✅ Corrected queries syntax to proper YAML list format with 'uses:' syntax
54
- ✅ Removed unsupported query-filters that caused deserialization errors
55
- ✅ Simplified configuration to use only supported CodeQL options
56
- **Purpose**: Exclude third-party library files from security scanning
0 commit comments