Skip to content

Commit

Permalink
Merge pull request #16654 from sidshank/sidshank/fix-incorrect-deprec…
Browse files Browse the repository at this point in the history
…ation-comment

Python: Fixes an error in the deprecation notice for a taint tracking configuration
  • Loading branch information
yoff authored Jun 3, 2024
2 parents 5b6f38f + 859e8db commit fe8f13e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ predicate fullyControlledRequest(Http::Client::Request request) {
}

/**
* DEPRECATED: Use `FullServerSideRequestForgeryFlow` module instead.
* DEPRECATED: Use `PartialServerSideRequestForgeryFlow` module instead.
*
* A taint-tracking configuration for detecting "Server-side request forgery" vulnerabilities.
*
Expand Down

0 comments on commit fe8f13e

Please sign in to comment.