Merge branch 'main' into codeql-spark-run-22317536589

This commit is contained in:
Jon Janego
2026-02-23 11:52:17 -06:00
committed by GitHub
291 changed files with 11965 additions and 7775 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Added new full SSRF sanitization barrier from the new AntiSSRF library.

View File

@@ -0,0 +1,5 @@
---
category: majorAnalysis
---
- The CodeQL Python libraries have been updated to be compatible with overlay evaluation. This should result in a significant speedup on analyses for which a base database already exists. Note that it may be necessary to add `overlay[local?] module;` to user-managed libraries that extend classes that are now marked as `overlay[local]`.