The Wayback Machine - https://web.archive.org/web/20220902042534/https://github.com/github/codeql/commits/main
Skip to content
Permalink
main
Switch branches/tags

Commits on Sep 1, 2022

  1. Merge pull request #10163 from d10c/missing-check-scanf-squashed

    C++: New Query: missing return-value check for scanf-like functions
    d10c committed Sep 1, 2022
  2. Merge pull request #10261 from MathiasVP/fix-join-in-sign-analysis

    C++: Fix join in sign analysis
    MathiasVP committed Sep 1, 2022
  3. Merge pull request #10242 from igfoo/igfoo/kotlinFunctionToJavaEquiva…

    …lent
    
    Kotlin: Refactor kotlinFunctionToJavaEquivalent
    igfoo committed Sep 1, 2022
  4. Merge pull request #10245 from hvitved/ruby/simplify-track-instance

    Ruby: Exclude top-level `self` accesses from `trackModule`
    hvitved committed Sep 1, 2022
  5. Merge pull request #10257 from igfoo/igfoo/hasModifier

    Java: Correct hasModifier documentation
    igfoo committed Sep 1, 2022
  6. Merge pull request #10260 from github/edoardo/3.7-mergeback

    Merge `rc/3.7` into `main`
    edoardopirovano committed Sep 1, 2022
  7. Merge pull request #10258 from github/codeql-ci/js/ml-powered-pack-re…

    …lease-0.3.2
    
    JS: Bump version numbers of ML-powered packs after 0.3.2 release
    henrymercer committed Sep 1, 2022
  8. Merge pull request #10255 from tamasvajk/kotlin-array-get-fix

    Kotlin: Fix array indexer extraction
    tamasvajk committed Sep 1, 2022
  9. Kotlin: Remove a redundant ?

    igfoo committed Sep 1, 2022
  10. Merge pull request #10243 from igfoo/igfoo/extractExpression

    Kotlin: Removed a couple of casts from extractExpression
    igfoo committed Sep 1, 2022
  11. Merge pull request #10246 from igfoo/igfoo/extractConstructorCall

    Kotlin: Refactor extractConstructorCall
    igfoo committed Sep 1, 2022
  12. Merge pull request #10247 from igfoo/igfoo/useSimpleType2

    Kotlin: Remove another cast
    igfoo committed Sep 1, 2022
  13. Merge pull request #10254 from MathiasVP/swift-base-and-derived-on-decls

    Swift: Add `getBaseTypeDecl` to `TypeDecl`
    geoffw0 committed Sep 1, 2022
  14. Merge pull request #10061 from geoffw0/cleartext

    Swift: Queries for CWE-311 (originally CWE-200)
    MathiasVP committed Sep 1, 2022
  15. Merge pull request #10203 from hvitved/ssa/param-module

    SSA: Make shared library a parameterized module
    hvitved committed Sep 1, 2022
  16. Merge pull request #10248 from github/workflow/coverage/update

    Update CSV framework coverage reports
    aschackmull committed Sep 1, 2022

Commits on Aug 31, 2022

  1. Kotlin: Be more permissive

    I think we'll end up giving a warning/error later, but that's better
    than having a cast throw now.
    igfoo committed Aug 31, 2022
  2. Kotlin: Add a type signature

    igfoo committed Aug 31, 2022
  3. Swift: Use allowImplicitRead as a better solution replacing one of th…

    …e special flow cases.
    geoffw0 committed Aug 31, 2022
Older