This commit is contained in:
hahwul 2022-08-19 16:42:53 +09:00
parent 22b0e52998
commit c4dd70859e
5 changed files with 1 additions and 52 deletions

View File

@ -1,10 +0,0 @@
---
name: Add tool and Change information
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---

View File

@ -1,21 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Env**
e.g OS, Version... etc...

View File

@ -1,10 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
assignees: ''
---

View File

@ -1,10 +0,0 @@
---
name: Question
about: If you have any questions, ask.
title: ''
labels: question
assignees: ''
---

View File

@ -21,7 +21,7 @@ platform:
- zap # zap addon
- burpsuite # burpsuite addon
# If supported crossplatform, you write out all three (linux/macos/windows)
lang: [] # go / python / ruby / rust / etc...
lang: # go / python / ruby / rust / etc...
tags: [] # xss / sqli / ssrf / oast / etc...
```