mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Adjusting acryonym for SSRF for casing standards.
This commit is contained in:
@@ -12,14 +12,14 @@ private import semmle.python.frameworks.data.ModelsAsData
|
||||
*
|
||||
* Sets up SSRF sinks as Http::Client::Request
|
||||
*/
|
||||
module SSRFMaDModel {
|
||||
module SsrfMaDModel {
|
||||
/**
|
||||
* An HTTP request modeled from `ssrf` sinks, modeled using MaD.
|
||||
*/
|
||||
class SSRFSink extends Http::Client::Request::Range instanceof API::CallNode {
|
||||
class SsrfSink extends Http::Client::Request::Range instanceof API::CallNode {
|
||||
DataFlow::Node urlArg;
|
||||
|
||||
SSRFSink() {
|
||||
SsrfSink() {
|
||||
(
|
||||
this.getArg(_) = urlArg
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user