Skip to content

feat: add chip-ingress batch config keys#2207

Draft
pkcll wants to merge 1 commit into
mainfrom
chip-ingress-batch-config
Draft

feat: add chip-ingress batch config keys#2207
pkcll wants to merge 1 commit into
mainfrom
chip-ingress-batch-config

feat: add chip-ingress batch config keys

1f54ac6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 29, 2026 in 3s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 668 in pkg/loop/config.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an unsigned 64-bit integer from
strconv.ParseUint
to a lower bit size type uint without an upper bound check.