You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
During differential fuzzing with github.com/pandatix/go-cvss I discovered that your implementation does not properly computes the environmental score, and more precisely returns 0 when no environmental variable is set different to ND (Not Defined).
In order to be compliant with the first.org specification Section 3.2.3, you must compute the environmental score given your metric values.
During differential fuzzing with
github.com/pandatix/go-cvss
I discovered that your implementation does not properly computes the environmental score, and more precisely returns 0 when no environmental variable is set different toND
(Not Defined).In order to be compliant with the first.org specification Section 3.2.3, you must compute the environmental score given your metric values.
The following Go code illustrates this issue.
produces ->
The text was updated successfully, but these errors were encountered: