diff --git a/CveXplore/VERSION b/CveXplore/VERSION index 647b7a1c0..d8c672fa3 100644 --- a/CveXplore/VERSION +++ b/CveXplore/VERSION @@ -1 +1 @@ -0.3.29 \ No newline at end of file +0.3.30 \ No newline at end of file diff --git a/CveXplore/core/database_models/models.py b/CveXplore/core/database_models/models.py index 5fb1c30a3..386748d34 100644 --- a/CveXplore/core/database_models/models.py +++ b/CveXplore/core/database_models/models.py @@ -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)