CVE-2020-28482: Cross-Site Request Forgery (CSRF)
(updated )
The generated cookie uses insecure defaults, and does not have the httpOnly
flag on cookieOpts: { path: '/', sameSite: true }
. Additionally, the CSRF token is available in the GET query parameter.
References
Detect and mitigate CVE-2020-28482 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →