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

Variables in output path/table, multiple output formats usage, ... #1395

Merged
merged 7 commits into from
Oct 16, 2024

Conversation

shelld3v
Copy link
Collaborator

@shelld3v shelld3v commented Sep 18, 2024

Description

  • Allows variables in output path/table
  • Allows multiple output formats
  • Avoid storing all result objects, which improves the efficiency
  • Prepare for multi-target scanning in the future

Note: This pull request is not ready yet as it hasn't been fully tested and lacks unit tests for the reporting feature. I will leave it here for anyone interested in contributing.

lib/report/xml_report.py Fixed Show fixed Hide fixed
lib/report/xml_report.py Dismissed Show dismissed Hide dismissed
@shelld3v shelld3v linked an issue Oct 15, 2024 that may be closed by this pull request
@maurosoria maurosoria merged commit 5b1ddb4 into master Oct 16, 2024
12 of 13 checks passed
@shelld3v shelld3v deleted the report-refactor branch November 19, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment