Files
codeql/javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/extraction/ExtractEndpointLabelEncoding.ql
2022-03-18 10:27:18 +00:00

12 lines
383 B
Plaintext

/**
* @name Endpoint types
* @description Maps endpoint type encodings to human-readable descriptions.
* @kind table
* @id js/ml-powered/model-building/endpoint-type-encodings
*/
import experimental.adaptivethreatmodeling.EndpointTypes
from EndpointType type
select type.getEncoding() as encodingTypeEncoded, type.getDescription() as endpointType order by encodingTypeEncoded