You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your check has true positive and true negative test cases.
Your check has been labeled with true positive and false positive findings on at least 10 repositories, and the link is pasted in the ticket. If there are no findings, paste the triager link anyway.
Your check PR has been reviewed and merged.
Now, close the ticket!
// something like that meaning its auto-vulnerable// from https://nodejs.org/en/docs/guides/dont-block-the-event-loop/app.get('/redos-me',(req,res)=>{letfilePath=req.query.filePath;// REDOSif(filePath.match(/(\/.+)+$/)){console.log('valid path');}else{console.log('invalid path');}res.sendStatus(200);});
Other Resources
The re.DEBUG flag is useful in identifying dangerously nested patterns source
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Check Description
Now, close the ticket!
This The Regular Expression Denial of Service (ReDoS) cheat-sheet post contains a number of tool links. Here is an incomplete list:
Other Resources
re.DEBUG
flag is useful in identifying dangerously nested patterns sourceThe text was updated successfully, but these errors were encountered: