Michael Nebel
|
0cf4e64655
|
C#: Update test cases with new empty query predicate.
|
2022-08-24 09:46:54 +02:00 |
|
Michael Nebel
|
cc44e89065
|
C#: Introduce support for Negative summary models.
|
2022-08-24 09:46:54 +02:00 |
|
Erik Krogh Kristensen
|
4df2e5d937
|
Merge pull request #10096 from erik-krogh/acronyms-part1
make acronyms camelcase
|
2022-08-24 09:33:53 +02:00 |
|
Mathias Vorreiter Pedersen
|
18ed9ed2ee
|
Merge pull request #10145 from MathiasVP/swift-inline-expect-for-dataflow
Swift: Use `InlineExpectationsTest` for dataflow tests
|
2022-08-24 08:15:45 +01:00 |
|
Tony Torralba
|
f0e5ef68c2
|
Merge pull request #10149 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2022-08-24 09:13:49 +02:00 |
|
Tamás Vajk
|
ecde0abc04
|
Merge pull request #10091 from tamasvajk/kotlin-data-class
Kotlin: Identify data classes during extraction
|
2022-08-24 08:45:41 +02:00 |
|
github-actions[bot]
|
03faddd7eb
|
Add changed framework coverage reports
|
2022-08-24 00:18:31 +00:00 |
|
Mathias Vorreiter Pedersen
|
6e148a4c3f
|
Swift: Use the inline testing framework for dataflow tests.
|
2022-08-23 16:31:05 +01:00 |
|
Erik Krogh Kristensen
|
dbefe73b62
|
Merge pull request #10134 from erik-krogh/simplifyAction
QL: simplify QL-for-QL action
|
2022-08-23 15:02:17 +02:00 |
|
erik-krogh
|
cddcea5d56
|
cache entire pack
|
2022-08-23 13:51:03 +02:00 |
|
Chris Smowton
|
0a7350f3bf
|
Merge pull request #10041 from smowton/AddSensitiveApiCalls
Java: support more libraries in hardcoded-credentials queries
|
2022-08-23 10:51:04 +01:00 |
|
Ian Lynagh
|
51ada5c2af
|
Merge pull request #10130 from igfoo/igfoo/non-null-exprs
Kotlin: Fix some more not-null-exprs in the extractor
|
2022-08-23 10:49:45 +01:00 |
|
Tony Torralba
|
085c12a51f
|
Merge pull request #10116 from atorralba/atorralba/static-init-vector-fix
Java: Improve Static Initialization Vector query
|
2022-08-23 11:38:41 +02:00 |
|
Tony Torralba
|
e3c1101b79
|
Merge pull request #10136 from atorralba/atorralba/redos-cwe-tag
Java: Add CWE-1333 tag to Java ReDoS queries
|
2022-08-23 11:07:51 +02:00 |
|
Chris Smowton
|
131d6043c1
|
Add java imports
|
2022-08-23 09:41:00 +01:00 |
|
erik-krogh
|
82a5b7838c
|
don't add deprecated alias in experimental folder
|
2022-08-23 10:38:23 +02:00 |
|
erik-krogh
|
82d9180892
|
only have one deprecated alias for XmlDtd
|
2022-08-23 10:38:23 +02:00 |
|
Erik Krogh Kristensen
|
7704a9eeac
|
apply suggestions from Python review
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
|
2022-08-23 10:38:10 +02:00 |
|
Joe Farebrother
|
ac79866799
|
Merge pull request #9982 from joefarebrother/rsa-without-oaep
Java: Add query for RSA without OAEP
|
2022-08-23 09:14:46 +01:00 |
|
Tony Torralba
|
6b4cfbbacd
|
Add change note
|
2022-08-23 10:00:10 +02:00 |
|
Tony Torralba
|
cd10f559ca
|
Add CWE-1333 tag to Java ReDoS queries
|
2022-08-23 09:56:59 +02:00 |
|
Tony Torralba
|
a3f27d4abe
|
Merge pull request #10131 from atorralba/atorralba/path-steps
Java: Add new java.nio.Path{,s} summary models
|
2022-08-23 09:47:34 +02:00 |
|
Tony Torralba
|
da3288fced
|
Move change note to src
|
2022-08-23 09:40:34 +02:00 |
|
Erik Krogh Kristensen
|
5fb3119fea
|
Merge pull request #10135 from erik-krogh/atmDep
ATM: fix deprecation warnings in ATM tests
|
2022-08-23 09:32:07 +02:00 |
|
erik-krogh
|
b5f9012033
|
fix deprecation warnings in ATM tests
|
2022-08-23 08:08:39 +02:00 |
|
erik-krogh
|
78ba7650b3
|
change the change-notes
|
2022-08-23 07:28:46 +02:00 |
|
erik-krogh
|
94ec0b8a52
|
update expected output of tests
|
2022-08-23 07:19:37 +02:00 |
|
erik-krogh
|
e88d7d5027
|
simplify QL-for-QL action
|
2022-08-22 22:39:16 +02:00 |
|
erik-krogh
|
28083ebe09
|
run the implicit-this patch
|
2022-08-22 21:23:31 +02:00 |
|
erik-krogh
|
a593a52b5e
|
add missing qldoc (that was already missing?)
|
2022-08-22 21:22:39 +02:00 |
|
erik-krogh
|
e89e0eb7fb
|
make some acronyms camelCase
|
2022-08-22 21:22:35 +02:00 |
|
Mathias Vorreiter Pedersen
|
0ac8b7ce65
|
Merge pull request #10128 from MathiasVP/add-cleartext-sanitizer
C++: Add a sanitizer to `cpp/cleartext-storage-buffer`
|
2022-08-22 17:13:22 +01:00 |
|
Chris Smowton
|
25195bb0ba
|
Merge pull request #10103 from smowton/smowton/feature/golang-1.19-support
Go: support go 1.19
|
2022-08-22 16:49:11 +01:00 |
|
Tony Torralba
|
422abc1a18
|
Add change note
|
2022-08-22 16:22:19 +02:00 |
|
Erik Krogh Kristensen
|
eadd85bce9
|
Merge pull request #10073 from erik-krogh/XMLXml
rename all occurrences of XML to Xml
|
2022-08-22 16:18:27 +02:00 |
|
Tamás Vajk
|
aa0ff2b53f
|
Merge pull request #10129 from tamasvajk/kotlin-fix-comment-type-alias
Kotlin: Extract type alias doc comments
|
2022-08-22 16:10:50 +02:00 |
|
Tony Torralba
|
ee6ac744c5
|
Add new Path steps and tests
|
2022-08-22 15:54:20 +02:00 |
|
Ian Lynagh
|
d5b414f163
|
Kotlin: Fix some more not-null-exprs in the extractor
|
2022-08-22 14:16:58 +01:00 |
|
Erik Krogh Kristensen
|
cede617840
|
Merge pull request #10012 from erik-krogh/update-ql-for-ql-action
QL: update codeql-action in QL-for-QL
|
2022-08-22 15:11:29 +02:00 |
|
erik-krogh
|
9c95dcc126
|
add change-note
|
2022-08-22 14:09:19 +02:00 |
|
erik-krogh
|
2ac5441aec
|
rename the XMLDTD class to XmlDTD
|
2022-08-22 14:09:19 +02:00 |
|
erik-krogh
|
1a89ddae5d
|
update some comments from XML to Xml
|
2022-08-22 14:09:19 +02:00 |
|
erik-krogh
|
ce9f69a639
|
rename all occurrences of XML to Xml
|
2022-08-22 14:08:31 +02:00 |
|
Mathias Vorreiter Pedersen
|
831f143fe6
|
C++: Add change note.
|
2022-08-22 12:40:08 +01:00 |
|
Tony Torralba
|
5e815fb359
|
Merge branch 'main' into atorralba/static-init-vector-fix
|
2022-08-22 13:31:00 +02:00 |
|
Tony Torralba
|
c35fbf9abc
|
Add more sanitizers
|
2022-08-22 13:20:02 +02:00 |
|
Tony Torralba
|
72c204063d
|
Merge pull request #10115 from atorralba/atorralba/fragment-fix
Java: Add support for androidx.fragment.app.Fragment
|
2022-08-22 12:53:19 +02:00 |
|
Tamas Vajk
|
25098ef2d8
|
Kotlin: Extract type alias doc comments
|
2022-08-22 12:31:13 +02:00 |
|
Jeroen Ketema
|
4c8926d880
|
Merge pull request #9720 from jketema/linkage
C++: Support link targets for global and namespace variables
|
2022-08-22 12:12:44 +02:00 |
|
Mathias Vorreiter Pedersen
|
65abb54a73
|
C++: Add a sanitizer to 'cpp/cleartext-storage-buffer' to improve the performance of the query.
|
2022-08-22 11:01:31 +01:00 |
|