Total 1 files, 1 defects, max display 1000 defects - Generated on 1757487487776
[+] /examples/auth/server/main.go
1 Issues
Commit
Line
Checker
Message
Handler
5467723
200
Open Redirect
[pecker-go]An open redirect vulnerability occurs when unsanitized user input is used as a URL in a redirect operation. An attacker can craft a malicious link to the affected domain that will then redirect to a malicious domain without the user"s awareness. The malicious domain could serve malware or a phishing website. Furthermore, JavaScript can be executed in the victim’s browser by prepending a javascript: protocol handler to the URL.