mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
645 B
645 B
2.1.0
New Features
- Added support for custom threat-models, which can be used in most of our taint-tracking queries, see our documentation for more details.
Minor Analysis Improvements
- The common sanitizer guard
StringConstCompareBarrierhas been renamed toConstCompareBarrierand expanded to cover comparisons with other constant values such asNone. This may result in fewer false positive results for several queries.