main
Name already in use
Commits on Oct 20, 2022
-
Merge pull request #10889 from smowton/smowton/fix/enum-entry-class-w…
…arning Kotlin: Don't warn on extracting an enum-entry class
-
Merge pull request #10757 from geoffw0/sqlinject
Swift: Query for SQL injection
-
Apply suggestions from code review
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
-
Merge pull request #10907 from cklin/document-assume-small-delta
QL language spec: pragma[assume_small_delta]
-
-
-
Merge pull request #10895 from hvitved/ruby/track-module-no-self-params
Ruby: Block for steps into `self` parameters in `trackModuleAccess`
-
-
Merge pull request #9876 from smowton/smowton/feature/interface-forwa…
…rding Kotlin: implement default interface forwarding
-
Merge pull request #10897 from jsoref/spelling-frontend
Spelling frontend
-
Merge pull request #10893 from github/redsun82/setup-python-4
Swift: bump actions/setup-python from 3 to 4
-
Merge pull request #10896 from jsoref/codeowners-codeql-frontend-revi…
…ewers Fix CODEOWNERS docs/codeql paths
-
Fix CODEOWNERS docs/codeql/ paths
* codeql-cli * codeql-for-visual-studio-code * ql-language-reference path
-
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
-
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
-
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Commits on Oct 19, 2022
-
Merge pull request #10764 from pwntester/javascript_xss_improvements
JS: Consider other XSS unsafe content-types when reasoning about XSS vulnerabilities
-
-
-
-
Apply suggestions from code review
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
-
-
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>
-
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
-
Merge pull request #10891 from github/alexdenisov/xcode-autobuilder-t…
…ests Swift: add Xcode autobuilder tests
-
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.
-
-
-
-
Merge pull request #10648 from igfoo/igfoo/lockless
Kotlin: Implement lockless TRAP writing
-
-
Merge pull request #10840 from erik-krogh/html_safe
RB: simplify html_safe modeling