vlsi commented on code in PR #313: URL: https://github.com/apache/calcite-avatica/pull/313#discussion_r3844225449
########## AGENTS.md: ########## @@ -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. Review Comment: ```suggestion # Agent guidance 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. ## Security See [SECURITY.md](./SECURITY.md) before reporting a vulnerability. ``` -- 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]
