Skip to content

Release 2026.5 — Platform Upgrade (umbrella)#1065

Open
danh91 wants to merge 13 commits into
mainfrom
feat/2026.5
Open

Release 2026.5 — Platform Upgrade (umbrella)#1065
danh91 wants to merge 13 commits into
mainfrom
feat/2026.5

fix(graph): add missing service-level feature fields to type + input

92be6cf
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 23, 2026 in 2s

41 new alerts including 19 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 19 high
  • 22 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 59 in apps/api/karrio/server/static/karrio/elements/chunks/globals-Sc1T6Rmo.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 3785 in apps/api/karrio/server/static/karrio/elements/chunks/globals-Sc1T6Rmo.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of "\".

Check failure on line 59 in apps/api/karrio/server/static/karrio/elements/chunks/globals-sn6rr4S9.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check failure on line 3785 in apps/api/karrio/server/static/karrio/elements/chunks/globals-sn6rr4S9.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of "\".

Check failure on line 156 in modules/core/karrio/server/core/authentication.py

See this annotation in the file changed.

Code scanning / CodeQL

Use of a broken or weak cryptographic hashing algorithm on sensitive data High

Sensitive data (password)
is used in a hashing algorithm (SHA256) that is insecure for password hashing, since it is not a computationally expensive hash function.

Check failure on line 474 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 455 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 365 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 344 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 333 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 318 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 302 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 61 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.

Check failure on line 60 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.

Check failure on line 59 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.

Check failure on line 58 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.

Check failure on line 57 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.

Check failure on line 56 in modules/cli/karrio_cli/commands/sdk.py

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.

Check failure on line 63 in modules/cli/karrio_cli/commands/login.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text storage of sensitive information High

This expression stores
sensitive data (password)
as clear text.
This expression stores
sensitive data (password)
as clear text.

Check warning on line 786 in modules/graph/karrio/server/graph/schemas/base/mutations.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 760 in modules/graph/karrio/server/graph/schemas/base/mutations.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 727 in modules/graph/karrio/server/graph/schemas/base/mutations.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 708 in modules/graph/karrio/server/graph/schemas/base/mutations.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 690 in modules/graph/karrio/server/graph/schemas/base/mutations.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.

Check warning on line 670 in modules/graph/karrio/server/graph/schemas/base/mutations.py

See this annotation in the file changed.

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.