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 326c07d commit 77c73bcCopy full SHA for 77c73bc
2 files changed
common/constants.py
@@ -9,7 +9,7 @@
9
10
CFG = Config()
11
12
-APP_VERSION = "2.75.5"
+APP_VERSION = "2.75.6"
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
@@ -12,7 +12,7 @@ profile = "black"
[project]
name = "vulnerability-engine"
-version = "2.75.5"
+version = "2.75.6"
16
readme = "README.md"
17
packages = []
18
package-mode = false
0 commit comments