Skip to content

Commit

Permalink
Move reporting a vulnerability documentation to contact page (#14610)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljmarshall authored Mar 12, 2022
1 parent 6ae703d commit ce901d4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ Pulsar slack channel at https://apache-pulsar.slack.com/

You can self-register at https://apache-pulsar.herokuapp.com/

##### Report a security vulnerability

To report a vulnerability for Pulsar, contact the [Apache Security Team](https://www.apache.org/security/). When reporting a vulnerability to [security@apache.org](mailto:security@apache.org), you can copy your email to [private@pulsar.apache.org](mailto:private@pulsar.apache.org) to send your report to the Apache Pulsar Project Management Committee. This is a private mailing list.

## License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
Expand Down
6 changes: 0 additions & 6 deletions site2/docs/security-versioning-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ title: Security Policy and Supported Versions
sidebar_label: Security Policy and Supported Versions
---

## Reporting a Vulnerability

The current process for reporting vulnerabilities is outlined here: https://www.apache.org/security/. When reporting a
vulnerability to security@apache.org, you can copy your email to [private@pulsar.apache.org](mailto:private@pulsar.apache.org)
to send your report to the Apache Pulsar Project Management Committee. This is a private mailing list.

## Using Pulsar's Security Features

You can find documentation on Pulsar's available security features and how to use them here:
Expand Down
16 changes: 13 additions & 3 deletions site2/website/pages/en/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ class Contact extends React.Component {
There are many ways to get help from the Apache Pulsar community.
The mailing lists are the primary place where all Pulsar committers are present.
Bugs and feature requests can either be discussed on the dev mailing list or
by opening an issue on
<a href="https://github.com/apache/pulsar/" target="_blank">GitHub</a>.
</translate></p>
by opening an issue on</translate>
<a href="https://github.com/apache/pulsar/" target="_blank"> GitHub</a>.
</p>

<h2><translate>Mailing Lists</translate></h2>
<table className="versions">
Expand All @@ -79,6 +79,16 @@ class Contact extends React.Component {
)}
</tbody>
</table>
<h2><translate>Reporting Security Vulnerabilities</translate></h2>
<p><translate>
The current process for reporting vulnerabilities is outlined here: </translate>
<a href="https://www.apache.org/security/" target="_blank"> Apache Security</a>
<translate>. When reporting a vulnerability to</translate>
<a href="mailto:security@apache.org" target="_blank"> security@apache.org</a>
<translate>, you can copy your email to </translate>
<a href="mailto:private@pulsar.apache.org" target="_blank"> private@pulsar.apache.org </a>
<translate> to send your report to the Apache Pulsar Project Management Committee. This is a private mailing list.</translate>
</p>

<h2><translate>Stack Overflow</translate></h2>
<p><translate>
Expand Down

0 comments on commit ce901d4

Please sign in to comment.