dsmiley commented on code in PR #80: URL: https://github.com/apache/solr-site/pull/80#discussion_r1009902736
########## content/pages/security.md: ########## @@ -7,6 +7,9 @@ template: security If you believe you have discovered a vulnerability in Solr, you may first want to consult the [list of known false positives](https://cwiki.apache.org/confluence/display/SOLR/SolrSecurity#SolrSecurity-SolrandVulnerabilityScanningTools) to make sure you are reporting a real vulnerability. Review Comment: ```suggestion Solr depends on lots of other open-source software -- "dependencies". If a CVE is published (a publicly identified vulnerability) against one of them, the Solr project will review it to see if it's actually exploitable in Solr -- usually they aren't. The non-exploitable vulnerabilities are published [on this Confluence page](https://cwiki.apache.org/confluence/display/SOLR/SolrSecurity#SolrSecurity-SolrandVulnerabilityScanningTools). If you don't see a CVE there, ask us about it. ``` ########## content/pages/security.md: ########## @@ -7,6 +7,9 @@ template: security If you believe you have discovered a vulnerability in Solr, you may first want to consult the [list of known false positives](https://cwiki.apache.org/confluence/display/SOLR/SolrSecurity#SolrSecurity-SolrandVulnerabilityScanningTools) to make sure you are reporting a real vulnerability. Then please disclose responsibly by following [these ASF guidelines](https://www.apache.org/security/) for reporting. +The Solr PMC will not accept the output of a vulnerability scan as a security report. Review Comment: ```suggestion The Solr PMC will not accept the output of a vulnerability scan as a security report. The main problem scanning tools have is that they doesn't know which vulnerabilities have been deemed non-exploitable based on how Solr (or other software) use them. Consult the list above. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
