-
Notifications
You must be signed in to change notification settings - Fork 9
feat(CSAF2.1): add recommended test 6.2.41 #426
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
base: main
Are you sure you want to change the base?
Conversation
b7b7208
to
99316c8
Compare
99316c8
to
1d7ef84
Compare
1d7ef84
to
4444a85
Compare
Coverage after merging 197-csaf-2.1-recommended-test-6.2.41 into main
Coverage Report
|
4444a85
to
f39e839
Compare
Coverage after merging 197-csaf-2.1-recommended-test-6.2.41 into main
Coverage Report
|
.map((m) => m.content?.epss) | ||
.filter((item) => item?.timestamp != null) | ||
.sort((a, z) => { | ||
if (!a || !z) return 0 |
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.
Is this line necessary? The test coverage marks this line.
if ( | ||
!newestEpss || | ||
!newestEpss.timestamp || | ||
!newestRevisionHistoryItem || |
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.
Don't we already check this in line 87?
https://github.com/oasis-tcs/csaf/blob/master/csaf_2.1/prose/share/csaf-v2.1-draft.md#6241-old-epss-timestamp-