main
Name already in use
Commits on May 22, 2023
-
Merge pull request #13234 from jketema/std-inline
C++: Include inline namespaces in `StdNamespace`
-
Merge pull request #13233 from hvitved/ruby/type-tracking-summary-ret…
…-node Ruby: Allow for flow out of callbacks passed to summarized methods in type tracking
-
-
Merge pull request #13237 from jketema/pointer-deref-fp
C++: Add `cpp/invalid-pointer-deref` false positives
-
Merge pull request #13236 from github/ginsbach/IdentifierSpecification
repair and update the Identifier section of the QL specification
-
Merge pull request #13229 from MathiasVP/add-fp-testcase
C++: Add FP testcase for `cpp/overrun-write`
-
Merge pull request #13232 from github/redsun82/swift-hidden-ast
Swift: fix hidden AST getters
-
-
-
-
-
-
Update ruby/ql/lib/codeql/ruby/typetracking/TypeTrackerSpecific.qll
Co-authored-by: Asger F <asgerf@github.com>
-
-
Merge pull request #13196 from erik-krogh/indirectCommand
JS: require arguments to be shell interpreted to be flagged by indirect-command-injection
-
-
-
Merge pull request #13230 from atorralba/atorralba/java/groove-templa…
…te-engine-sink Java: Add TemplateEngine.createTemplate as a Groovy injection sink
-
For consistency with the C/C++ QL library, getters of AST elements within the hidden AST should not themselves skip other hidden AST elements.
-
Merge pull request #13231 from hvitved/ruby/type-tracker-missing-call…
…back-flow-out Ruby: Allow for flow through callbacks to summarized methods in type tracking
Commits on May 21, 2023
Commits on May 19, 2023
-
Merge pull request #13223 from geoffw0/useasnominaltypedecl
Swift: Use asNominalTypeDecl more.
-
Merge pull request #13222 from github/ginsbach/SignatureSyntax
add syntax for signature definitions to QL specification
-
Merge pull request #13224 from github/sashabu/tsp-empty-help-links
Swift: Drop support for plaintext diagnostics (and `helpLinks`).
-
Swift: Drop support for plaintext diagnostics (and
helpLinks).The recommended option is Markdown diagnostics, and we have already migrated everything to emit them. The empty help link we're currently emitting everywhere is a bug.
-
Merge pull request #13186 from github/redsun82/swift-diagnostics-wording
Swift: reword TSP diagnostics after doc team review
-
-
-
-
Swift: TSP message wording changes.
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>