mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 14:05:28 +00:00
* setup claude * migrate to using errkit * fix unused imports + lint errors * update settings.json * fix url encoding issue * fix lint error * fix the path fuzzing component * fix lint error
35 lines
730 B
JSON
35 lines
730 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(cp:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(make:*)",
|
|
"Bash(go:*)",
|
|
"Bash(golangci-lint:*)",
|
|
"Bash(git merge:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git pull:*)",
|
|
"Bash(git fetch:*)",
|
|
"Bash(git checkout:*)",
|
|
"WebFetch(*)",
|
|
"Write(*)",
|
|
"WebSearch(*)",
|
|
"MultiEdit(*)",
|
|
"Edit(*)",
|
|
"Bash(gh:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(./nuclei:*)",
|
|
"WebFetch(domain:github.com)"
|
|
],
|
|
"deny": [
|
|
"Bash(make run:*)",
|
|
"Bash(./bin/nuclei:*)"
|
|
],
|
|
"defaultMode": "acceptEdits"
|
|
}
|
|
} |