mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
[pitboss/grind] deferred session-0009 (20260522T163126Z-7d60)
This commit is contained in:
parent
33b5c69211
commit
2c61324784
11 changed files with 679 additions and 37 deletions
|
|
@ -1,16 +0,0 @@
|
|||
// Phase 11 (Track J.9) — Java UNAUTHORIZED_ID vuln fixture.
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
public class Vuln {
|
||||
private static final String CALLER = "alice";
|
||||
private static final Map<String, String> STORE = new HashMap<>();
|
||||
static {
|
||||
STORE.put("alice", "alice@x");
|
||||
STORE.put("bob", "bob@x");
|
||||
}
|
||||
|
||||
public static String run(String ownerId) {
|
||||
return STORE.get(ownerId);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue