Nicolas Will
|
e956d041dc
|
Format LibraryDetector.qll
|
2025-05-08 02:51:53 +02:00 |
|
Nicolas Will
|
a7ebe4a51a
|
Fix typo in asymmetric inventory slice query id
|
2025-05-08 02:43:29 +02:00 |
|
Nicolas Will
|
0066f74d3f
|
Delete development scripts
|
2025-05-08 02:40:56 +02:00 |
|
Nicolas Will
|
7339dd0077
|
Rename "Quantum" to "quantum" in dir structure
|
2025-05-08 02:39:40 +02:00 |
|
Nicolas Will
|
ac72abd3a6
|
Refactor directory structure (shared experimental)
|
2025-05-08 02:35:09 +02:00 |
|
Nicolas Will
|
c19291be88
|
Refactor 'cryptography' and 'Quantum' to 'quantum'
|
2025-05-08 01:38:53 +02:00 |
|
Nicolas Will
|
314f1ff93f
|
Refactor Java directory structure
|
2025-05-08 00:28:32 +02:00 |
|
Nicolas Will
|
56670c66f1
|
Revert Python changes and delete implementation
|
2025-05-08 00:26:13 +02:00 |
|
Nicolas Will
|
f5a36566d1
|
Merge pull request #11 from nicolaswill/brodes/openssl_refactor
Brodes/openssl refactor
|
2025-05-07 23:10:53 +02:00 |
|
Geoffrey White
|
19f86fd67f
|
Rust: Address confusing / typo'd paths.
|
2025-05-07 10:46:16 +01:00 |
|
Geoffrey White
|
49ff967465
|
Rust: Add a dataflow sources test for the Axum web fraemework.
|
2025-05-07 10:17:58 +01:00 |
|
Geoffrey White
|
e56519d959
|
Rust: Add a dataflow sources test for the Actix web fraemework.
|
2025-05-07 10:17:57 +01:00 |
|
Geoffrey White
|
310c02f1fb
|
Rust: Add a dataflow sources test for the Poem web fraemework.
|
2025-05-07 10:17:56 +01:00 |
|
Owen Mansel-Chan
|
a857069345
|
Merge pull request #19464 from owen-mc/go/fix/extract-recv-alias-type
Go: fix database inconsistency when receiver has alias type
|
2025-05-06 15:08:42 -04:00 |
|
Owen Mansel-Chan
|
55efb113c2
|
Merge pull request #19463 from github/dependabot/go_modules/go/extractor/extractor-dependencies-e95546ca81
Bump golang.org/x/tools from 0.32.0 to 0.33.0 in /go/extractor in the extractor-dependencies group
|
2025-05-06 11:05:48 +01:00 |
|
Owen Mansel-Chan
|
c781f98bdc
|
(unrelated tidy up) resolveTypeAlias not needed
`types.Unalias` already does the same thing
|
2025-05-06 05:45:06 -04:00 |
|
Owen Mansel-Chan
|
228c45aaf8
|
Look through aliases when identifying method receivers
|
2025-05-06 05:45:04 -04:00 |
|
dependabot[bot]
|
824271a84a
|
Bump golang.org/x/tools
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/tools](https://github.com/golang/tools).
Updates `golang.org/x/tools` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.32.0...v0.33.0)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: extractor-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-05-06 03:58:02 +00:00 |
|
Sid Gawri
|
7231f53b6e
|
revert system.net stubs
|
2025-05-05 21:59:37 -04:00 |
|
Sid Gawri
|
0691cd3e9a
|
Merge branch 'main' of https://github.com/5idg5/codeql into 5idg5-update-cs-stubs
|
2025-05-05 21:55:29 -04:00 |
|
Arthur Baars
|
9b0854edb1
|
Merge pull request #19335 from github/aibaars/macro-stmts
Rust: make MacroStmts expressions
|
2025-05-03 11:22:15 +02:00 |
|
Sid Gawri
|
d600eb42cf
|
add new stubs
|
2025-05-02 17:25:02 -04:00 |
|
REDMOND\brodes
|
4042081539
|
Missing files, should have been part of last commit.
|
2025-05-02 16:35:27 -04:00 |
|
REDMOND\brodes
|
0a0be41527
|
Intermediate progress towards getting hashing upgraded. Still need to handle the final and update mechanics, matching the JCA. Similarly need to update cipher to follow the JCA for update/final as well.
|
2025-05-02 16:33:52 -04:00 |
|
Jeroen Ketema
|
aa80b83874
|
Merge pull request #19420 from github/jketema/swift-6.1-contructs
Swift: Support new Swift 6.1 AST elements
|
2025-05-02 20:13:20 +02:00 |
|
REDMOND\brodes
|
94632931ba
|
Clean up
|
2025-05-02 14:11:10 -04:00 |
|
REDMOND\brodes
|
09d473674b
|
Working refactor for cipher, padding, block mode. Still haven't completed connecting padding to algorithm instances if through a set padding interface.
|
2025-05-02 14:10:38 -04:00 |
|
REDMOND\brodes
|
7481de75cb
|
Updating the model to infer implicit cipher key sizes.
|
2025-05-02 14:07:38 -04:00 |
|
REDMOND\brodes
|
c08525ad81
|
Additional cleanup
|
2025-05-02 14:07:13 -04:00 |
|
REDMOND\brodes
|
5694f029de
|
Misc. cleanup
|
2025-05-02 14:03:50 -04:00 |
|
Geoffrey White
|
f59ef58c1f
|
Rust: Update query suite list.
|
2025-05-02 17:47:48 +01:00 |
|
Geoffrey White
|
16ed8476ce
|
Rust: Use the new 'quality' tag.
|
2025-05-02 17:24:13 +01:00 |
|
Geoffrey White
|
566b3dd8d9
|
Rust: Update code scanning queries list.
|
2025-05-02 17:13:14 +01:00 |
|
Geoffrey White
|
d0287e9496
|
Merge branch 'main' into alloc-size-sev
|
2025-05-02 17:08:05 +01:00 |
|
Geoffrey White
|
09dc7fc5c4
|
Rust: Autoformat.
|
2025-05-02 16:58:43 +01:00 |
|
Geoffrey White
|
dc1b4fcf7a
|
Rust: Unify getOperatorName() methods into Operation.
|
2025-05-02 16:46:51 +01:00 |
|
Geoffrey White
|
be2017621f
|
Rust: Unify getAnOperand() methods into Operation.
|
2025-05-02 16:46:50 +01:00 |
|
Geoffrey White
|
060d5152c4
|
Rust: Add an Operation class above LogicalOperation, AssignmentOperation etc.
|
2025-05-02 16:46:44 +01:00 |
|
Arthur Baars
|
6bf50d8f86
|
Rust: add upgrade/downgrade scripts
|
2025-05-02 16:36:51 +02:00 |
|
Jeroen Ketema
|
5c4ca64264
|
Swift: Add change note
|
2025-05-02 16:29:42 +02:00 |
|
Arthur Baars
|
bc35599f1a
|
Rust: rename MacroStmts to MacroBlockExpr
|
2025-05-02 16:23:02 +02:00 |
|
Arthur Baars
|
869af58c9d
|
Rust: add flow step for MacroStmts
|
2025-05-02 16:23:00 +02:00 |
|
Arthur Baars
|
9ca6706550
|
Rust: make MacroStmts a CFG Expr
|
2025-05-02 16:22:59 +02:00 |
|
Arthur Baars
|
4ca98ba816
|
Rust: test with format! macro in a block
|
2025-05-02 16:22:57 +02:00 |
|
Jeroen Ketema
|
95ac458d2a
|
Swift: Add upgrade and downgrade scripts
|
2025-05-02 16:04:49 +02:00 |
|
Jeroen Ketema
|
98384bf4c2
|
Swift: Support BuiltinFixedArrayType
|
2025-05-02 14:47:58 +02:00 |
|
Jeroen Ketema
|
c74fca929a
|
Swift: Support TypeValueExpr and IntegerType
|
2025-05-02 14:47:56 +02:00 |
|
Jeroen Ketema
|
97d2ed8b3b
|
Swift: Support UnsafeCastExpr
|
2025-05-02 14:47:55 +02:00 |
|
Tom Hvitved
|
ae2fd52543
|
Merge pull request #19431 from hvitved/rust/path-resolution-remove-visibility-check
Rust: Remove visibility check in path resolution
|
2025-05-02 14:44:14 +02:00 |
|
Tom Hvitved
|
07829e5231
|
Merge pull request #19421 from github/aibaars/rust-builtin-types
Rust: extract declarations of builtin types
|
2025-05-02 14:43:47 +02:00 |
|