Update java/ql/src/experimental/CWE-918/RequestForgery.ql

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
Anders Schack-Mulligen
2020-11-24 13:18:58 +01:00
committed by GitHub
parent 0450489022
commit 3f04099c25

View File

@@ -1,5 +1,5 @@
/**
* @name Server Sider Request Forgery (SSRF)
* @name Server Side Request Forgery (SSRF)
* @description Making web requests based on unvalidated user-input
* may cause server to communicate with malicious servers.
* @kind path-problem