mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
12 lines
360 B
Plaintext
12 lines
360 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 encoding, type.getDescription() as description order by encoding
|