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

Multiple new report requirements #139

Merged
merged 16 commits into from
Aug 24, 2024
Merged

Conversation

YanWittmann
Copy link
Contributor

@YanWittmann YanWittmann commented Aug 19, 2024

Related PRs:

Issues worked on in this PR:

AEAA-521 - VR: Include advisory generation timestamp

If an inventory contains at least one inventory enrichment step in the inventory info sheet under the inventory-enrichment --> Steps section, the following properties will be filled with the relevant values (otherwise empty):

ae.vulnerability.advisor.time.step.first.timestamp=1722943394056
ae.vulnerability.advisor.time.step.first.en=06/08/2024 13:23
ae.vulnerability.advisor.time.step.first.de=06.08.2024 13:23

ae.vulnerability.advisor.time.step.latest.timestamp=1722943402863
ae.vulnerability.advisor.time.step.latest.en=06/08/2024 13:23
ae.vulnerability.advisor.time.step.latest.de=06.08.2024 13:23

AEAA-512 - Redefine Priority Score

See the https://github.com/org-metaeffekt/metaeffekt-artifact-analysis/pull/37 PR for more details on calculation and configuration of the new priority score.

Screenshot 2024-08-22 at 09 16 38

AEAA-522 - vulnerability detail ordering, vulnerability status sections as topics

Vulnerabilities are now ordered descending by CVE-Id and "affected", etc. are now displayed as topics in the toc.

Screenshot 2024-08-22 at 09 19 28 Screenshot 2024-08-22 at 09 19 20

AEAA-520 - Organize (summary) overview table by group

The Vulnerabilities by Asset table will now be split into (potentially) multiple tables, grouped by an Asset Group attribute in the Asset data. Unnamed Assets will be grouped into a generic Other Assets group.

Asset Id Name Asset Group
CID-kmc-audit-3.6.0 KMC Audit 3.6.0 Group 1
CID-kmc-audit-3.7.0-RC3   Group 2
CID-kmc-enrolment-3.6.0   Group 2
CID-kmc-inventory-3.6.0    
CID-kmc-inventory-3.7.0-RC3    

with added assessment information will result in these three tables:

Screenshot 2024-08-23 at 12 39 52

Another change: If no Name attribute is present on the Assets, it will now fall back to the Asset Id instead of showing a blank string.

YanWittmann and others added 11 commits July 30, 2024 08:47
Signed-off-by: ywittmann <[email protected]>
…-report

# Conflicts:
#	libraries/ae-inventory-processor/src/main/java/org/metaeffekt/core/inventory/processor/patterns/ComponentPatternContributorRunner.java
Signed-off-by: ywittmann <[email protected]>
…iguration classes to use JSONArray when it comes to configuring the new ContentIdentifier values. Adjusted parsing logic accordingly.

Signed-off-by: ywittmann <[email protected]>
…report' into AEAA-492-periodic-vulnerability-report
… score". Added logic for use in AEAA.

Started integrating Lombok into data classes.
AEAA-521: Added advisory statistics to report properties file.

Signed-off-by: ywittmann <[email protected]>
Signed-off-by: ywittmann <[email protected]>
…ned (newly introduced in VR) priority score.

- Added support for parsing and displaying EOL data, keywords data.
- Fixed EPSS data not showing up in VR.

Signed-off-by: ywittmann <[email protected]>
- fixed timezone issues in test cases.

Signed-off-by: ywittmann <[email protected]>
Signed-off-by: ywittmann <[email protected]>
@YanWittmann YanWittmann changed the title [DRAFT] Multiple new report requirements Multiple new report requirements Aug 24, 2024
@karsten-klein karsten-klein merged commit a040c5f into master Aug 24, 2024
6 checks passed
@karsten-klein karsten-klein deleted the multiple-report-requirements branch August 24, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants