We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f7245 commit 3ee8d52Copy full SHA for 3ee8d52
common/constants.py
@@ -9,7 +9,7 @@
9
10
CFG = Config()
11
12
-APP_VERSION = "2.71.6"
+APP_VERSION = "2.72.0"
13
TIMESTAMP_LAST_REPO_BASED_EVAL = "last_eval_repo_based"
14
VMAAS_CVES_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/cves"
15
VMAAS_REPOS_ENDPOINT = f"{CFG.vmaas_host}/api/vmaas/v3/repos"
pyproject.toml
@@ -28,7 +28,7 @@ profile = "black"
28
29
[project]
30
name = "vulnerability-engine"
31
-version = "2.71.6"
+version = "2.72.0"
32
readme = "README.md"
33
packages = []
34
package-mode = false
0 commit comments