Update the name of the class (and its subclasses)

This commit is contained in:
Ahmed Farid
2022-08-29 18:57:56 +01:00
committed by GitHub
parent b2551a5581
commit 9995e91bb7

View File

@@ -98,7 +98,7 @@ class CredentialExpr extends Expr {
abstract class ClientSuppliedSecret extends DataFlow::CallCfgNode { }
private class FlaskClientSuppliedSecret extends ClientSuppliedSecret {
FlaskClientSuppliedsecret() {
FlaskClientSuppliedSecret() {
exists(RemoteFlowSource rfs, DataFlow::AttrRead get |
rfs.getSourceType() = "flask.request" and this.getFunction() = get
|
@@ -117,7 +117,7 @@ private class FlaskClientSuppliedSecret extends ClientSuppliedSecret {
}
private class DjangoClientSuppliedSecret extends ClientSuppliedSecret {
DjangoClientSuppliedsecret() {
DjangoClientSuppliedSecret() {
exists(RemoteFlowSource rfs, DataFlow::AttrRead get |
rfs.getSourceType() = "django.http.request.HttpRequest" and this.getFunction() = get
|
@@ -136,7 +136,7 @@ private class DjangoClientSuppliedSecret extends ClientSuppliedSecret {
}
private class TornadoClientSuppliedSecret extends ClientSuppliedSecret {
TornadoClientSuppliedsecret() {
TornadoClientSuppliedSecret() {
exists(RemoteFlowSource rfs, DataFlow::AttrRead get |
rfs.getSourceType() = "tornado.web.RequestHandler" and this.getFunction() = get
|
@@ -158,7 +158,7 @@ private class TornadoClientSuppliedSecret extends ClientSuppliedSecret {
}
private class WerkzeugClientSuppliedSecret extends ClientSuppliedSecret {
WerkzeugClientSuppliedsecret() {
WerkzeugClientSuppliedSecret() {
exists(RemoteFlowSource rfs, DataFlow::AttrRead get |
rfs.getSourceType() = "werkzeug.datastructures" and this.getFunction() = get
|