Update javascript/ql/src/semmle/javascript/frameworks/ClientRequests.qll

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-06-03 15:18:10 +02:00
committed by GitHub
parent baee47f3c6
commit 46cd0143d8

View File

@@ -274,7 +274,7 @@ module ClientRequest {
)
}
override string getCredentialsKind() { result = "authorization headers" }
override string getCredentialsKind() { result = "authorization header" }
}
/**