Skip to content

Commit 198277c

Browse files
committed
Include the security policy on the site.
Signed-off-by: James R. Perkins <jperkins@ibm.com>
1 parent 34adb56 commit 198277c

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

content/security.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: default
3+
title: Security Policy
4+
---
5+
6+
<!-- IMPORTANT: This content is also maintained in https://github.com/resteasy/.github/blob/main/SECURITY.md - keep both files in sync! -->
7+
8+
# Security Policy
9+
10+
## The RESTEasy community and our sponsor, Commonhaus Foundation, take security bugs very seriously
11+
12+
We aim to take immediate action to address serious security-related problems that involve our projects.
13+
14+
## Reporting Security Issues
15+
16+
When reporting a security vulnerability it is important to not accidentally broadcast to the world that the issue exists,
17+
as this makes it easier for people to exploit it. The software industry uses the term [embargo](https://www.redhat.com/en/blog/security-embargoes-red-hat)
18+
to describe the time a security issue is known internally until it is public knowledge.
19+
20+
Our preferred way of reporting security issues in RESTEasy and its related projects is listed below.
21+
22+
### Email the mailing list
23+
24+
The list at [resteasy-security@redhat.com](mailto:resteasy-security@redhat.com) is the preferred mechanism for outside
25+
users to report security issues. A member of the RESTEasy team will open the required issues.
26+
27+
### Other considerations
28+
29+
If you would like to work with us on a fix for the security vulnerability, please include your GitHub username in the
30+
above email, and we will provide you access to a temporary private fork where we can collaborate on a fix without it
31+
being disclosed publicly, **including in your own publicly visible git repository**.
32+
33+
Do not open a public issue, send a pull request, or disclose any information about the suspected vulnerability publicly,
34+
**including in your own publicly visible git repository**. If you discover any publicly disclosed security
35+
vulnerabilities, please notify us immediately through [resteasy-security@redhat.com](mailto:resteasy-security@redhat.com).

templates/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<a href="https://www.apache.org/licenses/LICENSE-2.0" class="license-badge">
3939
<i class="fas fa-balance-scale"></i> Apache License 2.0
4040
</a>
41-
<a href="https://www.jboss.org/security.html" class="security-link">
41+
<a href="{site.url('/security').absolute}" class="security-link">
4242
<i class="fas fa-shield-alt"></i> Security
4343
</a>
4444
</div>

0 commit comments

Comments
 (0)