mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 02:10:08 +00:00
4ada154190
This avoids false positive detections on other bruteforced paths, such as .zsh_history or others, which eventually result in automated false vulnerability submissions.
23 lines
384 B
JSON
23 lines
384 B
JSON
{
|
|
"headers": [
|
|
{
|
|
"source": "/(|install.sh)",
|
|
"headers": [
|
|
{
|
|
"key": "Content-Type",
|
|
"value": "text/plain"
|
|
},
|
|
{
|
|
"key": "Content-Disposition",
|
|
"value": "inline; filename=\"install.sh\""
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "/",
|
|
"destination": "/install.sh"
|
|
}
|
|
]
|
|
}
|