security: add IP-level SSRF defense for action.yml Gitea path #123
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
From security review on PR #121 (finding #3 MINOR):
Current State (after PR #121 fix)
What remains
Challenge
These defenses are complex in pure bash. Options:
review-bot validate-url) that performs DNS resolution and IP checksdig/getent hosts+ IP range checks in bash (fragile, platform-dependent)Acceptance Criteria