Michael Nebel
|
0a1d2d0bbb
|
Java: Update all test util paths to point to the new location.
|
2024-12-12 13:21:25 +01:00 |
|
Jeroen Ketema
|
89d20fd086
|
Java: Update expected test results
|
2024-12-03 19:18:59 +01:00 |
|
Geoffrey White
|
af3d8c88bb
|
Java: Fix test comment.
|
2023-09-13 17:58:31 +01:00 |
|
Geoffrey White
|
8c3e778be6
|
Java: Port regex mode flag character fix from Python.
|
2023-09-13 17:50:52 +01:00 |
|
Geoffrey White
|
657642a122
|
Java: Expose parts of the vquery message in the test.
|
2023-08-14 14:12:07 +01:00 |
|
Geoffrey White
|
369f88beda
|
Java: Fix for multiple parse mode flags.
|
2023-07-20 11:49:54 +01:00 |
|
Geoffrey White
|
32c10885d4
|
Java: Add test case.
|
2023-07-20 11:43:11 +01:00 |
|
Jeroen Ketema
|
49993b023e
|
Java: Rewrite inline expectation tests to use parameterized module
|
2023-06-09 10:42:17 +02:00 |
|
Ed Minnix
|
e7bad4cd90
|
Refactor to DataFlow::Global
|
2023-03-24 10:04:46 -04:00 |
|
Ed Minnix
|
7ee6c06f7f
|
Refactor RegexInjectionQuery
|
2023-03-24 09:57:54 -04:00 |
|
Anders Schack-Mulligen
|
ec34d44359
|
Java: Rename references.
|
2023-03-23 13:06:19 +01:00 |
|
Anders Schack-Mulligen
|
da273269cb
|
Java: Refactor PolynomialReDoS.ql
|
2023-03-13 11:27:14 +01:00 |
|
Tony Torralba
|
32471d326e
|
Java: Remove omittable exists variables
|
2023-01-10 13:37:19 +01:00 |
|
Jami
|
8a73675483
|
Merge pull request #11070 from jcogs33/java-regex-injection
Java: Promote regex injection query from experimental
|
2022-11-21 15:04:26 -05:00 |
|
erik-krogh
|
c029048306
|
port the Java regex/redos queries to use the shared pack
|
2022-11-14 21:29:41 +01:00 |
|
Jami Cogswell
|
bada986433
|
apply review comments
|
2022-11-08 15:29:33 -05:00 |
|
Jami Cogswell
|
b99a1d2cd9
|
update sink and tests
|
2022-11-08 15:29:33 -05:00 |
|
Jami Cogswell
|
0e93e71127
|
update tests
|
2022-11-08 15:29:33 -05:00 |
|
Jami Cogswell
|
5402001362
|
remove original sanitizer
|
2022-11-08 15:29:33 -05:00 |
|
Jami Cogswell
|
5dcd3b2c0f
|
clean up files
|
2022-11-08 15:29:33 -05:00 |
|
Jami Cogswell
|
5b089bbb9c
|
split sanitizer into three
|
2022-11-08 15:29:33 -05:00 |
|
Jami Cogswell
|
91491d9a7b
|
refactor into more classes; add more test cases; add LITERAL sanitizer
|
2022-11-08 15:29:33 -05:00 |
|
Jami Cogswell
|
6545cff0ef
|
add Pattern.quote sanitizer
|
2022-11-08 15:29:33 -05:00 |
|
Jami Cogswell
|
833c5edf06
|
move to .qll file and switch to InlineExpectations tests
|
2022-11-08 15:29:32 -05:00 |
|
Jami Cogswell
|
25436fe555
|
update options and qlref files
|
2022-11-08 15:29:32 -05:00 |
|
Jami Cogswell
|
32b140045e
|
move files out of experimental
|
2022-11-08 15:29:32 -05:00 |
|
Erik Krogh Kristensen
|
13482fc97b
|
rename ReDoSUtil to NfaUtils, and rename the "performance" folder to "regexp"
|
2022-06-23 14:36:25 +02:00 |
|
Erik Krogh Kristensen
|
3be4a86acd
|
make ReDoSPruning into a parameterized module
|
2022-06-23 14:36:25 +02:00 |
|
Erik Krogh Kristensen
|
dc06e9df02
|
move predicates that depend on isReDoSCandidate into a ReDoSPruning module
|
2022-06-23 14:36:24 +02:00 |
|
Joe Farebrother
|
64227c9109
|
Fix codescanning alerts
|
2022-05-04 15:58:30 +01:00 |
|
Joe Farebrother
|
1605d36ddf
|
Refine polynomial redos sources to exclude length limited methods
|
2022-05-04 15:41:39 +01:00 |
|
Joe Farebrother
|
6794268a3c
|
Split PolynomialRedos definition into a library to avoid duplication in the tests
|
2022-05-04 15:41:38 +01:00 |
|
Joe Farebrother
|
5555985ad6
|
Distingush between whether or not a regex is matched against a full string
Also some fixes and additional tests
|
2022-05-04 15:41:38 +01:00 |
|
Joe Farebrother
|
bb562643c6
|
Support possessive quantifiers, which cannot backtrack.
They are approximated by limiting them to up to one repetition (effectively making *+ like ? and ++ like a no-op).
|
2022-05-04 15:41:37 +01:00 |
|
Joe Farebrother
|
3ce0c2c23b
|
Add more regex use functions in String
|
2022-05-04 15:41:36 +01:00 |
|
Joe Farebrother
|
57ba8a4d1b
|
Improve handling of hex escapes; and support some named character classes
|
2022-05-04 15:41:36 +01:00 |
|
Joe Farebrother
|
5143585080
|
Fix to PolynomialRedos not finding results and to test cases not finding that
|
2022-05-04 15:41:36 +01:00 |
|
Joe Farebrother
|
e23162d91b
|
Add test cases for PolynomialRedos dataflow logic; make fixes
|
2022-05-04 15:41:35 +01:00 |
|
Joe Farebrother
|
5a4316d945
|
Add test cases for exponential redos query
|
2022-05-04 15:41:35 +01:00 |
|