Skip to content
Draft
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
2 changes: 2 additions & 0 deletions .ratignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
**/data.txt
**/data2.txt
.idea/vcs.xml
AGENTS.md
SECURITY.md
example/csv/src/test/resources/smoke_test.sql

# TODO: remove when pom.xml files are removed
Expand Down
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Security model: [SECURITY.md](./SECURITY.md)
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Policy

## Reporting a Vulnerability

`apache/calcite` follows the [Apache Software Foundation security process](https://www.apache.org/security/).
Please report suspected vulnerabilities privately to `security@apache.org`; do not open public
GitHub issues or pull requests for security reports.

## Threat Model

What the project treats as in scope and out of scope, the security
properties it provides and disclaims, the adversary model, and how
findings are triaged are documented in [THREAT_MODEL.md](site/_docs/security_threat_model.md).
Loading
Loading