Skip to content

Commit 0894724

Browse files
committed
An issue template that routes vulnerability reports to bugcrowd.
1 parent 78f9751 commit 0894724

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Thanks for reporting an issue.
2+
3+
Please report **security vulnerabilities** via
4+
[OWASP's vulnerability rewards program](https://bugcrowd.com/owaspjavasanitizer).
5+
6+
Please report all other feature requests and issues here.
7+
8+
For bugs, please include
9+
10+
* any input that causes the problem
11+
* any policy code related to the problem if you can
12+
* the output you expect
13+
14+
If you're having trouble putting HTML in markdown, try
15+
16+
<pre>
17+
<!-- -->```html
18+
HTML goes here
19+
<!-- -->```
20+
</pre>

0 commit comments

Comments
 (0)