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
- Symlink path traversal (alerts #7-10): resolve symlink effective
destination and verify it stays within extraction directory, blocking
absolute symlinks and relative paths that escape the root
- Integer overflow (alerts #4-6): add safeInt32() with clamping to
prevent silent overflow on int-to-int32 conversions in settings
- Sensitive data logging (alert #3): redact Password/Secret fields
before printing exported JSON in example code
- Allocation overflow (alert #2): reject unreasonably large inputs
in bytesToHex fallback path to prevent len(b)*2 overflow
- Workflow permissions (alert #1): add explicit contents:read
permission to GitHub Actions workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments