Fix regex for flags #80

Merged
felipesaezreyes merged 4 commits from fix-flags-regex into main 2024-03-13 15:29:26 -04:00
felipesaezreyes commented 2024-03-11 12:28:29 -04:00 (Migrated from github.com)

Fixes regex to match one character flag options.

-mhe=5 wasn't matching the regex as it expects a minimum of 2 characters. Made the second character optional, which will allow single digit flag options

Related to https://github.com/projectdiscovery/nuclei-action/issues/37

Fixes regex to match one character flag options. `-mhe=5` wasn't matching the regex as it expects a minimum of 2 characters. Made the second character optional, which will allow single digit flag options Related to https://github.com/projectdiscovery/nuclei-action/issues/37
RamanaReddy0M (Migrated from github.com) approved these changes 2024-03-13 15:08:52 -04:00
RamanaReddy0M (Migrated from github.com) left a comment
![Screenshot 2024-03-14 at 12 38 09 AM](https://github.com/projectdiscovery/nuclei-action/assets/90540245/febd77ad-fd70-4343-bfc1-8dda59d72f26) Test ref: https://github.com/RamanaReddy0M/workflow-test/actions/runs/8269609805/job/22626648980 lgtm!
RamanaReddy0M commented 2024-03-13 15:11:08 -04:00 (Migrated from github.com)

https://github.com/projectdiscovery/nuclei-action/pull/78 can be closed, compiled code is upto date here.
cc: @ehsandeep

https://github.com/projectdiscovery/nuclei-action/pull/78 can be closed, compiled code is upto date here. cc: @ehsandeep
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
projectdiscovery/nuclei-action!80
No description provided.