Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new Nuclei #1241

Merged
merged 25 commits into from
Sep 22, 2024
Merged

new Nuclei #1241

merged 25 commits into from
Sep 22, 2024

Conversation

kazet
Copy link
Member

@kazet kazet commented Aug 29, 2024

No description provided.

.github/workflows/test.yml Outdated Show resolved Hide resolved
for task in tasks:
if finding["url"] in [get_target_url(task)] + links_per_task[task.uid]:
findings_per_task[task.uid].append(finding)
found = True
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if found, then I guess safe to break from loop

for task in tasks:
if finding["host"].split(":")[0] == get_target_host(task).split(":")[0]:
findings_per_task[task.uid].append(finding)
found = True
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as above

bulkowy
bulkowy previously approved these changes Sep 20, 2024
@kazet kazet merged commit ec24849 into main Sep 22, 2024
4 checks passed
@kazet kazet deleted the bumping-up-nuclei branch September 22, 2024 08:41
@bulkowy
Copy link
Collaborator

bulkowy commented Sep 23, 2024

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants