dependabot[bot]
|
bd98ae0dcc
|
build(deps): bump serde_json from 1.0.91 to 1.0.93 in /ruby
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.91 to 1.0.93.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.93)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-09 08:13:18 +00:00 |
|
Erik Krogh Kristensen
|
f2904ca29b
|
Merge pull request #12135 from github/dependabot/cargo/ql/serde_json-1.0.93
build(deps): bump serde_json from 1.0.92 to 1.0.93 in /ql
|
2023-02-09 09:08:45 +01:00 |
|
dependabot[bot]
|
5e2f9e1568
|
build(deps): bump serde_json from 1.0.92 to 1.0.93 in /ql
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.92...v1.0.93)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-09 03:09:08 +00:00 |
|
Chris Smowton
|
f113eaa77d
|
Merge pull request #12059 from pwntester/go_twirp_support
[GoLang] Add support for Twirp framework
|
2023-02-08 21:55:56 +00:00 |
|
Sim4n6
|
4196230a8a
|
use if-then-else rather than nested exists
|
2023-02-08 21:46:50 +01:00 |
|
Sim4n6
|
9e285020a1
|
Comment modif + remove redundant cast
|
2023-02-08 21:14:53 +01:00 |
|
Michael B. Gale
|
46d49cd66f
|
Downgrade log injection precision to medium
This is in line with the precision of this query for other languages
|
2023-02-08 15:49:06 +00:00 |
|
Michael Nebel
|
f6a02310d3
|
C#: Fix bad join order in TestLibrary characteristic predicate.
|
2023-02-08 16:37:49 +01:00 |
|
Owen Mansel-Chan
|
18335854b6
|
Update go/ql/lib/semmle/go/frameworks/Twirp.qll
Co-authored-by: Michael B. Gale <mbg@github.com>
|
2023-02-08 15:33:35 +00:00 |
|
Rasmus Wriedt Larsen
|
5c23b47ef4
|
Python: Fix typo in QLDoc
Co-authored-by: Taus <tausbn@github.com>
|
2023-02-08 16:27:06 +01:00 |
|
Rasmus Wriedt Larsen
|
8bb1d8631a
|
Python: Add call-graph hotfix for sympy
|
2023-02-08 16:19:29 +01:00 |
|
Rasmus Wriedt Larsen
|
23144f584a
|
Merge branch 'main' into call-graph-code
|
2023-02-08 16:17:34 +01:00 |
|
Mathias Vorreiter Pedersen
|
946e301ed6
|
Merge pull request #12079 from rdmarsh2/rdmarsh2/use-use-taint-test-reads
C++: allow read steps at the sink in IR taint test
|
2023-02-08 15:08:00 +00:00 |
|
Erik Krogh Kristensen
|
3ebac65167
|
apply change-note suggestions from doc review
Co-authored-by: Sam Browning <106113886+sabrowning1@users.noreply.github.com>
|
2023-02-08 14:55:54 +01: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 |
|
Mathias Vorreiter Pedersen
|
825628675e
|
C++: Only allow implicit reads of fields that exist on the sink node's type.
|
2023-02-08 13:08:22 +00:00 |
|
Arthur Baars
|
78ad9d67b4
|
Address comments
|
2023-02-08 13:40:46 +01:00 |
|
Ian Lynagh
|
844e372651
|
Kotlin: Add a changenote for 1.8.20 support
|
2023-02-08 11:35:23 +00:00 |
|
Ian Lynagh
|
069c9674d1
|
Kotlin: Update supported versions
|
2023-02-08 11:35:23 +00:00 |
|
Ian Lynagh
|
6255298876
|
Kotlin: Use 1.8.10 for CI
I don't think there's any need for the CI version to be one of the
versions we build extractors for, so I've removed that check.
|
2023-02-08 11:35:23 +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 Nebel
|
02364d072e
|
Java: Fix bad join in TestLibrary characteristic predicate.
|
2023-02-08 11:59:59 +01:00 |
|
Alvaro Muñoz
|
764155ce97
|
remove bracket
|
2023-02-08 11:57:03 +01: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 |
|
Owen Mansel-Chan
|
931c683146
|
Use regex for case-insensitive string comparisons
This is slightly more efficient.
|
2023-02-08 10:45:07 +00:00 |
|
erik-krogh
|
eb564760be
|
improve qhelp based on doc review
|
2023-02-08 11:00:54 +01: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 |
|
Michael Nebel
|
f8dbbe006e
|
C#/Java: Materialize sink/source/summary predicates to avoid join on input/output before filtering.
|
2023-02-08 10:04:43 +01:00 |
|
Owen Mansel-Chan
|
c427f8fc95
|
Do not import file defining a Configuration
|
2023-02-08 06:31:25 +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 |
|
Geoffrey White
|
60e7d6b540
|
Swift: Move insert to RangeReplaceableCollection.
|
2023-02-07 17:08:23 +00:00 |
|
Geoffrey White
|
7cb665cde1
|
Swift: Move popLast to BidirectionalCollection and add popFirst.
|
2023-02-07 16:56:00 +00:00 |
|
Geoffrey White
|
d17c7bb0e8
|
Swift: Move first(_:), last(_:) into Sequence, BidirectionalCollection.
|
2023-02-07 16:47:02 +00:00 |
|
Geoffrey White
|
3586926157
|
Swift: Move first, last into Collection, BidirectionalCollection.
|
2023-02-07 16:36:06 +00:00 |
|
Taus
|
080ce09bd7
|
Python: Update six test expectations
|
2023-02-07 16:21:15 +00:00 |
|
Taus
|
8dea993f41
|
Python: Update failing test
Seems the name for the codec changed between Python 2 and 3. :)
|
2023-02-07 16:21:15 +00:00 |
|
Taus
|
49a3dd6131
|
Python: Clean up version handling
Depends on an internal PR.
|
2023-02-07 16:21:15 +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 |
|
Geoffrey White
|
b69d8625e5
|
Swift: Move append methods into RangeReplaceableCollection.
|
2023-02-07 16:07:35 +00:00 |
|
Geoffrey White
|
f9f08fff83
|
Swift: Use RangeReplaceableCollection in the test.
|
2023-02-07 16:03:51 +00:00 |
|
Tom Hvitved
|
8e8897b08b
|
Data flow: Sync files
|
2023-02-07 15:15:04 +01:00 |
|
Tom Hvitved
|
10534b62c9
|
Data flow: Call context virtual dispatch pruning in stage 1
|
2023-02-07 15:14:27 +01: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 |
|