Skip to content

fix(webhooks): harden DNS validation edge cases

b1de6c3
Select commit
Loading
Failed to load commit list.
Open

fix(webhooks): block private DNS targets #2200

fix(webhooks): harden DNS validation edge cases
b1de6c3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud succeeded May 12, 2026 in 4s

3 new alerts including 3 low severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 low

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 85 in supabase/functions/_backend/utils/ip.ts

See this annotation in the file changed.

Code scanning / SonarCloud

IP addresses should not be hardcoded Low

Make sure using a hardcoded IP address 100:: is safe here. See more on SonarQube Cloud

Check notice on line 86 in supabase/functions/_backend/utils/ip.ts

See this annotation in the file changed.

Code scanning / SonarCloud

IP addresses should not be hardcoded Low

Make sure using a hardcoded IP address 100:: is safe here. See more on SonarQube Cloud

Check notice on line 87 in supabase/functions/_backend/utils/ip.ts

See this annotation in the file changed.

Code scanning / SonarCloud

IP addresses should not be hardcoded Low

Make sure using a hardcoded IP address 64:ff9b:: is safe here. See more on SonarQube Cloud