Skip to content
Open
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 @@ -2,6 +2,8 @@
**/.gitignore
.ratignore
.idea/vcs.xml
AGENTS.md
SECURITY.md
# Third-party license files
src/main/config/licenses/
#
Expand Down
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Security

Security model: [SECURITY.md](./SECURITY.md), which links to the project's
threat model at
[site/_docs/security_threat_model.md](./site/_docs/security_threat_model.md).

Avatica is a JDBC/ODBC wire-protocol layer: a server that fronts a
local JDBC `DataSource` (typically Apache Calcite, but any JDBC driver
is supported), and a client-side JDBC driver that speaks the Avatica
wire protocol over HTTP or HTTPS.
14 changes: 14 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Security Policy

## Reporting a Vulnerability

`apache/calcite-avatica` 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 the
[threat model](site/_docs/security_threat_model.md).
4 changes: 4 additions & 0 deletions site/_data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
- go_client_reference
- go_howto

- title: Security
docs:
- security_threat_model

- title: Avatica Meta
docs:
- history
Expand Down
Loading
Loading