Skip to content
Permalink
main

Commits on Mar 23, 2022

  1. Merge pull request #8517 from hmac/hmac/lambda-captured-var

    Ruby: fix bug with captured variable reads in lambdas
    hmac committed Mar 23, 2022
  2. Merge pull request #8461 from Paul1nh0/dev_cve_2016_6480

    Add query for double-fetch vulnerability
    MathiasVP committed Mar 23, 2022
  3. Merge pull request #8523 from asgerf/js/api-graph-receiver-label

    Approved by erik-krogh
    codeql-ci committed Mar 23, 2022
  4. Merge pull request #8479 from geoffw0/widecharperf

    C++: Fix expensive getWideCharType().
    MathiasVP committed Mar 23, 2022
  5. 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
    annarailton committed Mar 23, 2022
  6. C++: Autoformat.

    geoffw0 committed Mar 23, 2022
  7. Merge pull request #8451 from michaelnebel/csharp/modelgenerator-impr…

    …ovements
    
    C#: Model generator improvements and more tests
    michaelnebel committed Mar 23, 2022
  8. Merge pull request #8289 from tausbn/python-remove-with-test-syntax-e…

    …rror
    
    Python: Fix syntax error in `with` test output
    yoff committed Mar 23, 2022
  9. Merge pull request #8525 from MathiasVP/more-precise-is-before

    C++: Consider columns in `Location.isBefore`
    MathiasVP committed Mar 23, 2022
  10. Merge pull request #8491 from jketema/command-line-injection-with-flo…

    …w-state
    
    C++: Use flow states in `cpp/command-line-injection`
    MathiasVP committed Mar 23, 2022
  11. JS: Change note

    asgerf committed Mar 23, 2022
  12. Merge pull request #8476 from RasmusWL/shared-concepts-scaffolding

    Python/JS/Ruby: Shared concepts scaffolding
    RasmusWL committed Mar 23, 2022
  13. modify arguments check logic

    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
    Paul1nh0 committed Mar 23, 2022

Commits on Mar 22, 2022

  1. Merge pull request #8526 from MathiasVP/internal-diagmetric-queries-ql

    C++: Add internal `ExtractionError` query
    MathiasVP committed Mar 22, 2022
  2. Python: Fix syntax error in with test output

    Depends 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.
    tausbn committed Mar 22, 2022
  3. delete some unused code

    Paul1nh0 committed Mar 22, 2022
  4. Merge pull request #8486 from aibaars/incomplete-hostname-python

    Python: switch to shared implementation of IncompleteHostnameRegExp.ql
    yoff committed Mar 22, 2022
  5. 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
    erik-krogh committed Mar 22, 2022
  6. Fix broken links

    smowton committed Mar 22, 2022
Older