mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
763 B
763 B
1.1.0
Major Analysis Improvements
- Added support for data flow through side-effects on static fields. For example, when a static field containing an array is updated.
Minor Analysis Improvements
- Added some new
localsource models. Most prominentlySystem.IO.Path.GetTempPathandSystem.Environment.GetFolderPath. This might produce more alerts, if thelocalthreat model is enabled. - The extractor has been changed to not skip source files that have already been seen. This has an impact on source files that are compiled multiple times in the build process. Source files with conditional compilation preprocessor directives (such as
#if) are now extracted for each set of preprocessor symbols that are used during the build process.