Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.18.1 Upgrade #76

Merged
merged 369 commits into from
Jul 31, 2024
Merged

2.18.1 Upgrade #76

merged 369 commits into from
Jul 31, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    8818f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5d04f2 View commit details
    Browse the repository at this point in the history
  3. Install script: Windows-compatible cleanup path.

    Windows might need some retrying around deleting
    the target directory.
    criemen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bb78536 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#16926 from github/post-release-prep/codeql-…

    …cli-2.18.0
    
    Post-release preparation for codeql-cli-2.18.0
    angelapwen authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    80bd361 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    962c73d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eec2aa8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68929d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cfd06c View commit details
    Browse the repository at this point in the history
  9. Add change note

    owen-mc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a774aac View commit details
    Browse the repository at this point in the history
  10. address review

    criemen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8df2e49 View commit details
    Browse the repository at this point in the history
  11. address review

    criemen committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    16660ab View commit details
    Browse the repository at this point in the history
  12. Merge pull request github#16931 from owen-mc/go/fix/clear-sanitizer

    Go: fix `clear` sanitizer
    owen-mc authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    496e76c View commit details
    Browse the repository at this point in the history
  13. Merge pull request github#16928 from github/criemen/install-remove

    Install script: Windows-compatible cleanup path.
    criemen authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f87e680 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c5f007 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39ad4d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge pull request github#16915 from MathiasVP/fix-iterator-to-expire…

    …d-container-fp-4
    
    C++: Fix `cpp/iterator-to-expired-container` FPs
    MathiasVP authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6359388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48edb77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d41eae6 View commit details
    Browse the repository at this point in the history
  4. Python: Always log errors before writing diagnostics

    So we have the info in the logs if the diagnostics processing fails
    RasmusWL committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a8b976b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1da2c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b3625e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60d1dc8 View commit details
    Browse the repository at this point in the history
  8. Moved new query to 'experimental'

    Moved lists of domains to data extensions, including adding those to the overall qlpack.yml
    
    Expanded scope of new query to further domains operated by the untrusted owners of polyfill.io
    aegilops committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    86afd54 View commit details
    Browse the repository at this point in the history
  9. Merge pull request github#16935 from MathiasVP/iterator-to-expired-co…

    …ntainer-fp-5
    
    C++: Add `cpp/iterator-to-expired-container` FP
    MathiasVP authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    81593ec View commit details
    Browse the repository at this point in the history
  10. QLDoc

    aegilops committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    dae2aeb View commit details
    Browse the repository at this point in the history
  11. Formatting of QLL

    aegilops committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0aab2ae View commit details
    Browse the repository at this point in the history
  12. Fixed test

    aegilops committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    01ec7c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Address review comment

    hvitved committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7928d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf56a2 View commit details
    Browse the repository at this point in the history
  3. Update shared/ssa/codeql/ssa/Ssa.qll

    Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
    hvitved and MathiasVP authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8979bac View commit details
    Browse the repository at this point in the history
  4. C++: Autoformat.

    geoffw0 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7438462 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0344381 View commit details
    Browse the repository at this point in the history
  6. Merge pull request github#16884 from hvitved/ssa/dataflow-integration

    SSA: Add data flow integration layer
    hvitved authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f183382 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39b5dbf View commit details
    Browse the repository at this point in the history
  8. Merge pull request github#16945 from tamasvajk/feature/buildless-dete…

    …rministic-file-order
    
    C#: Order files in buildless extraction
    tamasvajk authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    57efb84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4193b7e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fde7d7b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e448d5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01afa36 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f650e3f View commit details
    Browse the repository at this point in the history
  14. Fix package validation errors

    owen-mc committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ab991af View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f6b9195 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3e2ebf4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b64ef84 View commit details
    Browse the repository at this point in the history
  18. Make groupPrefix() private

    This could be made public in future. But I expect that we will want to
    use this logic for QL models as well then we will want to move it into a
    different file, which will be much easier if it's all private at the
    moment.
    owen-mc committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    32acff7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2c7fbda View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3f789ba View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    3417605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0413e0e View commit details
    Browse the repository at this point in the history
  3. C++: Fix getAPrimaryQlClass

    jketema committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    48bf06f View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#16924 from tamasvajk/feature/winforms-linux

    C#: Restore Windows dependencies when Windows Forms or WPF usage is detected
    tamasvajk authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fd8cda3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request github#16946 from hvitved/csharp/fewer-version-reg…

    …exps
    
    C#: Perform fewer `regexpCapture`s when matching version numbers
    hvitved authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a452ead View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16b142d View commit details
    Browse the repository at this point in the history
  7. C++: Fix class extension

    jketema committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ed42c3c View commit details
    Browse the repository at this point in the history
  8. C++: Fix test

    jketema committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5e0ce7e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    412ad17 View commit details
    Browse the repository at this point in the history
  10. Merge pull request github#16925 from github/mbg/go/add-vendor-env-var

    Go: Add environment variable to include `vendor` directories in extraction
    mbg authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    45b7825 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d71be8a View commit details
    Browse the repository at this point in the history
  12. Merge pull request github#16951 from jketema/builtin-op

    C++: Support more builtin operations
    jketema authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    87d9218 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    90641a5 View commit details
    Browse the repository at this point in the history
  14. Merge pull request github#16941 from owen-mc/go/mad-package-alias

    Go: Allow grouping import paths for models-as-data
    owen-mc authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5bdef38 View commit details
    Browse the repository at this point in the history
  15. Merge pull request github#16540 from aegilops/aegilops/js/insecure-he…

    …lmet-middleware
    
    JS/TS: insecure Helmet middleware (new query)
    erik-krogh authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    de9370a View commit details
    Browse the repository at this point in the history
  16. Merge pull request github#16899 from igfoo/igfoo/semmle_dist

    Java/Kotlin: Remove legacy $SEMMLE_DIST support
    igfoo authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    311799c View commit details
    Browse the repository at this point in the history
  17. C++: Add test for C++20 implicit array sizes

    Implement NewArrayExpr.getArraySize()
    calumgrant committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    29df3cb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d5d0cf5 View commit details
    Browse the repository at this point in the history
  19. Python: Fix .expected

    RasmusWL committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5ecde38 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c6fb500 View commit details
    Browse the repository at this point in the history
  21. Merge pull request github#16954 from github/angelapwen/remove-ci-work…

    …around
    
    Remove CI workaround for `DatabaseQualityDiagnostics.ql`
    angelapwen authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0b6714e View commit details
    Browse the repository at this point in the history
  22. Merge pull request github#16696 from joefarebrother/python-cookie-wri…

    …te-headers
    
    Python: Model CookieWrites from HeaderWrites
    joefarebrother authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8152ec7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8012f3b View commit details
    Browse the repository at this point in the history
  24. C++: Add change note.

    MathiasVP committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    64513fb View commit details
    Browse the repository at this point in the history
  25. Merge pull request github#16771 from porcupineyhairs/js2py

    Python : Arbitrary code execution due to Js2Py
    RasmusWL authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f41d2a8 View commit details
    Browse the repository at this point in the history
  26. Swift: Add GA change note.

    geoffw0 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e5761d6 View commit details
    Browse the repository at this point in the history
  27. Merge pull request github#16952 from hvitved/ssa/barrier-guards-param…

    …-mod
    
    SSA: Make barrier guards a parameterized module
    hvitved authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9794269 View commit details
    Browse the repository at this point in the history
  28. Swift: Fix change note file.

    geoffw0 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f5bfdbf View commit details
    Browse the repository at this point in the history
  29. Merge pull request github#16962 from geoffw0/ga-note

    Swift: Add GA change note.
    MathiasVP authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a2a065c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5c97a5f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bf47574 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    13c25a4 View commit details
    Browse the repository at this point in the history
  33. Merge pull request github#16956 from github/calumgrant/cpp20-array-sizes

    C++: Test C++20 implicit array sizes.
    calumgrant authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    24914ef View commit details
    Browse the repository at this point in the history
  34. Merge pull request github#16939 from geoffw0/docsforautofix

    C++: Assorted minor doc improvements
    MathiasVP authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1a2b4a3 View commit details
    Browse the repository at this point in the history
  35. Java: add IOUtils.toByteArray(InputStream) summary

    Jami Cogswell authored and Jami Cogswell committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4a1497f View commit details
    Browse the repository at this point in the history
  36. Java: add change note

    Jami Cogswell authored and Jami Cogswell committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5cf05ec View commit details
    Browse the repository at this point in the history
  37. Java: fix line number changes in tests

    Jami Cogswell authored and Jami Cogswell committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    744a1a9 View commit details
    Browse the repository at this point in the history
  38. Java: add path-injection sink for hudson.FilePath.exists()

    Jami Cogswell authored and Jami Cogswell committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    77a8ba9 View commit details
    Browse the repository at this point in the history
  39. Java: add change note

    Jami Cogswell authored and Jami Cogswell committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ab9a6fa View commit details
    Browse the repository at this point in the history
  40. Java: fix line number changes in tests

    Jami Cogswell authored and Jami Cogswell committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6b497da View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Revert "C#: Order files in buildless extraction"

    This reverts commit ccf56a2.
    tamasvajk committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d689ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a41b2c View commit details
    Browse the repository at this point in the history
  3. C++: Strip away specifiers and typedefs when finding iterator paramet…

    …ers for a string taint function.
    MathiasVP committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    813f08e View commit details
    Browse the repository at this point in the history
  4. C++: Accept test changes.

    MathiasVP committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7a2b170 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04f173d View commit details
    Browse the repository at this point in the history
  6. Merge pull request github#16969 from MathiasVP/add-missing-underlying…

    …-type
    
    C++: Strip specifiers and typedefs when finding iterator parameter for string taint function
    MathiasVP authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f6627cc View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review - docs and wording

    Docs suggestions accepted, thank you 🙏
    
    Co-authored-by: Felicity Chapman <[email protected]>
    aegilops and felicitymay authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3f37fe6 View commit details
    Browse the repository at this point in the history
  8. Python: Don't use fake locations in diagnostics

    Some of the internal tooling would not be too happy about this :D
    RasmusWL committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    354394d View commit details
    Browse the repository at this point in the history
  9. Merge pull request github#16968 from tamasvajk/feature/buildless-dete…

    …rministic-file-order-2
    
    C#: Order syntax trees before creating compilation
    tamasvajk authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    0839742 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    040f948 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    00d91dc View commit details
    Browse the repository at this point in the history
  12. Merge branch 'aegilops/polyfill-io-compromised-script' of https://git…

    …hub.com/aegilops/codeql into aegilops/polyfill-io-compromised-script
    aegilops committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    61df4d2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c9af53f View commit details
    Browse the repository at this point in the history
  14. Merge pull request github#16966 from hvitved/ssa/reduce-caching

    SSA: Reduce caching in data-flow integration layer
    hvitved authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8a9f0bf View commit details
    Browse the repository at this point in the history
  15. Merge pull request github#16940 from RasmusWL/rasmuswl/BuiltinModuleE…

    …xtractable
    
    Python: Handle diagnostics writing for `BuiltinModuleExtractable`
    RasmusWL authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1de2943 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    11249e7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    79980a9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    de5ec1f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    772344d View commit details
    Browse the repository at this point in the history
  20. C++: Update tests to reflect on-demand indexing of special member fun…

    …ctions.
    
    None of these tests were relying on the removed rows.
    sashabu committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    18d9310 View commit details
    Browse the repository at this point in the history
  21. C++: Extend template member test to better test on-demand indexing of…

    … special member functions.
    sashabu committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b3b04b4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    faf77d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    5d657ba View commit details
    Browse the repository at this point in the history
  2. Tweak change note

    owen-mc committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    8dcef82 View commit details
    Browse the repository at this point in the history
  3. Refactor inAndroidApplication

    owen-mc committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    b7a5252 View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#16965 from jcogs33/jcogs33/add-FilePath-exi…

    …sts-sink
    
    Java: add path-injection sink for `hudson.FilePath.exists()`
    jcogs33 authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    9c98296 View commit details
    Browse the repository at this point in the history
  5. Merge pull request github#16967 from github/workflow/coverage/update

    Update CSV framework coverage reports
    owen-mc authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    dd1d5ec View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    7fc95b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd4a20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b38d51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fc598d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ec64a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99ed3c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3efbee0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request github#16974 from github/workflow/coverage/update

    Update CSV framework coverage reports
    owen-mc authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    cd9b364 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    8eba4a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#16955 from igfoo/igfoo/kotlin-ga

    Kotlin: Kotlin support is now out of beta, and generally available
    igfoo authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a951718 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github#16959 from MathiasVP/promote-iterator-to-ex…

    …pired-container-to-code-scanning
    
    C++: Promote `cp/iterator-to-expired-container` to Code Scanning
    MathiasVP authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5da3fb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da5abc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29e9c05 View commit details
    Browse the repository at this point in the history
  6. Merge pull request github#16502 from github/MathiasVP-patch-1

    Swift: Remove beta label
    MathiasVP authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1c33698 View commit details
    Browse the repository at this point in the history
  7. Merge pull request github#16873 from michaelnebel/csharp/narrowsource…

    …generation
    
    C#: Narrow source model generation.
    michaelnebel authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    18cde3b View commit details
    Browse the repository at this point in the history
  8. Java: add manual models for all overloads of IOUtils.toByteArray

    Jami Cogswell authored and Jami Cogswell committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cd82ada View commit details
    Browse the repository at this point in the history
  9. Java: update change note

    Jami Cogswell authored and Jami Cogswell committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7f34dd1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b70a4c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    391816c View commit details
    Browse the repository at this point in the history
  12. Java: update tests

    Jami Cogswell authored and Jami Cogswell committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8f6d4be View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Merge pull request github#16856 from owen-mc/go/mad-sources-chi-echo-…

    …elazarl
    
     Go: Convert  chi echo and elazarl sources to MaD
    owen-mc authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2dc63ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eefbb67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    195c20c View commit details
    Browse the repository at this point in the history
  4. Merge pull request github#16979 from aschackmull/dataflow/internsets

    Dataflow: Replace MakeSets with QlBuiltins::InternSets.
    aschackmull authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0fb27fb View commit details
    Browse the repository at this point in the history
  5. C++: Change note.

    geoffw0 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e39e765 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12d6875 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc64a08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    938f46b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2f57b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2bfd65f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37d7824 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7bfa4c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    06a2a40 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef833de View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    061c187 View commit details
    Browse the repository at this point in the history
  16. Sort Gin source models

    owen-mc committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b3744ef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    124567c View commit details
    Browse the repository at this point in the history
  18. Go/Bazel: use gazelle go_deps instead of a vendor directory

    Paolo Tranquilli committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e469534 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cafb118 View commit details
    Browse the repository at this point in the history
  20. Make comments clearer

    owen-mc committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ca06589 View commit details
    Browse the repository at this point in the history
  21. Merge pull request github#16835 from aschackmull/java/proper-clone-model

    Java: Replace the MaD Object.clone() models with a non-aliasing value step.
    aschackmull authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0d0b69e View commit details
    Browse the repository at this point in the history
  22. Accept suggested QLDoc fix

    Co-authored-by: Chris Smowton <[email protected]>
    owen-mc and smowton authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    db6cd18 View commit details
    Browse the repository at this point in the history
  23. C++: Add a FP from DCA.

    MathiasVP committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f5ec231 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    575fbd2 View commit details
    Browse the repository at this point in the history
  25. C++: Use GVN for base case.

    MathiasVP committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d539ce0 View commit details
    Browse the repository at this point in the history
  26. C++: Accept test changes.

    MathiasVP committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    68e3be1 View commit details
    Browse the repository at this point in the history
  27. C++: Add more FPs.

    MathiasVP committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    983acf2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3d88f08 View commit details
    Browse the repository at this point in the history
  29. C++: Accept test changes.

    MathiasVP committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    510bfb9 View commit details
    Browse the repository at this point in the history
  30. C++: Add change note.

    MathiasVP committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4e916de View commit details
    Browse the repository at this point in the history
  31. Merge pull request github#16972 from github/sashabu/templates

    C++: Update tests to reflect on-demand indexing of special member functions.
    sashabu authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f293b77 View commit details
    Browse the repository at this point in the history
  32. Kotlin: Support 2.0.20

    igfoo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    777cc35 View commit details
    Browse the repository at this point in the history
  33. Kotlin: Add 2.0.20-Beta1 deps

    igfoo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    eb0bcdd View commit details
    Browse the repository at this point in the history
  34. Kotlin: Add 2.0.20-Beta1

    igfoo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    64ebfc6 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    adaeb01 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    06cc74f View commit details
    Browse the repository at this point in the history
  37. Kotlin: Fixes for 2.0.20-Beta2

    igfoo committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    91dd99d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a73170d View commit details
    Browse the repository at this point in the history
  39. Merge pull request github#16963 from owen-mc/go/mad-sources/go-restfu…

    …l-gin-mux
    
     Go: Convert go-restful, Gin and Mux sources to MaD
    owen-mc authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0793c58 View commit details
    Browse the repository at this point in the history
  40. Change string prefix check

    This avoids putting all the prefixes in the string pool.
    owen-mc committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8647f69 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    950d70f View commit details
    Browse the repository at this point in the history
  42. C++: Sync identical files.

    MathiasVP committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8894fba View commit details
    Browse the repository at this point in the history
  43. C++: Accept test changes.

    MathiasVP committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9504e0f View commit details
    Browse the repository at this point in the history
  44. Merge pull request github#16932 from igfoo/igfoo/kotlin-2.0.20

    Kotlin: Add 2.0.20 support
    igfoo authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bf4a202 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    2da1de7 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    034f2d4 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    873fd66 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    535b4ea View commit details
    Browse the repository at this point in the history
  49. Java: update provenance numbers in tests again

    Jami Cogswell authored and Jami Cogswell committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f90df85 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    083b9b7 View commit details
    Browse the repository at this point in the history
  51. C++: Sync identical files.

    MathiasVP committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dbe0fce View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    fc6b17a View commit details
    Browse the repository at this point in the history
  53. Merge pull request github#16914 from owen-mc/java/android-app-detection

    Java: Improve Android app detection
    owen-mc authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e2356d9 View commit details
    Browse the repository at this point in the history
  54. Merge pull request github#16964 from jcogs33/jcogs33/add-toByteArray-…

    …summaries
    
    Java: add `IOUtils.toByteArray` summaries
    jcogs33 authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    39f0288 View commit details
    Browse the repository at this point in the history
  55. Merge pull request github#16986 from owen-mc/go/mad-sources-revel-net…

    …http
    
    Go: Convert Revel and net/http sources to MaD
    owen-mc authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    12fe998 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge pull request github#16990 from owen-mc/go/change-string-prefix-…

    …check
    
    Go: Change string prefix check
    owen-mc authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e6c7e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a5a941 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa0749e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b2075b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c3220e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f67026f View commit details
    Browse the repository at this point in the history
  7. Merge pull request github#17003 from owen-mc/go/update-library-covera…

    …ge-frameworks
    
    Go: Add frameworks to frameworks.csv
    owen-mc authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    238c6cc View commit details
    Browse the repository at this point in the history
  8. Merge pull request github#16988 from MathiasVP/unsigned-difference-co…

    …mpares-eq-zero-fp-fixes
    
    C++: Fix FPs in `cpp/unsigned-difference-expression-compared-zero`
    MathiasVP authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dc32806 View commit details
    Browse the repository at this point in the history
  9. Merge pull request github#16992 from owen-mc/go/mad/use-package-grouping

    Go: use package grouping in existing models-as-data models
    owen-mc authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a8a4a20 View commit details
    Browse the repository at this point in the history
  10. Adapt test to work better for MaD

    In MaD, `Argument[n]` corresponds to the post-update node of the
    argument, which in the old version of the test will be the definition of
    `dstReader` for the tests for `ReadBody`, `ReadLimitBody`,
    `ContinueReadBodyStream`, `ContinueReadBody`.
    owen-mc committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f339274 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a00b5e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3169d2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    729069e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    abeca3d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cfdd487 View commit details
    Browse the repository at this point in the history
  16. Do not use "request" threat model kind

    It is not supported yet.
    owen-mc committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6b52cd4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d109b1e View commit details
    Browse the repository at this point in the history
  18. Merge pull request github#16987 from github/redsun82/go

    Go/Bazel: use gazelle `go_deps` instead of a vendor directory
    redsun82 authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bf69c76 View commit details
    Browse the repository at this point in the history
  19. Bump the extractor-dependencies group across 1 directory with 2 updates

    Bumps the extractor-dependencies group with 2 updates in the /go/extractor directory: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).
    
    
    Updates `golang.org/x/mod` from 0.15.0 to 0.19.0
    - [Commits](golang/mod@v0.15.0...v0.19.0)
    
    Updates `golang.org/x/tools` from 0.18.0 to 0.23.0
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.18.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/mod
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: extractor-dependencies
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: extractor-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3641dfe View commit details
    Browse the repository at this point in the history
  20. Merge pull request github#16916 from github/dependabot/go_modules/go/…

    …extractor/extractor-dependencies-5727fbca95
    
    Bump the extractor-dependencies group across 1 directory with 2 updates
    mbg authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    784a073 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d5ccb2e View commit details
    Browse the repository at this point in the history
  22. C++: Sync identical files.

    MathiasVP committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8a3a3fa View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7029de5 View commit details
    Browse the repository at this point in the history
  24. Merge pull request github#16907 from MathiasVP/phi-escape-5

    C++: Add a new `MemoryLocation` to represent sets of `Allocation`s
    MathiasVP authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    45ba0c3 View commit details
    Browse the repository at this point in the history
  25. Merge pull request github#16985 from geoffw0/madprov

    C++: Support MaD alert provenance
    geoffw0 authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    98319be View commit details
    Browse the repository at this point in the history
  26. Merge pull request github#16960 from owen-mc/go/mad-sources-fasthttp

    Go: Convert fasthttp sources to MaD
    owen-mc authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    433137a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    ca42eac View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#17000 from github/workflow/coverage/update

    Update CSV framework coverage reports
    owen-mc authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a9bf17e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bc8832 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e4aadf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a2ed83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afb6e41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6c1ff5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc17b90 View commit details
    Browse the repository at this point in the history
  9. Add test for autobuild with maven-enforcer

    Chris Smowton authored and smowton committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1abe0d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb0589d View commit details
    Browse the repository at this point in the history
  11. Merge pull request github#16958 from github/max-schaefer-patch-1

    Java: Tag `java/non-https-url` with CWE-345 ("Insufficient Verification of Data Authenticity")
    owen-mc authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a717c30 View commit details
    Browse the repository at this point in the history
  12. Merge pull request github#17013 from smowton/smowton/admin/maven-enfo…

    …rcer-test
    
    Java: Add test for autobuild with maven-enforcer
    smowton authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c1853e0 View commit details
    Browse the repository at this point in the history
  13. Merge pull request github#17010 from github/criemen/disable-remote-ca…

    …che-zipmerge
    
    pkg.bzl: Disable remote caching of zipmerge steps.
    criemen authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8fa575d View commit details
    Browse the repository at this point in the history
  14. Integration tests: port to pytest.

    Requires an internal PR.
    criemen committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3badd61 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3a9ff64 View commit details
    Browse the repository at this point in the history
  16. Merge pull request github#17016 from github/mbg/go/log-output-for-go-…

    …version
    
    Go: Output stdout/stderr for `go version` if something goes wrong
    mbg authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9a72914 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4d943f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Address review.

    criemen committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    620582f View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#17012 from owen-mc/go/mad/convert-sources-w…

    …ebsockets
    
    Go: convert models for websocket readers as remote flow sources to models-as-data
    owen-mc authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    24261b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github#17015 from github/criemen/pytest-js

    Integration tests: port to pytest.
    criemen authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a63e70d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68a2166 View commit details
    Browse the repository at this point in the history
  5. Swift: Autoformat.

    geoffw0 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1ca0de9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request github#16570 from geoffw0/swiftssn

    Swift: Use shared library for sensitive private information heuristics
    geoffw0 authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    183b3fe View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    f83b70d View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#17024 from github/workflow/coverage/update

    Update CSV framework coverage reports
    owen-mc authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    38aac1f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Release preparation for version 2.18.1

    github-actions[bot] committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    55935fc View commit details
    Browse the repository at this point in the history
  2. Minor changelog improvements

    cklin committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cda4339 View commit details
    Browse the repository at this point in the history
  3. Merge pull request github#17032 from github/release-prep/2.18.1

    Release preparation for version 2.18.1
    cklin authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    81ab202 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23320b6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request github#17039 from github/revert-17032-release-prep…

    …/2.18.1
    
    Revert "Release preparation for version 2.18.1"
    cklin authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    09f5e19 View commit details
    Browse the repository at this point in the history
  6. Release preparation for version 2.18.1

    github-actions[bot] committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    368bcb6 View commit details
    Browse the repository at this point in the history
  7. Minor changelog improvements

    cklin committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a5fe3f4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request github#17040 from github/release-prep/2.18.1

    Release preparation for version 2.18.1
    cklin authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    54ac180 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. 2.18.1 merge

    Dilan Bhalla committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    db6fb7b View commit details
    Browse the repository at this point in the history
  2. 2.18.1 merge conflict

    Dilan Bhalla committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    73ee8ef View commit details
    Browse the repository at this point in the history