Shared: rephrase request forgery name and description

This commit is contained in:
Asger Feldthaus
2022-02-16 13:34:28 +01:00
parent 51442ddf47
commit 69995d5750
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
/**
* @name Uncontrolled data used in network request
* @description Sending network requests with user-controlled data allows for request forgery attacks.
* @name Server-side request forgery
* @description Making a network request with user-controlled data in the URL allows for request forgery attacks.
* @kind path-problem
* @problem.severity error
* @security-severity 9.1