mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
11 lines
145 B
Plaintext
11 lines
145 B
Plaintext
/**
|
|
* @kind problem
|
|
* @id problem-query
|
|
*/
|
|
|
|
import csharp
|
|
|
|
from StringLiteral sl
|
|
where sl.getValue() = "Alert"
|
|
select sl, "This is a problem"
|