Update linux-lfi-fuzz.yaml

Adding additional payload under low for one directly traversal ../ 

Currently 0 and 2 and beyond are used
patch-14
Andy Cao 2024-11-08 11:35:54 -08:00 committed by GitHub
parent d7a8cc2096
commit cb893d1dcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ http:
nix_fuzz:
low:
- '/etc/passwd'
- '../etc/passwd'
- '../../etc/passwd'
- '../../../etc/passwd'
- '/../../../../etc/passwd'