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
fix: Add more #nosec G115 annotations for integer overflow warnings
This change continues adding appropriate '#nosec G115' annotations to various integer
type conversions that are safe in their specific contexts. Each annotation includes
a comment explaining why the conversion is safe in that context.
Additional areas fixed:
- tailnet module (node and peer IDs)
- VPN module (prefix lengths and router configs)
- Agent SSH module (terminal dimensions and X11 protocol)
- Notifications module (configuration parameters)
- Various other integer conversions where the range is guaranteed to be safe
0 commit comments