Skip to content

Commit 83ded8c

Browse files
committed
Bug fix. Update packages
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 7fbcaf5 commit 83ded8c

File tree

7 files changed

+46
-51
lines changed

7 files changed

+46
-51
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.0b4"
3+
version = "6.0.0b5"
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.0b4"
3+
version = "6.0.0b5"
44
description = "Reporting library for owasp depscan"
55
authors = [
66
{name = "Team AppThreat", email = "[email protected]"},

packages/server-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-server-lib"
3-
version = "6.0.0b4"
3+
version = "6.0.0b5"
44
description = "Server library for owasp depscan"
55
authors = [
66
{name = "Team AppThreat", email = "[email protected]"},

packages/server-lib/src/server_lib/simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def run_server(options: ServerOptions):
290290
app.config["MAX_CONTENT_LENGTH"] = options.max_content_length
291291
# Dirty hack to get access to the create_bom function
292292
if options.create_bom:
293-
app.config["create_bom"] = create_bom
293+
app.config["create_bom"] = options.create_bom
294294
logger = options.logger
295295
if logger:
296296
logger.info(

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.0b4"
3+
version = "6.0.0b5"
44
description = "xBOM library for owasp depscan"
55
authors = [
66
{name = "Team AppThreat", email = "[email protected]"},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "owasp-depscan"
3-
version = "6.0.0b4"
3+
version = "6.0.0b5"
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]"},

uv.lock

Lines changed: 40 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)