Skip to content
Closed
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
1 change: 1 addition & 0 deletions site2/website-next/src/pages/community.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ export default function Community(props) {
<div className="sm:w-2/3">
<h3>Reporting a Vulnerability</h3>
<p>To report a vulnerability for Pulsar, contact the <a className="secondary-cta" href="https://www.apache.org/security/projects.html" target="_blank">Apache Security Team</a>.</p>
<p>The process for reporting a vulnerability is outlined <a className="secondary-cta" href="https://www.apache.org/security/" target="_blank">here</a>. When reporting a vulnerability to <a className="secondary-cta" href="mailto:security@apache.org" target="_blank">security@apache.org</a>, you can copy your email to <a className="secondary-cta" href="mailto:private@pulsar.apache.org" target="_blank">private@pulsar.apache.org</a> to send your report to the Apache Pulsar Project Management Committee. This is a private mailing list.</p>
</div>
</div>
</div>
Expand Down
17 changes: 17 additions & 0 deletions site2/website-next/src/pages/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,23 @@ export default function page(props) {
<Translate>Mailing Lists</Translate>
</h2>
<MailTable data={mailingLists}></MailTable>
<h2>
<translate>
Reporting a Vulnerability
</translate>
</h2>
<p>
To report a vulnerability for Pulsar, contact the <a href="https://www.apache.org/security/projects.html" target="_blank">Apache Security Team</a>.
</p>
<p>
<translate>The process for reporting a vulnerability is outlined </translate>
<a href="https://www.apache.org/security/" target="_blank">here</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>
Expand Down