You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2022. It is now read-only.
https://github.com/inspr/inspr/blob/870bb13b4eb60653c8567dd8a70ccdfa69e1391b/pkg/meta/dapp.go#L13
TCP /UDP ports range from 0 to 2^16
https://en.wikipedia.org/wiki/Port_(computer_networking)
In many places we parse this port and convert to int32
e.g:
https://github.com/inspr/inspr/blob/870bb13b4eb60653c8567dd8a70ccdfa69e1391b/cmd/insprd/operators/nodes/converter.go#L29
and
https://github.com/inspr/inspr/blob/870bb13b4eb60653c8567dd8a70ccdfa69e1391b/cmd/insprd/operators/nodes/converter.go#L43
An overflow here can cause undefined behavior to the application.