Hi team,
I’m currently using the OpenVAS cloud trial to explore the information available in XML reports. In reviewing these reports, several discrepancies have been observed:
- The
result id
remains the same across all results and reports. - Certain fields are missing compared to XML reports from the community version, specifically:
<severities score="10.0">
<tags>cvss_base_vector</tags>
- There’s a difference in date format (e.g.,
creation_time
field):
- Cloud version:
<creation_time>2024-05-10T06:30:04.807393735Z</creation_time>
- Community version:
<creation_time>2024-01-10T13:12:20Z</creation_time>
Any idea if these discrepancies are due to a bug or if they’re intentional behaviors or are related to the trial version only?
Thanks!!