Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Reporting a Vulnerability

Any security vulnerability can be reported at the project [JIRA](https://issues.redhat.com/projects/WELD).
When creating the issue, there is a special tick box to mark the issue as security sensitive so make sure to select it:
- [x] `This issue is security relevant`
To report a security vulnerability, please use [GitHub Security Advisories](https://github.com/weld/api/security/advisories/new).

1. Navigate to the **Security** tab of this repository
2. Click **"Report a vulnerability"**
3. Fill in the details — title, description, severity, and affected versions
4. Submit the report

Your report will be created as a **private advisory**, visible only to you and the repository maintainers. We will review it and work with you to coordinate a fix before any public disclosure.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</description>

<issueManagement>
<system>JIRA</system>
<url>http://jira.jboss.org/browse/WELD</url>
<system>GitHub Issues</system>
<url>https://github.com/weld/api/issues</url>
</issueManagement>

<inceptionYear>2008</inceptionYear>
Expand Down