Geoffrey White
|
eda331ebc2
|
Swift: Clean up.
|
2023-02-10 15:11:31 +00:00 |
|
Geoffrey White
|
11f022c69f
|
Swift: Add some more qldoc.
|
2023-02-10 15:02:05 +00:00 |
|
Geoffrey White
|
15b8aa1979
|
Swift: Effect on other tests :)
|
2023-02-10 14:16:48 +00:00 |
|
Geoffrey White
|
6cb9198ee2
|
Swift: Control flow through #available.
|
2023-02-10 13:32:33 +00:00 |
|
Geoffrey White
|
38f4f65fc0
|
Swift: Add CFG test cases for #available.
|
2023-02-10 09:29:08 +00:00 |
|
Geoffrey White
|
224bc9381a
|
Swift: Fix ConditionElement.toString().
|
2023-02-09 21:15:36 +00:00 |
|
Robert
|
13c7c8449c
|
Merge pull request #12123 from github/robertbrignull/telemetry_privacy_docs
Update telemetry privacy document for UI interaction and exceptions
|
2023-02-08 13:40:35 +00:00 |
|
Chris Smowton
|
99bed0b089
|
Merge pull request #12127 from smowton/smowton/perf/golang-less-string-construction
Go: Consolidate repeated calls to `matches` and `regexpMatch`
|
2023-02-08 11:07:39 +00:00 |
|
Michael B. Gale
|
3abf321071
|
Merge pull request #11496 from github/mbg/add/writable-file-closed-error-query
Go: Add query to detect lack of error handling for `os.File.Close` on writable handles
|
2023-02-08 10:53:44 +00:00 |
|
Mathias Vorreiter Pedersen
|
7f09684577
|
Merge pull request #12121 from github/alexdenisov/extract-availability-info
Swift: extract availability info
|
2023-02-08 09:54:42 +00:00 |
|
Henry Mercer
|
6e9484970f
|
Merge pull request #12128 from github/codeql-ci/atm/release-0.4.7
JS: Bump version numbers of ML-powered packs after 0.4.7 release
|
2023-02-07 22:29:20 +00:00 |
|
Henry Mercer
|
e972cb069e
|
Merge branch 'main' into codeql-ci/atm/release-0.4.7
|
2023-02-07 21:31:08 +00:00 |
|
github-actions[bot]
|
4f76ebbb0b
|
JS: Bump version of ML-powered library and query packs to 0.4.8
|
2023-02-07 19:44:25 +00:00 |
|
github-actions[bot]
|
30b2644f17
|
JS: Bump patch version of ML-powered library and query packs
|
2023-02-07 19:34:58 +00:00 |
|
Chris Smowton
|
99d3f689dc
|
Consolidate repeated calls to matches and regexpMatch
This is especially useful if it avoids temporary string construction, such as toLowerCase().matches(...)
|
2023-02-07 19:22:49 +00:00 |
|
Robert
|
15b293c56d
|
Apply copy edits
|
2023-02-07 17:11:47 +00:00 |
|
Mathias Vorreiter Pedersen
|
334c41c3e1
|
Merge pull request #12122 from github/post-release-prep/codeql-cli-2.12.2
Post-release preparation for codeql-cli-2.12.2
|
2023-02-07 16:17:57 +00:00 |
|
Robert
|
80a503b65d
|
Update telemetry privacy document for UI interaction and exceptions
|
2023-02-07 14:00:22 +00:00 |
|
Mathias Vorreiter Pedersen
|
1980e25ac9
|
Merge pull request #12120 from MathiasVP/even-fewer-strings
C++: Avoid unnecessary calls to `toLowerCase()`
|
2023-02-07 13:57:12 +00:00 |
|
Alex Denisov
|
3448cde048
|
Swift: add database migration
|
2023-02-07 14:31:19 +01:00 |
|
Alex Denisov
|
712c25e6f4
|
Swift: extract availability info
|
2023-02-07 14:26:39 +01:00 |
|
github-actions[bot]
|
522a892d32
|
Post-release preparation for codeql-cli-2.12.2
|
2023-02-07 13:19:06 +00:00 |
|
Mathias Vorreiter Pedersen
|
746f04bafc
|
C++: Construct fewer strings.
|
2023-02-07 11:44:32 +00:00 |
|
Tom Hvitved
|
984729f9b0
|
Merge pull request #12117 from hvitved/ruby/delay-location-to-string
Ruby: Avoid computing `Location::toString` in full
|
2023-02-07 12:42:03 +01:00 |
|
Mathias Vorreiter Pedersen
|
ff29356ae9
|
Merge pull request #12106 from MathiasVP/fewer-strings
C++: Replace `toUpperCase().matches("...")` with case-insensitive `regexpMatch`
|
2023-02-07 11:31:36 +00:00 |
|
Paolo Tranquilli
|
c9397a5abf
|
Merge pull request #10950 from github/redsun82/swift-regex
Swift: extract `RegexLiteralExpr`
|
2023-02-07 11:30:43 +01:00 |
|
Geoffrey White
|
d8616e77d5
|
Merge pull request #12108 from geoffw0/strings3
Swift: Remove a no-longer-needed special case from swift/unsafe-js-eval.
|
2023-02-07 09:44:41 +00:00 |
|
Mathias Vorreiter Pedersen
|
aef66c462a
|
Merge pull request #12107 from aibaars/downgrade-tree-sitter
Ruby: downgrade tree-sitter to 0.20.7
codeql-cli/v2.12.2
|
2023-02-07 09:29:42 +00:00 |
|
Paolo Tranquilli
|
a3b443c310
|
Swift: add upgrade/downgrade scripts for regex extraction
|
2023-02-07 10:21:37 +01:00 |
|
Paolo Tranquilli
|
ad04a408c7
|
Swift: add doc to RegexLiteralExpression
|
2023-02-07 10:21:37 +01:00 |
|
Paolo Tranquilli
|
50889b8fa1
|
Swift: move regex test to integration tests
|
2023-02-07 10:21:37 +01:00 |
|
Tom Hvitved
|
c0e3186607
|
Ruby: Avoid computing Location::toString in full
|
2023-02-07 10:06:47 +01:00 |
|
Paolo Tranquilli
|
d201c1eadd
|
Swift: support linux-only tests
|
2023-02-07 09:41:06 +01:00 |
|
Paolo Tranquilli
|
a244b825df
|
Merge branch 'main' into redsun82/swift-regex
|
2023-02-07 09:37:09 +01:00 |
|
Anders Schack-Mulligen
|
3c580896dc
|
Merge pull request #11712 from aschackmull/java/constant-guards
Java: Apply deadcode guard to data flow nodes.
|
2023-02-07 09:14:20 +01:00 |
|
Jeroen Ketema
|
a4c3ea2efc
|
Merge pull request #9245 from ihsinme/ihsinme-patch-102
CPP: Add query for CWE-805: Buffer Access with Incorrect Length Value using some functions
|
2023-02-06 21:24:07 +01:00 |
|
Jeroen Ketema
|
1c35109675
|
C++: Add experimental tag to experimental query
|
2023-02-06 20:31:26 +01:00 |
|
Jeroen Ketema
|
868f07bc91
|
Merge branch 'main' into ihsinme-patch-102
|
2023-02-06 20:16:53 +01:00 |
|
Geoffrey White
|
996536b08e
|
Swift: Remove a no-longer-needed special case from swift/unsafe-js-eval.
|
2023-02-06 17:35:21 +00:00 |
|
Mathias Vorreiter Pedersen
|
4016299aa8
|
Update cpp/ql/lib/semmle/code/cpp/security/Encryption.qll
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2023-02-06 15:55:15 +00:00 |
|
Arthur Baars
|
12f5732782
|
Ruby: downgrade tree-sitter to 0.20.7
The 0.20.9 version caused a stack overflow error on
the mongo-ruby-driver repository.
|
2023-02-06 16:27:51 +01:00 |
|
Erik Krogh Kristensen
|
4eebeab8a8
|
Merge pull request #12078 from erik-krogh/qlCache
QL: simplify the QL-for-QL workflow, which should also fix the cache
|
2023-02-06 16:21:45 +01:00 |
|
Mathias Vorreiter Pedersen
|
1c9a526afa
|
C++: Construct fewer strings.
|
2023-02-06 15:18:15 +00:00 |
|
erik-krogh
|
9364a85e49
|
add Rust format check to QL-for-QL tests
|
2023-02-06 14:26:30 +01:00 |
|
Erik Krogh Kristensen
|
9360ae9638
|
Merge pull request #12076 from erik-krogh/poly-sink-track
PY: add tracking of strings to compile-sites for poly-redos
|
2023-02-06 14:21:04 +01:00 |
|
Anders Schack-Mulligen
|
b4607d3fab
|
Java: Add change notes.
|
2023-02-06 13:55:34 +01:00 |
|
Geoffrey White
|
dc59ed08f9
|
Merge pull request #12094 from geoffw0/string2
Swift: Models for the String class
|
2023-02-06 11:24:19 +00:00 |
|
Chris Smowton
|
cd2fc6566f
|
Merge pull request #12101 from owen-mc/go/gofmt-remove-confusing-error-message
Fix files that gofmt can't parse
|
2023-02-06 10:58:54 +00:00 |
|
Mathias Vorreiter Pedersen
|
00fe448e3a
|
Merge pull request #12072 from aschackmull/dataflow/stage3-perf
Dataflow: Fix join in `fwdFlowRead` (take 2)
|
2023-02-06 10:43:11 +00:00 |
|
Erik Krogh Kristensen
|
f32fa25c1a
|
Merge pull request #12100 from github/dependabot/cargo/ql/serde_json-1.0.92
build(deps): bump serde_json from 1.0.91 to 1.0.92 in /ql
|
2023-02-06 10:33:32 +01:00 |
|