Skip to content

Fix manifest implementation

2b4e809
Select commit
Loading
Failed to load commit list.
Closed

Fix/manifest implementation #4

Fix manifest implementation
2b4e809
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 20, 2025 in 2s

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 68 in pkg/manifest/scanner.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of a signed 64-bit integer from
strconv.ParseInt
to a lower bit size type int without an upper bound check.