Fix regex for flags #80
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
projectdiscovery/nuclei-action!80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-flags-regex"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes regex to match one character flag options.
-mhe=5wasn't matching the regex as it expects a minimum of 2 characters. Made the second character optional, which will allow single digit flag optionsRelated to https://github.com/projectdiscovery/nuclei-action/issues/37
Test ref: https://github.com/RamanaReddy0M/workflow-test/actions/runs/8269609805/job/22626648980
lgtm!
https://github.com/projectdiscovery/nuclei-action/pull/78 can be closed, compiled code is upto date here.
cc: @ehsandeep