-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support GMP version 22.6 #1196
base: main
Are you sure you want to change the base?
Support GMP version 22.6 #1196
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Files |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Files |
Conventional Commits Report
🚀 Conventional commits found. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1196 +/- ##
==========================================
+ Coverage 97.60% 97.78% +0.18%
==========================================
Files 65 71 +6
Lines 4544 4962 +418
Branches 825 894 +69
==========================================
+ Hits 4435 4852 +417
- Misses 74 75 +1
Partials 35 35 ☔ View full report in Codecov by Sentry. |
Implement support for GMP version 22.6 which adds audit reports, report configs and changes get feeds.
d3fd59e
to
22b65da
Compare
Support both new filter types.
The version is already encoded into the module name. For implementing a new protocol version it's easier when the version in not included in all test class names.
Not every XML element will have a value/text. Therefore it should be possible to set it optionally.
Extend GMP classed to support all report config commands.
b"</create_report_config>", | ||
) | ||
|
||
self.gmp.clone_report_config(ReportFormatType.PDF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello Björn, I am not sure if this test really makes sense, since there could be more than one report config for a report format. But I am not sure, what do you think?
What
Support GMP version 22.6
Why
Implement support for GMP version 22.6 which adds audit reports, report configs and changes get feeds.
References
https://jira.greenbone.net/browse/GEA-868
Closed #1195
Checklist
Also tested some report config request against gvmd manually.