mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
689 B
689 B
0.2.4
Deprecated APIs
- Many classes/predicates/modules with upper-case acronyms in their name have been renamed to follow our style-guide. The old name still exists as a deprecated alias.
- The utility files previously in the
semmle.javascript.security.performancepackage have been moved to thesemmle.javascript.security.regexppackage.
The previous files still exist as deprecated aliases.
Minor Analysis Improvements
- Most deprecated predicates/classes/modules that have been deprecated for over a year have been deleted.
Bug Fixes
- Fixed that top-level
for awaitstatements would produce a syntax error. These statements are now parsed correctly.