Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/analysis-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ds-analysis-lib"
version = "6.0.0b4"
version = "6.0.0b5"
description = "Analysis library for owasp depscan"
authors = [
{name = "Team AppThreat", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion packages/reporting-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ds-reporting-lib"
version = "6.0.0b4"
version = "6.0.0b5"
description = "Reporting library for owasp depscan"
authors = [
{name = "Team AppThreat", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion packages/server-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ds-server-lib"
version = "6.0.0b4"
version = "6.0.0b5"
description = "Server library for owasp depscan"
authors = [
{name = "Team AppThreat", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion packages/server-lib/src/server_lib/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def run_server(options: ServerOptions):
app.config["MAX_CONTENT_LENGTH"] = options.max_content_length
# Dirty hack to get access to the create_bom function
if options.create_bom:
app.config["create_bom"] = create_bom
app.config["create_bom"] = options.create_bom
logger = options.logger
if logger:
logger.info(
Expand Down
2 changes: 1 addition & 1 deletion packages/xbom-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ds-xbom-lib"
version = "6.0.0b4"
version = "6.0.0b5"
description = "xBOM library for owasp depscan"
authors = [
{name = "Team AppThreat", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "owasp-depscan"
version = "6.0.0b4"
version = "6.0.0b5"
description = "Fully open-source security audit for project dependencies based on known vulnerabilities and advisories."
authors = [
{name = "Team AppThreat", email = "[email protected]"},
Expand Down
85 changes: 40 additions & 45 deletions uv.lock

Large diffs are not rendered by default.

Loading