Skip to content

fix: resolve critical security vulnerabilities - #1

Open
Diode11-Alt wants to merge 2 commits into
visionxstack:mainfrom
Diode11-Alt:fix/security-vulnerabilities
Open

fix: resolve critical security vulnerabilities#1
Diode11-Alt wants to merge 2 commits into
visionxstack:mainfrom
Diode11-Alt:fix/security-vulnerabilities

Conversation

@Diode11-Alt

Copy link
Copy Markdown

fixed major security flaws in the scanner api.

  • fixed ssrf by validating urls against private and local ips
  • fixed denial of service by limiting content length to 1mb
  • restricted open cors to specific origins
  • bound server to localhost instead of 0.0.0.0
  • hid verbose error messages from response

- fix ssrf by validating urls against private/local ips
- fix denial of service by limiting content length to 1mb
- restrict open cors to specific origins
- bind server to localhost instead of 0.0.0.0
- hide verbose error messages from response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant