Skip to content

sync: shipping-platform patches 2026-04-19#1068

Merged
danh91 merged 1 commit into
mainfrom
sync/shipping-platform-2026-04-19
Apr 19, 2026
Merged

sync: shipping-platform patches 2026-04-19#1068
danh91 merged 1 commit into
mainfrom
sync/shipping-platform-2026-04-19

fix: sync shipping-platform patches (rate sheets, connectors, graph, …

447f059
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 19, 2026 in 3s

17 new alerts including 5 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 high
  • 12 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 warning on line 224 in modules/documents/karrio/server/documents/views/templates.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 57 in modules/admin/karrio/server/admin/views.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/admin/karrio/server/admin/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 664 in modules/admin/karrio/server/admin/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 628 in modules/admin/karrio/server/admin/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 605 in modules/admin/karrio/server/admin/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 583 in modules/admin/karrio/server/admin/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 559 in modules/admin/karrio/server/admin/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 530 in modules/admin/karrio/server/admin/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 508 in modules/admin/karrio/server/admin/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 484 in modules/admin/karrio/server/admin/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 157 in apps/api/karrio/server/urls/jwt.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.