rename query

This commit is contained in:
valeria-meli
2021-08-03 17:32:36 -03:00
parent 0e4865c40c
commit 92c874c2e2

View File

@@ -1,5 +1,5 @@
/**
* @id javascript/ssrf-path
* @id javascript/ssrf
* @kind path-problem
* @name Uncontrolled data used in network request
* @description Sending network requests with user-controlled data as part of the URL allows for request forgery attacks.