Skip to content

Commit 4f55933

Browse files
committed
Update pacakges and linting
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 7b59da4 commit 4f55933

File tree

6 files changed

+740
-313
lines changed

6 files changed

+740
-313
lines changed

packages/analysis-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ds-analysis-lib"
3-
version = "6.0.0a3"
3+
version = "6.0.0b1"
44
description = "Analysis library for owasp depscan"
55
authors = [
66
{name = "Team AppThreat", email = "[email protected]"},

packages/reporting-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ds-reporting-lib"
3-
version = "6.0.0a3"
3+
version = "6.0.0b1"
44
description = "Reporting library for owasp depscan"
55
authors = [
66
{name = "Team AppThreat", email = "[email protected]"},

packages/reporting-lib/src/reporting_lib/htmlgen.py

Lines changed: 634 additions & 207 deletions
Large diffs are not rendered by default.

packages/xbom-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ds-xbom-lib"
3-
version = "6.0.0a3"
3+
version = "6.0.0b1"
44
description = "xBOM library for owasp depscan"
55
authors = [
66
{name = "Team AppThreat", email = "[email protected]"},

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "owasp-depscan"
3-
version = "6.0.0a3"
3+
version = "6.0.0b1"
44
description = "Fully open-source security audit for project dependencies based on known vulnerabilities and advisories."
55
authors = [
66
{name = "Team AppThreat", email = "[email protected]"},
77
]
88
dependencies = [
9-
"appthreat-vulnerability-db[oras]>=6.4.2",
9+
"appthreat-vulnerability-db[oras]>=6.4.3",
1010
"custom-json-diff>=2.1.6",
1111
"defusedxml>=0.7.1",
1212
"PyYAML>=6.0.2",
@@ -83,7 +83,7 @@ select = "B,C,E,F,W,T4,B9"
8383
line-length = 99
8484

8585
[tool.uv.sources]
86-
blint = { git = "https://github.com/owasp-dep-scan/blint", rev = "0a29b47a1d0ab55fcf4480785f0a8948104d7632" }
86+
blint = { git = "https://github.com/owasp-dep-scan/blint", rev = "a2ca09e6f1355e3e31147fbd40027edbf130bc40" }
8787
ds-xbom-lib = { workspace = true }
8888
ds-analysis-lib = { workspace = true }
8989
ds-reporting-lib = { workspace = true }

0 commit comments

Comments
 (0)