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

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Feb 15, 2023

  1. Merge pull request #12165 from RasmusWL/crypto-updates

    Python/Ruby/JS Crypto: Add a few algorithms + block modes
    RasmusWL committed Feb 15, 2023
  2. Merge pull request #12111 from smowton/smowton/feature/java-merge-cla…

    …sses-and-interfaces
    
    Java: merge the @Class and @interface database types and tables
    smowton committed Feb 15, 2023
  3. Merge pull request #12188 from smowton/smowton/feature/go-1.20-support

    Go: Upgrade extractor compiler and dependency versions
    smowton committed Feb 15, 2023
  4. Merge pull request #12180 from github/redsun82/swift-codegen

    Swift: some restructuring of codegen
    redsun82 committed Feb 15, 2023
  5. Merge pull request #12191 from github/workflow/coverage/update

    Update CSV framework coverage reports
    aschackmull committed Feb 15, 2023

Commits on Feb 14, 2023

  1. Accept test changes

    Some diagnostics have been reworded for Go 1.20, and a standard library type parameter is visible to the TypeParamType test.
    smowton committed Feb 14, 2023
  2. Upgrade Go to 1.20

    smowton committed Feb 14, 2023
  3. Improve join ordering

    smowton committed Feb 14, 2023
  4. Update stats

    smowton committed Feb 14, 2023
  5. Resolve a newly-introduced ambiguity

    Also fix a simple redundancy noticed while debugging
    smowton committed Feb 14, 2023
  6. Java: merge the @Class and @interface database types and tables

    This will allow the extractor to emit class(id, ...) when all it knows about a class is its name, due to not having it available on the classpath. Previously it would have had to guess whether it belonged to @Class or @interface, possibly introducing an inconsistency.
    smowton committed Feb 14, 2023
  7. Merge pull request #12081 from jcogs33/jcogs33/update-some-Files-sinks

    Java: update `createTempDirectory` and `copy` "create-file" sinks
    jcogs33 committed Feb 14, 2023
  8. Merge pull request #12029 from github/tausbn/python-clean-up-version-…

    …handling
    
    Python: Clean up version handling
    tausbn committed Feb 14, 2023
  9. Python: Add change note

    tausbn committed Feb 14, 2023
  10. Merge pull request #12171 from erik-krogh/reg-dot

    JS: dont recognize regexps that match dot as sanitizers
    erik-krogh committed Feb 14, 2023
  11. Merge pull request #12166 from erik-krogh/more-html-san

    JS: add `HtmlSanitizer` as a sanitizer DOMBasedXss
    erik-krogh committed Feb 14, 2023
  12. Merge pull request #11959 from erik-krogh/ssrfSan

    JS: add encodeURIComponent as a sanitizer for request-forgery
    erik-krogh committed Feb 14, 2023
  13. Merge pull request #12170 from erik-krogh/more-lib

    JS: More library inputs
    erik-krogh committed Feb 14, 2023
  14. Merge pull request #12159 from erik-krogh/express-ws

    JS: add express-ws as a source
    erik-krogh committed Feb 14, 2023
  15. Merge pull request #12174 from joefarebrother/stubgen-name-conflicts

    Java: Stub generator: Use fully qualified names to avoid conflicts
    joefarebrother committed Feb 14, 2023
  16. Merge pull request #12138 from aschackmull/java/gen-file-mark-perf

    Java: Improve performance of GeneratedFileMarker.
    aschackmull committed Feb 14, 2023
  17. Merge pull request #12139 from atorralba/atorralba/java/xxe-local-query

    Java: Add local version of the XXE query
    atorralba committed Feb 14, 2023
  18. Swift: some restructuring of codegen

    Loading of the schema and dbscheme has been moved to a separate
    `loaders` package for better separation of concerns.
    redsun82 committed Feb 14, 2023
  19. Merge pull request #11634 from michaelnebel/java/excludeinterfacemembers

    Java: Exclude interface members from model generation.
    michaelnebel committed Feb 14, 2023
Older
X Tutup