Skip to content

Commit

Permalink
Update cvss version and add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray authored and frasertweedale committed Jul 19, 2024
1 parent aea8b85 commit d09058a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions code/cvss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2

Changed the CVSS v2 parser and printer to omit the "CVSS:2.0/" version prefix according to the spec.

# 0.1

Introduction
2 changes: 1 addition & 1 deletion code/cvss/cvss.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: cvss
version: 0.1
version: 0.2
synopsis: Common Vulnerability Scoring System.
description:
Use this library to parse CVSS string and compute its score.
Expand Down
2 changes: 1 addition & 1 deletion code/hsec-core/hsec-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
build-depends:
, base >=4.14 && <4.20
, Cabal-syntax >=3.8.1.0 && <3.11
, cvss >= 0.1 && < 0.2
, cvss >= 0.2 && < 0.3
, osv >= 0.1 && < 0.2
, pandoc-types >=1.22 && <2
, safe >=0.3 && <0.4
Expand Down
2 changes: 1 addition & 1 deletion code/hsec-tools/hsec-tools.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ library
, commonmark ^>=0.2.2
, commonmark-pandoc >=0.2 && <0.3
, containers >=0.6 && <0.7
, cvss >= 0.1 && < 0.2
, cvss >= 0.2 && < 0.3
, data-default >=0.7 && <0.8
, directory <2
, extra ^>=1.7.5
Expand Down
2 changes: 1 addition & 1 deletion code/osv/osv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
build-depends:
, aeson >=2.0.1.0 && <3
, base >=4.14 && <4.20
, cvss >= 0.1 && < 0.2
, cvss >=0.2 && <0.3
, text >=1.2 && <3
, time >=1.9 && <1.14

Expand Down

0 comments on commit d09058a

Please sign in to comment.