Java: Fixup test

This commit is contained in:
Rasmus Wriedt Larsen
2024-08-13 14:08:40 +02:00
parent 1e12c11adc
commit fee38b3781
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ class Test {
}
public void M5(Statement handle) throws Exception {
// Only a source if "commandargs" is a selected threat model.
// Only a source if "stdin" is a selected threat model.
byte[] data = new byte[1024];
System.in.read(data);

View File

@@ -5,7 +5,7 @@ extensions:
extensible: threatModelConfiguration
data:
- ["environment", true, 0]
- ["commandargs", true, 0]
- ["stdin", true, 0]
- addsTo:
pack: codeql/java-all