janhoy commented on code in PR #4522:
URL: https://github.com/apache/solr/pull/4522#discussion_r3475186536


##########
AGENTS.md:
##########
@@ -72,3 +72,14 @@ While README.md and CONTRIBUTING.md are mainly written for 
humans, this file is
 - We use the "logchange" tooling to manage our changelog. See 
`dev-docs/changelog.adoc` for details and conventions
 - To scaffold a new changelog entry, run `gradlew writeChangelog`, and then 
edit the new file located in `changelog/unreleased/`.
 - Do not add a changelog entry before a JIRA issue or a Github PR is assigned, 
as one is required.
+
+## Security
+
+For security findings, follow the project's threat model:
+[THREAT_MODEL.md](THREAT_MODEL.md) — the trust boundaries, the load-bearing
+auth+authz / trusted-environment posture, the properties Solr provides vs. 
those
+left to the operator (notably: never expose an unauthenticated Solr to an

Review Comment:
   Also worth to mention as a strong recommendation:
   * Never expose Solr in a public-facing network zone / DMZ. Keep it in a 
firewalled zone as you do with your databases
   * Always enable TLS/SSL to avoid leaking of sensitive data or auth 
credentials
   
   Don't know where in the model to include these, the "never expose an 
unauthenticated solr to an untrusted network" phrase is repeated several times 
in this doc.



-- 
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]

Reply via email to