mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
/**
|
|
* @kind problem
|
|
*/
|
|
|
|
import javascript
|
|
import experimental.poi.PoI
|
|
|
|
class MyServerRelatedPoIs extends ServerRelatedPoI, ActivePoI { }
|
|
|
|
query predicate problems = alertQuery/6;
|