main
Commits on Mar 23, 2022
-
Merge pull request #8517 from hmac/hmac/lambda-captured-var
Ruby: fix bug with captured variable reads in lambdas
-
Merge pull request #8461 from Paul1nh0/dev_cve_2016_6480
Add query for double-fetch vulnerability
-
Merge pull request #8523 from asgerf/js/api-graph-receiver-label
Approved by erik-krogh
-
Merge pull request #8479 from geoffw0/widecharperf
C++: Fix expensive getWideCharType().
-
Merge pull request #8536 from github/codeql-ci/js-atm-new-release
JS: Bump version numbers of ML-powered packs after 0.2.0 release
-
-
Merge pull request #8451 from michaelnebel/csharp/modelgenerator-impr…
…ovements C#: Model generator improvements and more tests
-
-
Merge pull request #8289 from tausbn/python-remove-with-test-syntax-e…
…rror Python: Fix syntax error in `with` test output
-
Merge pull request #8525 from MathiasVP/more-precise-is-before
C++: Consider columns in `Location.isBefore`
-
Merge pull request #8491 from jketema/command-line-injection-with-flo…
…w-state C++: Use flow states in `cpp/command-line-injection`
-
-
-
-
-
Merge pull request #8476 from RasmusWL/shared-concepts-scaffolding
Python/JS/Ruby: Shared concepts scaffolding
-
As far as I can tell, root cause of double-fetech issue is read from the same user mode memory twice, so it makes sense that only check whether user mode pointer is same or not
-
Commits on Mar 22, 2022
-
Merge pull request #8526 from MathiasVP/internal-diagmetric-queries-ql
C++: Add internal `ExtractionError` query
-
Merge pull request #8528 from github/smowton/admin/fix-go-doc-links
Fix broken links
-
Python: Fix syntax error in
withtest outputDepends on an internal PR. The two lines in question were caused by the insertion of an extra node due to the failure to parse a trailing comma corrcetly.
-
-
Merge pull request #8486 from aibaars/incomplete-hostname-python
Python: switch to shared implementation of IncompleteHostnameRegExp.ql
-
Merge pull request #8509 from erik-krogh/fpXss
JS: filter away reads of .src that end in a URL sink for js/xss-through-dom
-
-
-