mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
7 lines
242 B
Plaintext
7 lines
242 B
Plaintext
import java
|
|
import SpringProfiles
|
|
|
|
from SpringProfileExpr springProfileExpr, string active
|
|
where if springProfileExpr.isActive() then active = "active" else active = "inactive"
|
|
select springProfileExpr, springProfileExpr.getProfile(), active
|