JS: Fix QLDoc style in ExtractMisclassifiedEndpointFeatures.ql

This commit is contained in:
Henry Mercer
2022-02-01 15:39:15 +00:00
committed by GitHub
parent db0b4fc463
commit 368839edfc

View File

@@ -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" }