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 content/projects/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ Use the tabs below to jump to projects by their initial. Every project lists a s
[security@apache.org](mailto:security@apache.org?subject=Calcite)
- Advisories (experimental):\
[security.apache.org](/projects/calcite/)
- Security model:
- [Apache Calcite security model](https://calcite.apache.org/docs/security_threat_model.html)
- <img class="project-logo" src="https://www.apache.org/logos/res/camel/default.png" alt="" loading="lazy"> **Apache Camel**
- **Security contact:**\
[security@apache.org](mailto:security@apache.org?subject=Camel)
Expand Down
7 changes: 6 additions & 1 deletion content/projects/calcite/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ layout: single

Do you want disclose a potential security issue for Apache Calcite? Send your report to the [Apache Security Team](mailto:security@apache.org?subject=Calcite).

You can read more about the security policy on:

- [Apache Calcite security model](https://calcite.apache.org/docs/security_threat_model.html)


# Advisories

This section is experimental: it provides advisories since 2023 and may lag behind the official CVE publications. If you have any feedback on how you would like this data to be provided, you are welcome to reach out on our public [mailinglist](/mailinglist) or privately on [security@apache.org](mailto:security@apache.org)
This section is experimental: it provides advisories since 2023 and may lag behind the official CVE publications. It may also lack details found on the project security page linked above. If you have any feedback on how you would like this data to be provided, you are welcome to reach out on our public [mailinglist](/mailinglist) or privately on [security@apache.org](mailto:security@apache.org)
{.bg-warning}

## A user-controled model can load arbitrary classes, leading to code execution ## { #CVE-2026-46718 }
Expand Down
4 changes: 2 additions & 2 deletions scripts/project-coordinates.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@
},
"calcite": {
"name": "Apache Calcite",
"security_model_link": null,
"security_model_source": null,
"security_model_link": "https://calcite.apache.org/docs/security_threat_model.html",
"security_model_source": "https://raw.githubusercontent.com/apache/calcite/main/site/_docs/security_threat_model.md",
"advisory_link": null,
"contact": "security@apache.org",
"logo_link": "https://www.apache.org/logos/res/calcite/default.png"
Expand Down