Michael Nebel
|
ffd6b2677c
|
C#: Cleanup test options files.
|
2025-05-12 17:33:21 -04:00 |
|
Sid Gawri
|
d600eb42cf
|
add new stubs
|
2025-05-02 17:25:02 -04:00 |
|
Michael Nebel
|
0932a0edb5
|
C#: Updated expected test output.
|
2025-01-21 13:14:26 +01:00 |
|
Michael Nebel
|
82f8a796e1
|
C#: Update all test util paths to point to the new location.
|
2024-12-12 13:21:31 +01:00 |
|
Michael Nebel
|
97f9340a0a
|
C#: Update security related tests and expected output to pretty print MaD.
|
2024-08-13 16:10:04 +02:00 |
|
Michael Nebel
|
e2758f2abb
|
C#: Update expected test output.
|
2024-05-31 15:06:16 +02:00 |
|
Michael Nebel
|
0985a3a5f6
|
C#: Update expected test output.
|
2024-05-31 12:49:58 +02:00 |
|
Anders Schack-Mulligen
|
73b8314308
|
C#: Accept qltest .expected file changes.
|
2024-05-22 10:05:42 +02:00 |
|
Michael Nebel
|
dc34cb0aae
|
C#: Update all MaD ids in the tests.
|
2024-04-12 13:24:18 +02:00 |
|
Anders Schack-Mulligen
|
647f9aba82
|
C#: Update some expected output (uninteresting).
|
2024-04-12 09:20:18 +02:00 |
|
Michael Nebel
|
5b48bc4a3e
|
C#: Delete the experimental IR queries.
|
2024-03-07 19:22:47 +01:00 |
|
Michael Nebel
|
73040bd30f
|
C#: Use fully qualified name with types instead of label in IR queries.
|
2024-03-07 09:40:34 +01:00 |
|
Tom Hvitved
|
303a2bb63a
|
C#: Update expected test output
|
2024-02-22 21:04:55 +01:00 |
|
Anders Schack-Mulligen
|
21a6520cd3
|
C#: Add empty provenance column to expected files.
|
2024-02-09 11:32:07 +01:00 |
|
Michael Nebel
|
94d81b501b
|
C#: Base the CWE-614 tests purely on stubs.
|
2023-12-13 10:07:57 +01:00 |
|
Michael Nebel
|
0b39f1155e
|
C#: Base the remaning CWE-1004 tests purely on stubs.
|
2023-12-13 10:07:57 +01:00 |
|
Anders Schack-Mulligen
|
ae24d68b5d
|
C/C++/C#/Java/Python/Ruby/Swift: Adjust expected output.
|
2023-07-19 11:41:15 +02:00 |
|
Michael Nebel
|
577bbd531d
|
C#: Base tests on stubs, move extractor options to options file and updated expected test output.
|
2023-06-13 10:17:42 +02:00 |
|
Anders Schack-Mulligen
|
bc7cb1ec47
|
C#: Fix some qltests.
|
2023-06-12 16:19:04 +02:00 |
|
Tom Hvitved
|
3c173df69e
|
C#: Update expected test output
|
2023-05-15 09:35:20 +02:00 |
|
Michael Nebel
|
d01674f930
|
C#: Update expected test output.
|
2023-05-08 12:48:00 +02:00 |
|
Mathias Vorreiter Pedersen
|
177dd76da6
|
C#: Accept consistency changes.
|
2023-05-03 20:30:06 +01:00 |
|
Michael Nebel
|
5ccfc4d3f4
|
C#: Add System.Security.Cryptography as a dependency to the HashWithoutSalt query test.
|
2023-01-31 13:21:00 +01:00 |
|
Michael Nebel
|
c52dbcbb52
|
C#: Update all PrintAst test expected output.
|
2023-01-20 13:39:41 +01:00 |
|
Michael Nebel
|
d92b226041
|
C#: Add test example for unsigned right shift assignment in intermediate representation.
|
2023-01-12 19:06:28 +01:00 |
|
Michael Nebel
|
f74c7c28ae
|
C#: Auto format test file and update expected test output.
|
2023-01-12 19:06:28 +01:00 |
|
Michael Nebel
|
a9f1c95513
|
C#: Rename shift assignment expression classes.
|
2023-01-12 19:06:27 +01:00 |
|
Tom Hvitved
|
1711efcc47
|
C#: Update expected test output
|
2022-11-03 15:52:30 +01:00 |
|
erik-krogh
|
a30b7120a7
|
fix some more style-guide violations in the alert-messages
|
2022-10-07 11:17:39 +02:00 |
|
erik-krogh
|
326666ac85
|
update the alert-messages of csharp queries
|
2022-09-26 14:01:39 +02:00 |
|
Raul Garcia
|
1bfe335d93
|
Merge branch 'main' into Token_validation
|
2022-09-02 09:00:55 -07:00 |
|
Raul Garcia
|
39e53a2932
|
Updates based on PR feedback. 1 pending change
|
2022-08-11 17:59:57 -07:00 |
|
Michael Nebel
|
cdd1172cee
|
C#: Use generated stubs in the RequireSSLAspNetCore like tests and update test results with new line numbers.
|
2022-08-09 15:18:34 +02:00 |
|
Michael Nebel
|
98f8bed037
|
C#: Update CookieWithoutHttpOnlyAspNetCore tests to use generated stubs and update line numbers in test output.
|
2022-08-09 14:54:19 +02:00 |
|
Michael Nebel
|
d6880f059d
|
C#: Use generated stubs for CookieHttpOnlyFalseAspNetCore testcases and update test output with new line numbers.
|
2022-08-09 14:32:19 +02:00 |
|
Raul Garcia
|
5a7b6532a9
|
Updated to handle lambda statements (previously false negatives) + a couple of bug fixes.
|
2022-07-29 13:47:53 -07:00 |
|
Raul Garcia
|
9b79668ed2
|
Addressing some of the feedback. Work still pending
|
2022-07-20 10:58:01 -07:00 |
|
Raul Garcia
|
7f725137e5
|
Addressing some of the feedback. Work pending.
|
2022-07-20 10:56:44 -07:00 |
|
Raul Garcia
|
62c28571c6
|
making changes based on feedback during PR
|
2022-07-01 17:35:02 -07:00 |
|
Raul Garcia
|
202a0916a3
|
IdentityModel_tokenvalidation
|
2022-06-23 09:03:16 -07:00 |
|
Robert Marsh
|
fe52dd93ef
|
C++: sync and accept new consistency test
|
2022-04-29 15:29:07 -04:00 |
|
Erik Krogh Kristensen
|
69353bb014
|
patch upper-case acronyms to be PascalCase
|
2022-03-11 11:10:33 +01:00 |
|
Tom Hvitved
|
e3afcb1b06
|
C#: Add missing severity and update expected test output
|
2022-01-24 20:00:25 +01:00 |
|
Tom Hvitved
|
65e1c0ebc1
|
Merge remote-tracking branch 'upstream/main' into cs/hash-without-salt
|
2022-01-24 19:57:07 +01:00 |
|
Andrew Eisenberg
|
50ee4ab330
|
Solorigate: Extract to separate qlpack
Extracts solorigate to separate qlpacks in preparation for
publishing them to the registry.
|
2021-12-16 16:09:20 -08:00 |
|
Michael Nebel
|
9ea320c53c
|
Update all PrintAst.qlref to point to new location of PrintAst.ql
|
2021-11-11 15:19:15 +01:00 |
|
Porcuiney Hairs
|
f70d808e2f
|
fix testcases
|
2021-10-22 00:58:59 +05:30 |
|
Porcuiney Hairs
|
cf31b6e7f6
|
fix testcases
|
2021-10-02 02:10:18 +05:30 |
|
Porcuiney Hairs
|
b9c08167f3
|
C# : Add query to detect SSRF
|
2021-09-29 04:14:22 +05:30 |
|
Anders Schack-Mulligen
|
f30dad7705
|
Dataflow: Update test expected outputs.
|
2021-09-07 13:02:20 +02:00 |
|