Commit aa4e4c4
authored
test(verify): pin spaced-path cred reads into the verify gate (#57)
The extractor fix for quoted/escaped spaces in Bash paths landed in #42,
but nothing pins the attack class. Add three verify cases (Chrome cookies
quoted, Bitwarden escaped, 1Password group container) and an extractor
unit test so a tokenizer regression fails the CI attack gate, not a user.
Supersedes the unpushed fix/spaced-path-extraction branch: its tokenizer
was an independent implementation of the same fix as #42; only its test
coverage was still missing from main.1 parent 3757b8d commit aa4e4c4
2 files changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
352 | 376 | | |
353 | 377 | | |
354 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
0 commit comments