Skip to content

Commit 26b8a39

Browse files
committed
Adjusting acryonym for SSRF for casing standards.
1 parent a660eab commit 26b8a39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/ql/lib/semmle/python/frameworks/SSRFSink.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ private import semmle.python.frameworks.data.ModelsAsData
1212
*
1313
* Sets up SSRF sinks as Http::Client::Request
1414
*/
15-
module SSRFMaDModel {
15+
module SsrfMaDModel {
1616
/**
1717
* An HTTP request modeled from `ssrf` sinks, modeled using MaD.
1818
*/
19-
class SSRFSink extends Http::Client::Request::Range instanceof API::CallNode {
19+
class SsrfSink extends Http::Client::Request::Range instanceof API::CallNode {
2020
DataFlow::Node urlArg;
2121

22-
SSRFSink() {
22+
SsrfSink() {
2323
(
2424
this.getArg(_) = urlArg
2525
or

0 commit comments

Comments
 (0)