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 |
|
erik-krogh
|
45e78a355f
|
ensure call-apply.js is seen as a module
|
2022-08-23 10:11:46 +02: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
|
f7846a598e
|
add change-notes
|
2022-08-23 07:54:01 +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 |
|
Andrew Eisenberg
|
d892304c14
|
Address comments from PR
|
2022-08-22 16:06:26 -07:00 |
|
erik-krogh
|
e88d7d5027
|
simplify QL-for-QL action
|
2022-08-22 22:39:16 +02:00 |
|
erik-krogh
|
7e0bd5bde4
|
update expected output of tests
|
2022-08-22 21:41:47 +02:00 |
|
erik-krogh
|
df9a9f4a56
|
update rb/stored-css to match javascript
|
2022-08-22 21:41:47 +02:00 |
|
erik-krogh
|
9b257bfa9e
|
update rb/reflected-xss to match javascript
|
2022-08-22 21:41:47 +02:00 |
|
erik-krogh
|
ca299b9dc1
|
update py/unreachable-statement to match javascript/go
|
2022-08-22 21:41:47 +02:00 |
|
erik-krogh
|
31e15e27fc
|
update py/unsafe-deserialization to match ruby/javascript/java
|
2022-08-22 21:41:47 +02:00 |
|
erik-krogh
|
778879908e
|
update rb/code-injection to match python
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
60908de089
|
update js/nested-loops-with-same-variable to match cpp
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
20625ae60d
|
update {js/go/py}/xpath-injection to match csharp/java
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
b5458b2125
|
update js/insecure-randomness to match csharp
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
9cdd8cc8f5
|
update js/tainted-format-string to match ruby/java
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
9395f156de
|
update {js/py}/command-line-injection to match csharp/java
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
684a987abf
|
update java/unused-import to match python
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
54268f4424
|
update java/static-array to match csharp
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
8899c1be04
|
update java/unassigned-field to match csharp
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
280b101caa
|
update java/useless-assignment-to-local to match go
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
034d197e01
|
update {java/rb}/xxe to match python/javascript
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
2d0a4c3d83
|
update {go/py}/stack-trace-exposure to match javascript
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
5a0183f1e2
|
update java/password-in-configuration to match csharp
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
151529d08f
|
correct the query-id of the experimental go/pam-auth-bypass query
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
b5f3cd7a55
|
update cs/useless-tostring-call to match java
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
49a3e208d7
|
update cs/index-out-of-bounds to match javascript/go
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
52171d6733
|
update cs/unchecked-cast-in-equals to match java
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
ea11f744e1
|
update cs/confusing-override-name to match java
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
064c9a6938
|
update {cs/java}/todo-comment to match javascript
|
2022-08-22 21:41:46 +02:00 |
|
erik-krogh
|
678e433013
|
update cpp/missing-case-in-switch to match java
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
ea2777fa3e
|
update {cs/cpp}/equality-on-floats to use the same alert-message/description
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
55c8863e92
|
update java/sql-injection to match go/javascript/python/ruby
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
3553f3d9b8
|
update {rb/py/js/go}/path-injection to match java/csharp
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
39c1832995
|
update {cpp/js}/bitwise-sign-check to match java
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
cc41a83a8d
|
update {py/cpp}/commented-out-code to match csharp/java/javascript
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
b471a401cc
|
update {rb/js/java}/unused-parameter to match python
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
698ccd8850
|
update {cpp/java}/unused-local to match python
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
5a312cd0da
|
update cpp/complex-block to match java/csharp
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
b1c9843d15
|
update {cs/cpp}/empty-block so they have the same alert message
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
594fbc678e
|
update js/zip-slip to match java/go/csharp
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
e52fa9a469
|
update {cs/java}/regex-injection to match javascript
|
2022-08-22 21:41:45 +02:00 |
|
erik-krogh
|
28083ebe09
|
run the implicit-this patch
|
2022-08-22 21:23:31 +02:00 |
|