1
0
mirror of https://github.com/docker/cli.git synced 2025-08-29 00:47:54 +03:00
Files
cli/opts
Sebastiaan van Stijn 5cd19d1fec 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 <github@gone.nl>
2020-10-24 01:30:42 +02:00
..
2019-03-19 03:17:02 +01:00
2019-03-19 03:17:02 +01:00
2019-03-21 20:14:25 +00:00
2017-05-15 11:57:15 +02:00
2017-05-15 11:57:19 +02:00
2019-03-19 03:17:02 +01:00
2020-01-16 12:48:09 +01:00
2017-06-14 16:54:27 -07:00
2020-09-10 11:56:27 +02:00