Skip to content

Commit

Permalink
[CveXplore-276] fixes #276
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I committed Apr 15, 2024
1 parent 17cbb8a commit 25434e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CveXplore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.29
0.3.30
1 change: 1 addition & 0 deletions CveXplore/core/database_models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class Cves(CveXploreBase):
cvssSource = Column(String(50))
cvssTime = Column(DateTime)
cvssVector = Column(String(100))
configurations = Column(JSON)
cwe = Column(String(50), index=True)
epss = Column(Float, index=True)
epssMetric = Column(JSON)
Expand Down

0 comments on commit 25434e9

Please sign in to comment.