Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
This commit is contained in:
Edward Minnix III
2023-09-03 21:28:01 -04:00
committed by Ed Minnix
parent dbb5aa9aad
commit 2f53adf2c2

View File

@@ -7,7 +7,7 @@ private import semmle.code.java.dataflow.DataFlow
private import semmle.code.java.dataflow.ExternalFlow
/**
* A node which represents the use of a credential.
* A node that represents the use of a credential.
*/
abstract class CredentialSinkNode extends DataFlow::Node { }