FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for shared/regex/codeql/regex - github/codeql · GitHub
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Issues
1k
Pull requests
470
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
shared
regex
codeql
regex
on
codeql-cli-2.27.1
User selector
Datepicker
Commit history
Commits on Feb 10, 2026
Avoid non-trivially shadowing string.toString()
Show description for f60d759
ginsbach
committed
f60d759
View commit details
Copy full SHA for f60d759
View code at this point
Browse repository at this point
Commits on Jun 24, 2025
rename overlay[caller] to overlay[caller?]
kaspersv
committed
81b677a
View commit details
Copy full SHA for 81b677a
View code at this point
Browse repository at this point
Overlay: Add overlay annotations to Java & shared libraries
kaspersv
committed
c207cfd
View commit details
Copy full SHA for c207cfd
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
try to restrict the edges we follow (related to upper/lower-case) when contructing possible attack-strings for polynomial-redos
erik-krogh
committed
e74e5b3
View commit details
Copy full SHA for e74e5b3
View code at this point
Browse repository at this point
Commits on Jan 25, 2024
remove an FP in overly-large-range for [@-Z]
erik-krogh
committed
396da11
View commit details
Copy full SHA for 396da11
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
delete outdated deprecations
erik-krogh
committed
8be7ead
View commit details
Copy full SHA for 8be7ead
View code at this point
Browse repository at this point
Commits on Jan 17, 2024
mark the range [0-?] as good in the overly-large-range query
erik-krogh
committed
1a8a70d
View commit details
Copy full SHA for 1a8a70d
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
Update dead link.
geoffw0
committed
e8a466a
View commit details
Copy full SHA for e8a466a
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
Swift: Implement 'isUsedAsReplace'.
geoffw0
committed
8f115bf
View commit details
Copy full SHA for 8f115bf
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
add getACodepoint to the shared Strings library, and use it in NfaUtils
erik-krogh
committed
fa1e8ee
View commit details
Copy full SHA for fa1e8ee
View code at this point
Browse repository at this point
Commits on Sep 28, 2023
escape unicode chars in overly-large-range
erik-krogh
committed
5d4b542
View commit details
Copy full SHA for 5d4b542
View code at this point
Browse repository at this point
Commits on Sep 18, 2023
use final class aliases to use `extends` instead of `instanceof` in the shared libraries
erik-krogh
committed
9c06828
View commit details
Copy full SHA for 9c06828
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
shared: handle empty groups in delta
yoff
committed
e9e6bce
View commit details
Copy full SHA for e9e6bce
View code at this point
Browse repository at this point
remove some test code I accidentially commited
erik-krogh
committed
db2b8d4
View commit details
Copy full SHA for db2b8d4
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
limit concretize to strings of at most length 100
erik-krogh
committed
25e4f2c
View commit details
Copy full SHA for 25e4f2c
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
fix performance
erik-krogh
committed
fe54256
View commit details
Copy full SHA for fe54256
View code at this point
Browse repository at this point
Commits on Aug 8, 2023
support arbitrary codepoints in NfaUtils.qll
erik-krogh
committed
0bce424
View commit details
Copy full SHA for 0bce424
View code at this point
Browse repository at this point
move `to4digitHex` to `Numbers.qll`
erik-krogh
committed
0391e06
View commit details
Copy full SHA for 0391e06
View code at this point
Browse repository at this point
way better hex conversion
erik-krogh
committed
03fbd38
View commit details
Copy full SHA for 03fbd38
View code at this point
Browse repository at this point
Commits on Aug 7, 2023
escape unicode chars in the output for the ReDoS queries
erik-krogh
committed
92db7b0
View commit details
Copy full SHA for 92db7b0
View code at this point
Browse repository at this point
Commits on Jun 22, 2023
Shared: QLDoc NfaUtils::Make::State::hasLocationInfo.
geoffw0
committed
a8aa335
View commit details
Copy full SHA for a8aa335
View code at this point
Browse repository at this point
Commits on Jun 15, 2023
fix QL-for-QL warning
erik-krogh
committed
087e6d1
View commit details
Copy full SHA for 087e6d1
View code at this point
Browse repository at this point
stop spuriously matching everything when encountering an unsupported charclass
erik-krogh
committed
21b55ce
View commit details
Copy full SHA for 21b55ce
View code at this point
Browse repository at this point
Commits on May 23, 2023
rename `succ` to `pumpEnd`
erik-krogh
committed
efa53d2
View commit details
Copy full SHA for efa53d2
View code at this point
Browse repository at this point
revert the better super-linear algorith,
erik-krogh
committed
36147e7
View commit details
Copy full SHA for 36147e7
View code at this point
Browse repository at this point
Commits on Mar 23, 2023
rename succ to pumpEnd throughout SuperLinearBackTracking.qll
erik-krogh
committed
404cbc9
View commit details
Copy full SHA for 404cbc9
View code at this point
Browse repository at this point
address some review comments
erik-krogh
committed
3f18b77
View commit details
Copy full SHA for 3f18b77
View code at this point
Browse repository at this point
materialize less strings when ranking states
erik-krogh
committed
e189b36
View commit details
Copy full SHA for e189b36
View code at this point
Browse repository at this point
Commits on Mar 22, 2023
ReDoS: fix potential bad mistake caught by QL-for-QL
erik-krogh
committed
3d9bbd7
View commit details
Copy full SHA for 3d9bbd7
View code at this point
Browse repository at this point
ReDoS: implement a better super-linear algorithm, with better worst-case performance
erik-krogh
committed
801e0ff
View commit details
Copy full SHA for 801e0ff
View code at this point
Browse repository at this point
Commits on Mar 20, 2023
fix typo
Show description for 2270d6f
erik-krogh
and
tausbn
authored
2270d6f
View commit details
Copy full SHA for 2270d6f
View code at this point
Browse repository at this point
Commits on Mar 16, 2023
ReDoS: put an artificial limitation on the analysis in polynomial-redos for large regular expressions
erik-krogh
committed
54ec047
View commit details
Copy full SHA for 54ec047
View code at this point
Browse repository at this point
Commits on Mar 10, 2023
Shared: Autoformat
aschackmull
committed
3640b6d
View commit details
Copy full SHA for 3640b6d
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
recognize "-->" as a bad tag filter
erik-krogh
committed
38ca68f
View commit details
Copy full SHA for 38ca68f
View code at this point
Browse repository at this point
Shared: Remove omittable exists variables
atorralba
committed
7ef8099
View commit details
Copy full SHA for 7ef8099
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL