Skip to content

Commit 99ebfeb

Browse files
committed
ORC-2173: Add SECURITY.md for scan-agent discoverability
1 parent 072cc2c commit 99ebfeb

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ make test-out
5757
2. Use the Docker scripts in `docker/` (e.g., `cd docker && ./run-all.sh local main`).
5858
3. **Trigger GitHub Actions**: Push your branch to your personal fork of the repository and open a Pull Request there. This will automatically run `.github/workflows/build_and_test.yml` on your own GitHub account's compute before you submit it to the upstream ASF repository.
5959

60-
## 6. General Advice
60+
## 6. Security
61+
62+
Security model: [SECURITY.md](./SECURITY.md)
63+
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.
64+
65+
## 7. General Advice
6166
- **Do not introduce breaking changes** to the ORC file format serialization unless explicitly requested and discussed.
6267
- Ensure cross-compatibility between C++ and Java implementations if you are making logic or behavioral changes to readers / writers.

SECURITY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Security policy
2+
3+
## Reporting a vulnerability
4+
5+
To report a security vulnerability in Apache ORC, follow the ASF security process at <https://www.apache.org/security/>. Reports can be sent privately to security@apache.org or to private@orc.apache.org.
6+
7+
## Threat model
8+
9+
Apache ORC's security guidance is documented at:
10+
11+
<https://orc.apache.org/security/>
12+
13+
Automated security scanning agents should consult that document for the project's in-scope / out-of-scope declarations before reporting issues.

0 commit comments

Comments
 (0)