potiuk commented on code in PR #55933: URL: https://github.com/apache/spark/pull/55933#discussion_r3287577654
########## AGENTS.md: ########## @@ -155,3 +155,11 @@ DO NOT push to the upstream repo. Always push to the personal fork. Open PRs aga DO NOT force push or use `--amend` on pushed commits unless the user explicitly asks. If the remote branch has new commits, fetch and rebase before pushing. Always get user approval before external operations such as pushing commits, creating PRs, or posting comments. Use `gh pr create` to open PRs. If `gh` is not installed, generate the GitHub PR URL for the user and recommend installing the GitHub CLI. + +## Security + +Security model: [SECURITY.md](./SECURITY.md) + +Agents that scan this repository should consult `SECURITY.md` +for the project's threat model, in-scope / out-of-scope +declarations, and known non-findings before reporting issues. Review Comment: Done in 0998f043b3b — unwrapped to a single line. ########## SECURITY.md: ########## @@ -0,0 +1,22 @@ +# Security policy + +## Reporting a vulnerability + +To report a security vulnerability in Apache Spark, follow the Review Comment: Done in 0998f043b3b — all three paragraphs unwrapped to single lines. -- 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]
