mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
import javascript
|
|
import experimental.adaptivethreatmodeling.EndpointFeatures
|
|
import TestUtil
|
|
|
|
// detailed output for the nearby tests
|
|
from Endpoint endpoint, EndpointFeature feature
|
|
select endpoint, feature.getName(), feature.getValue(endpoint)
|