rubenada commented on code in PR #5115:
URL: https://github.com/apache/calcite/pull/5115#discussion_r3623187539
##########
site/_docs/security_known_class_loading_sinks.md:
##########
@@ -0,0 +1,67 @@
+---
+layout: docs
+title: Known class-loading sinks
+permalink: /docs/security_known_class_loading_sinks.html
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+This is a **non-normative, living inventory**. The normative rule lives in the
+[threat model]({{ site.baseurl }}/docs/security_threat_model.html): a reachable
+sink that loads an attacker-named class is a vulnerability on its own, and the
+fix loads with `initialize=false`, gates on the expected interface (or an
+allowlist), and only then instantiates.
+
+This page tracks the concrete sinks that rule currently applies to. It changes
+as sinks are found and fixed; a sink dropping off this list never narrows the
+rule. Add a `Last reviewed` date whenever you touch an entry.
+
+**Last reviewed:** June 2026
Review Comment:
Could be updated to "July 2026" before final merge.
--
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]