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

Rescan (AKA Re-run a Scan) [minor] #122

Merged
merged 161 commits into from
Jan 16, 2025
Merged

Rescan (AKA Re-run a Scan) [minor] #122

merged 161 commits into from
Jan 16, 2025

Conversation

ric-evans
Copy link
Member

@ric-evans ric-evans commented Nov 25, 2024

This will be useful to "restart" a scan when things go wrong in production. Another useful use case is to check reproducibility.

Warning:
If you intend to retry a failed scan, this option should be used only after checking that the error was transient and not caused by the scanner or its parameters.

Internal Changes:

  • Added 2 DB collections
    1. for storing user's request info
    2. for storing i3 events (separated to avoid redundancy for rescanning)
  • Updated rest-tools version; uses ArgumentHandler for argument validation

closes #121
closes #82

@ric-evans ric-evans added the enhancement New feature or request label Nov 25, 2024
@ric-evans ric-evans self-assigned this Nov 25, 2024
@ric-evans ric-evans changed the title Recsan (AKA Re-run a Scan) [minor] Debugging Option: "rescan" [minor] Jan 16, 2025
@ric-evans ric-evans changed the title Debugging Option: "rescan" [minor] Recsan (AKA Re-run a Scan) [minor] Jan 16, 2025
@ric-evans ric-evans merged commit 15711f9 into main Jan 16, 2025
15 checks passed
@ric-evans ric-evans changed the title Recsan (AKA Re-run a Scan) [minor] Recsan (AKA Re-run a Scan) [minor] Jan 16, 2025
@ric-evans ric-evans deleted the replay branch January 16, 2025 20:52
@ric-evans ric-evans changed the title Recsan (AKA Re-run a Scan) [minor] Rescan (AKA Re-run a Scan) [minor] Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a scan back on the backlog (basically re-run it) Migrate Argument Handling for wipac-rest-tools v1.6.0
1 participant