Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opts: fix potential integer overflow CWE-190, CWE-681
Caught by CodeQL: > Incorrect conversion of an integer with architecture-dependent bit size > from strconv.ParseUint to a lower bit size type uint16 without an upper > bound check. fixes https://github.com/docker/cli/security/code-scanning/2 Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information