Skip to content

fix(gateway): resolve device.proto path in Docker container#16

Merged
pahuldeepp merged 2 commits into
masterfrom
fix/gateway-proto-path
Mar 29, 2026
Merged

fix(gateway): resolve device.proto path in Docker container#16
pahuldeepp merged 2 commits into
masterfrom
fix/gateway-proto-path

fix(ci): fix k6 bare catch syntax; add rate limiting to billing routes

6b42b2f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 29, 2026 in 3s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 66 in apps/gateway/src/routes/billing.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 126 in apps/gateway/src/routes/billing.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 194 in apps/gateway/src/routes/billing.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.