Skip to content

Commit 5572ce4

Browse files
committed
Update documentation with final CodeQL syntax fix details
1 parent 2495c6a commit 5572ce4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SECURITY_AUDIT_REPORT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
- **Files**: `.github/codeql/codeql-config.yml`, `.codeqlignore`, `.github/workflows/codeql.yml`
5050
- **Issues Fixed**:
5151
- ✅ Fixed "Cannot deserialize value of type java.lang.String from Array value" error
52-
- ✅ Corrected queries syntax from array format to string format
52+
- ✅ Fixed "(config.originalUserInput.queries || []).map is not a function" error
53+
- ✅ Corrected queries syntax to proper YAML list format with 'uses:' syntax
5354
- ✅ Removed unsupported query-filters that caused deserialization errors
5455
- ✅ Simplified configuration to use only supported CodeQL options
5556
- **Purpose**: Exclude third-party library files from security scanning

0 commit comments

Comments
 (0)