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 Oct 20, 2022

  1. Merge pull request #10889 from smowton/smowton/fix/enum-entry-class-w…

    …arning
    
    Kotlin: Don't warn on extracting an enum-entry class
    smowton committed Oct 20, 2022
  2. Merge pull request #10757 from geoffw0/sqlinject

    Swift: Query for SQL injection
    geoffw0 committed Oct 20, 2022
  3. Apply suggestions from code review

    Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
    geoffw0 and subatoi committed Oct 20, 2022
  4. Merge pull request #10907 from cklin/document-assume-small-delta

    QL language spec: pragma[assume_small_delta]
    cklin committed Oct 20, 2022
  5. Merge pull request #10895 from hvitved/ruby/track-module-no-self-params

    Ruby: Block for steps into `self` parameters in `trackModuleAccess`
    hvitved committed Oct 20, 2022
  6. Merge pull request #9876 from smowton/smowton/feature/interface-forwa…

    …rding
    
    Kotlin: implement default interface forwarding
    smowton committed Oct 20, 2022
  7. Merge pull request #10897 from jsoref/spelling-frontend

    Spelling frontend
    aibaars committed Oct 20, 2022
  8. Merge pull request #10893 from github/redsun82/setup-python-4

    Swift: bump actions/setup-python from 3 to 4
    AlexDenisov committed Oct 20, 2022
  9. Merge pull request #10896 from jsoref/codeowners-codeql-frontend-revi…

    …ewers
    
    Fix CODEOWNERS docs/codeql paths
    jketema committed Oct 20, 2022
  10. Fix CODEOWNERS docs/codeql/ paths

    * codeql-cli
    * codeql-for-visual-studio-code
    * ql-language-reference path
    jsoref committed Oct 20, 2022
  11. spelling: substitution

    Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
    jsoref committed Oct 20, 2022
  12. spelling: monotonic

    Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
    jsoref committed Oct 20, 2022
  13. spelling: meaningful

    Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
    jsoref committed Oct 20, 2022

Commits on Oct 19, 2022

  1. Merge pull request #10764 from pwntester/javascript_xss_improvements

    JS: Consider other XSS unsafe content-types when reasoning about XSS vulnerabilities
    erik-krogh committed Oct 19, 2022
  2. Swift: Another qhelp edit.

    geoffw0 committed Oct 19, 2022
  3. Apply suggestions from code review

    Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
    geoffw0 and subatoi committed Oct 19, 2022
  4. Swift: bump actions/setup-python from 3 to 4

    Also fixes python version with a `.pythonversion` file.
    
    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and redsun82 committed Oct 19, 2022
  5. Merge pull request #10853 from smowton/smowton/fix/specialised-anon-c…

    …lasses
    
    Kotlin: extract called private methods of specialised types, and specialised instances of anonymous types
    smowton committed Oct 19, 2022
  6. Merge pull request #10878 from jsoref/spelling-ml

    Spelling ml
    henrymercer committed Oct 19, 2022
  7. Merge pull request #10891 from github/alexdenisov/xcode-autobuilder-t…

    …ests
    
    Swift: add Xcode autobuilder tests
    redsun82 committed Oct 19, 2022
  8. Don't create interface forwarders for other interfaces, and target su…

    …per accesses correctly
    
    Intermediate interfaces don't need interface forwarders, since the Kotlin compiler won't try to make them non-abstract by synthesising methods.
    
    Super references should always target an immediate superclass, not the ancestor containing the intended implementation.
    smowton committed Oct 19, 2022
  9. Swift: better CI names

    AlexDenisov committed Oct 19, 2022
  10. Merge pull request #10648 from igfoo/igfoo/lockless

    Kotlin: Implement lockless TRAP writing
    igfoo committed Oct 19, 2022
  11. Merge pull request #10840 from erik-krogh/html_safe

    RB: simplify html_safe modeling
    erik-krogh committed Oct 19, 2022
Older