Geoffrey White
|
7ddfcb28e5
|
Swift: Rename DefaultConstantPasswordSink -> CryptoSwiftPasswordSink.
|
2023-04-11 11:49:21 +01:00 |
|
Geoffrey White
|
d4cc86cd05
|
Swift: Make the RNCryptor sources wider (actual usage seems to vary).
|
2023-04-06 20:36:12 +01:00 |
|
Geoffrey White
|
81b0dbffbd
|
Swift: Add CSV extension points to the encryption queries.
|
2023-04-06 14:07:41 +01:00 |
|
Geoffrey White
|
3baba70903
|
Merge pull request #12764 from geoffw0/modernsec
Swift: Modernize the encryption queries
|
2023-04-06 13:26:32 +01:00 |
|
Mathias Vorreiter Pedersen
|
d6b53ab2a5
|
Merge pull request #12779 from MathiasVP/fix-missing-result-in-arith-tainted
C++: Fix FN in `cpp/tainted-arithmetic`
|
2023-04-06 13:07:02 +01:00 |
|
Harry Maclean
|
e2f64de621
|
Merge pull request #12774 from hmac/merge-extractor-binaries
|
2023-04-06 19:21:54 +08:00 |
|
Arthur Baars
|
f1246af7da
|
Merge pull request #12776 from aibaars/update-tree-sitter
Ruby: update tree-sitter to 0.20.10
|
2023-04-06 13:11:12 +02:00 |
|
Mathias Vorreiter Pedersen
|
025081e223
|
C++: Add change note.
|
2023-04-06 10:54:16 +01:00 |
|
Mathias Vorreiter Pedersen
|
8fef101432
|
C++: Fix missing result and accept test changes.
|
2023-04-06 10:41:08 +01:00 |
|
Mathias Vorreiter Pedersen
|
8014bdc993
|
C++: Add failing test for 'cpp/tainted-arithmetic'.
|
2023-04-06 10:39:49 +01:00 |
|
Tony Torralba
|
dec4207af9
|
Merge pull request #12773 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2023-04-06 09:36:16 +02:00 |
|
Arthur Baars
|
144a748388
|
Ruby: update tree-sitter to 0.20.10
|
2023-04-06 09:10:56 +02:00 |
|
Harry Maclean
|
8ffb81f63f
|
QL: Bump clap to 4.2
|
2023-04-06 08:19:58 +08:00 |
|
github-actions[bot]
|
a707772222
|
Add changed framework coverage reports
|
2023-04-06 00:15:35 +00:00 |
|
Harry Maclean
|
d8a2ba9e00
|
Ruby: Bump clap to 4.2
|
2023-04-06 07:56:10 +08:00 |
|
Harry Maclean
|
60580efb16
|
Merge pull request #12765 from hmac/hmac-extractor-refactor
Ruby/QL: Share dbscheme generation code
|
2023-04-06 07:37:26 +08:00 |
|
Tony Torralba
|
4a11ae95b3
|
Merge pull request #12691 from github/java/update-mad-decls-after-triage-2023-03-28T12-09-18
Java: Update MaD Declarations after Triage
|
2023-04-05 17:21:34 +02:00 |
|
Geoffrey White
|
3af2fd0e02
|
Merge pull request #12769 from geoffw0/configsig
Swift: Convert dataflow / taint tests to DataFlow::ConfigSig.
|
2023-04-05 16:20:08 +01:00 |
|
Geoffrey White
|
fa23d9c1e4
|
Swift: Clean up and autoformat.
|
2023-04-05 15:18:40 +01:00 |
|
Geoffrey White
|
501848bd46
|
Swift: Convert dataflow / taint tests to DataFlow::ConfigSig.
|
2023-04-05 15:07:02 +01:00 |
|
Tony Torralba
|
3f2840bb1b
|
Remove com.hippo models
|
2023-04-05 15:32:53 +02:00 |
|
Tony Torralba
|
bced2d692b
|
Apply suggestions from code review
|
2023-04-05 15:19:21 +02:00 |
|
Stephan Brandauer
|
f87618238f
|
Review suggestions
|
2023-04-05 15:15:03 +02:00 |
|
Stephan Brandauer
|
edf7ba09e7
|
try different change note name
|
2023-04-05 15:15:02 +02:00 |
|
Stephan Brandauer
|
0a5d19fc71
|
Update MaD Declarations after Triage
|
2023-04-05 15:15:02 +02:00 |
|
Jeroen Ketema
|
be6af4b3f9
|
Merge pull request #12763 from jketema/swift-configsig-3
Swift: Update final two queries to use `DataFlow::ConfigSig`
|
2023-04-05 12:49:00 +02:00 |
|
Harry Maclean
|
2107533822
|
Shared: Clippy fixes
Use clearer methods where appropriate.
|
2023-04-05 18:46:57 +08:00 |
|
Harry Maclean
|
6a8d417588
|
Shared: Clippy fixes
Remove unnecessary borrows and lifetime specifiers.
|
2023-04-05 18:46:57 +08:00 |
|
Harry Maclean
|
77ce6e7122
|
QL: Clippy fixes
|
2023-04-05 18:46:57 +08:00 |
|
Harry Maclean
|
a59215f3b9
|
Shared: Clippy fixes
|
2023-04-05 18:46:57 +08:00 |
|
Harry Maclean
|
109ca0dc20
|
Ruby: Clippy fixes
|
2023-04-05 18:46:57 +08:00 |
|
Harry Maclean
|
b6c071a10b
|
Shared: Further consolidate generators
|
2023-04-05 18:46:57 +08:00 |
|
Harry Maclean
|
5335ec03b5
|
QL: Remove db generation functions
These now live in the shared extractor library.
|
2023-04-05 18:46:57 +08:00 |
|
Harry Maclean
|
c4bee299e5
|
Ruby: Remove db generation functions
These now live in the shared extractor library.
|
2023-04-05 18:46:56 +08:00 |
|
Harry Maclean
|
f74d13cf06
|
Shared: Add db generation functions
These are currently duplicated across the Ruby and QL extractors. Adding
them to the shared extractor library will get rid of this duplication.
|
2023-04-05 18:46:56 +08:00 |
|
Geoffrey White
|
07cae40985
|
Swift: More autoformatting.
|
2023-04-05 11:32:26 +01:00 |
|
Geoffrey White
|
a7038017da
|
Swift: Improve QLDoc.
|
2023-04-05 11:08:27 +01:00 |
|
Geoffrey White
|
1c75729598
|
Swift: Autoformat.
|
2023-04-05 11:08:27 +01:00 |
|
Geoffrey White
|
0d14835feb
|
Swift: Clean up sources / make some of them extendable as well.
|
2023-04-05 11:08:26 +01:00 |
|
Geoffrey White
|
fc5e958c8d
|
Swift: Add extendible sinks, sanitizers etc and use them.
|
2023-04-05 11:08:26 +01:00 |
|
Jeroen Ketema
|
cae1892ab4
|
Swift: Update StringLengthConflation to use DataFlow::StateConfigSig
|
2023-04-05 09:12:15 +02:00 |
|
Jeroen Ketema
|
3bd6fd0f51
|
Swift: Update CleartextStorageDatabase to use DataFlow::ConfigSig
|
2023-04-04 21:53:29 +02:00 |
|
Jeroen Ketema
|
21f9527444
|
Merge pull request #12758 from MathiasVP/deprecate-after-repeated-initializers
C++: Deprecate single-parameter `getFieldExpr` and `getElementExpr`
|
2023-04-04 20:26:45 +02:00 |
|
Mathias Vorreiter Pedersen
|
32d16b6d8a
|
Merge branch 'main' into deprecate-after-repeated-initializers
|
2023-04-04 16:28:00 +01:00 |
|
Mathias Vorreiter Pedersen
|
f257e85511
|
C++: Accept test changes in PrintAST.
|
2023-04-04 16:21:35 +01:00 |
|
Mathias Vorreiter Pedersen
|
03c283781b
|
Merge pull request #12749 from jketema/swift-config
Swift: Rewrite more queries to use `DataFlow::ConfigSig`
|
2023-04-04 16:18:54 +01:00 |
|
Mathias Vorreiter Pedersen
|
7a32299f34
|
C++: Oops. Forgot to replace one use of a deprecated predicate.
|
2023-04-04 15:30:02 +01:00 |
|
Mathias Vorreiter Pedersen
|
6467ba4324
|
C++: Add change note.
|
2023-04-04 15:19:14 +01:00 |
|
Mathias Vorreiter Pedersen
|
f2197e67f5
|
C++: Deprecate single-parameter 'getFieldExpr' and 'getElementExpr'.
|
2023-04-04 15:14:27 +01:00 |
|
Mathias Vorreiter Pedersen
|
f28cf25ba2
|
Merge pull request #12755 from MathiasVP/aggregate-initialization-ir
C++: IR generation for repeated initializers
|
2023-04-04 15:04:55 +01:00 |
|