mirror of
https://github.com/github/codeql.git
synced 2026-05-11 09:49:26 +02:00
Tests are currently still internal. They will be migrated to `github/codeql` in a subsequent PR.
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
/**
|
|
* @name Endpoint types
|
|
* @description Maps endpoint type encodings to human-readable descriptions.
|
|
* @kind table
|
|
*/
|
|
|
|
import experimental.adaptivethreatmodeling.EndpointTypes
|
|
|
|
from EndpointType type
|
|
select type.getEncoding() as encoding, type.getDescription() as description order by encoding
|