mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
JS: Fix QLDoc style in ExtractMisclassifiedEndpointFeatures.ql
This commit is contained in:
@@ -17,7 +17,7 @@ EndpointType getEndpointType() { result instanceof NosqlInjectionSinkType }
|
||||
/** Get a positive endpoint. This will be run through the classifier to determine whether it is misclassified. */
|
||||
DataFlow::Node getAPositiveEndpoint() { result instanceof NosqlInjection::Sink }
|
||||
|
||||
/** ATM configuration to find misclassified endpoints of type `getEndpointType()`. */
|
||||
/** An ATM configuration to find misclassified endpoints of type `getEndpointType()`. */
|
||||
class ExtractMisclassifiedEndpointsATMConfig extends ATMConfig {
|
||||
ExtractMisclassifiedEndpointsATMConfig() { this = "ExtractMisclassifiedEndpointsATMConfig" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user