We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CVSS Vector "CVSS:3.0/" raises exception "bad value for range"
CvssSuite.new("CVSS:3.0/").valid?
The valid? method should return false.
ArgumentError: bad value for range is raised instead.
The text was updated successfully, but these errors were encountered:
df778b6
Add new spec to include test for issue #3
79314cf
0llirocks
No branches or pull requests
Subject of the issue
CVSS Vector "CVSS:3.0/" raises exception "bad value for range"
Your environment
Steps to reproduce
CvssSuite.new("CVSS:3.0/").valid?
Expected behaviour
The valid? method should return false.
Actual behaviour
ArgumentError: bad value for range is raised instead.
The text was updated successfully, but these errors were encountered: