Commit ddea5ee
Scan all JVM Kotlin modules in CodeQL (#18)
The manual-build compile step only covered 8 of the 12 JVM-compiling
modules, so CodeQL never extracted :samples-cli (CLI entrypoint),
:test-support-wat (WAT lexer/binary writer parsing untrusted text),
:annotations, or :benchmarks. Add their compile tasks so the
security-extended queries see that code.
:footprint-baseline and :footprint-core declare only an iosArm64
target and have no JVM compilation, so they stay out.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 2124f7e commit ddea5ee
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
0 commit comments