Rasmus Lerchedahl Petersen
|
db95eade64
|
Python: accept improved test output
|
2023-09-26 20:58:51 +02:00 |
|
Max Schaefer
|
dfec1620ea
|
Update expected test output.
|
2023-09-22 11:28:50 +01:00 |
|
Rasmus Lerchedahl Petersen
|
d3c24ba110
|
PythonÆ fix test expectations
|
2023-08-24 21:21:49 +02:00 |
|
Rasmus Lerchedahl Petersen
|
88fc96e8d7
|
Python: Add test with prefix
|
2023-08-24 21:21:49 +02:00 |
|
Rasmus Lerchedahl Petersen
|
7ad1a21c2d
|
Python: make mode characters not be characters
They are simply considered part of the group start.
|
2023-08-24 21:21:49 +02:00 |
|
yoff
|
a834703195
|
Merge pull request #13779 from geoffw0/pythonparsemode
Python: Understand multiple parse mode flags specified in a regular expression string
|
2023-08-24 21:20:45 +02:00 |
|
erik-krogh
|
92db7b047c
|
escape unicode chars in the output for the ReDoS queries
|
2023-08-08 00:15:54 +02:00 |
|
Geoffrey White
|
bb16731b86
|
Python: Fix for multiple parse mode flags.
|
2023-07-20 11:16:14 +01:00 |
|
Geoffrey White
|
dbde99df91
|
Python: Add test cases.
|
2023-07-20 11:06:00 +01:00 |
|
erik-krogh
|
10308f5875
|
track string-constants to regular expression uses
|
2023-01-06 13:17:31 +01:00 |
|
erik-krogh
|
618438642a
|
update expected output of the queries (some sorting changed due to locations being used slightly differently in the shared pack)
|
2022-11-07 14:31:52 +01:00 |
|
erik-krogh
|
7675571daa
|
fix RegExpEscape::getValue having multiple results for some escapes
|
2022-09-27 13:25:23 +02:00 |
|
Erik Krogh Kristensen
|
7fb3d81d2f
|
add further normalization of char classses
|
2022-06-23 14:36:25 +02:00 |
|
Arthur Baars
|
69ed121ecb
|
Ruby/Python: regex parser: group sequences of 'normal' characters
|
2022-02-22 16:15:33 +01:00 |
|
Nick Rolfe
|
05415768c9
|
Merge remote-tracking branch 'origin/main' into nickrolfe/regexp_g_anchor
|
2021-12-02 12:07:13 +00:00 |
|
Taus
|
8cccee6eba
|
Merge pull request #6972 from yoff/python/promote-redos
Python: Promote ReDoS queries
|
2021-11-23 14:02:09 +01:00 |
|
Nick Rolfe
|
df6ba43cca
|
Python: treat \A, \Z, \b, \B as special chars, not escapes
|
2021-11-19 15:49:53 +00:00 |
|
Rasmus Lerchedahl Petersen
|
8536f5f5a2
|
Python: remember to update refs...
|
2021-10-28 14:32:53 +02:00 |
|
Erik Krogh Kristensen
|
8535e6f281
|
use toUnicode in RegexTreeView
|
2021-09-21 12:13:37 +02:00 |
|
Chris Smowton
|
38cc9bef02
|
ReDoS: fix unpaired surrogate test
This actually does result in an FP, but this was previously hidden by non-interpretation of '\u' escapes within a raw string.
|
2021-09-10 15:37:34 +01:00 |
|
Erik Krogh Kristensen
|
46959234b7
|
Merge pull request #6288 from erik-krogh/emptyRedos
JS/Python: Fix FP in redos related to empty lookaheads
|
2021-08-16 13:48:22 +02:00 |
|
Taus
|
e9a4114c04
|
Python: Hotfix: Disable ReDoS queries
|
2021-07-22 10:58:49 +00:00 |
|
Rasmus Wriedt Larsen
|
a07de3faae
|
Merge branch 'main' into emptyRedos
|
2021-07-15 18:21:29 +02:00 |
|
Rasmus Wriedt Larsen
|
1be0dc0876
|
Python: Move test for ReDoS
|
2021-07-15 14:15:24 +02:00 |
|