mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
Fix qldoc wording
This commit is contained in:
@@ -7,7 +7,7 @@ import semmle.code.java.dataflow.DataFlow
|
|||||||
import HardcodedCredentials
|
import HardcodedCredentials
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tracks flow from a hard-coded credential in a call to a sensitive Java API which may compromise security.
|
* A data-flow configuration that tracks flow from a hard-coded credential in a call to a sensitive Java API which may compromise security.
|
||||||
*/
|
*/
|
||||||
class HardcodedCredentialApiCallConfiguration extends DataFlow::Configuration {
|
class HardcodedCredentialApiCallConfiguration extends DataFlow::Configuration {
|
||||||
HardcodedCredentialApiCallConfiguration() { this = "HardcodedCredentialApiCallConfiguration" }
|
HardcodedCredentialApiCallConfiguration() { this = "HardcodedCredentialApiCallConfiguration" }
|
||||||
|
|||||||
Reference in New Issue
Block a user