mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
import javascript
|
|
import experimental.adaptivethreatmodeling.EndpointFeatures
|
|
import TestUtil
|
|
|
|
// every feature should produce a value for all endpoints
|
|
from EndpointFeature feature, Endpoint endpoint
|
|
where not exists(feature.getValue(endpoint))
|
|
select endpoint, feature.getName()
|