mirror of
https://github.com/github/codeql.git
synced 2026-02-24 10:53:49 +01:00
2.3 KiB
2.3 KiB
Improvements to JavaScript analysis
General improvements
-
Support for the following frameworks and libraries has been improved:
-
Analyzing files with the ".cjs" extension is now supported.
New queries
| Query | Tags | Purpose |
|---|
Changes to existing queries
| Query | Expected impact | Change |
|---|---|---|
Incomplete URL substring sanitization (js/incomplete-url-substring-sanitization) |
More results | This query now recognizes additional URLs when the substring check is an inclusion check. |
Ambiguous HTML id attribute (js/duplicate-html-id) |
Results no longer shown | Precision tag reduced to "low". The query is no longer run by default. |