This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit 0bd164b949081951aa4226bd1771dd5e2553e535 Author: Andy Seaborne <[email protected]> AuthorDate: Tue Jan 27 11:01:27 2026 +0000 Typo --- source/documentation/query/extension.md | 4 ++-- source/security/advisories.md | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/source/documentation/query/extension.md b/source/documentation/query/extension.md index b6900b53b..8ee7c7dbf 100644 --- a/source/documentation/query/extension.md +++ b/source/documentation/query/extension.md @@ -77,9 +77,9 @@ properties that cause triple matching to happen by executing some piece of code, determined by the property URI, and not by the usual graph matching. They can be used to give certain kinds of inference and rule processing. Some calculated properties have additional, -non-declarative requirements such as needing one of other of the +non-declarative requirements such as needing one or the other of the subject or object to be a query constant or a bound value, and not -able to generate all possibilities for that slot. +able to generate all the bindings for a variable in that slot. Property functions must have fixed URI for the predicate (it can't be query variable). They may take a list for subject or object. diff --git a/source/security/advisories.md b/source/security/advisories.md index 2cb90d188..c8c95c656 100644 --- a/source/security/advisories.md +++ b/source/security/advisories.md @@ -14,8 +14,7 @@ the latest Jena release available. Please refer to the individual CVE links for further details and mitigations. - -**CVE-2025-50151 - Configuration files uploaded by administrative users are not check properly** +**CVE-2025-50151 - Configuration files uploaded by administrative users are not checked properly** [CVE-2025-50151](https://www.cve.org/CVERecord?id=CVE-2025-50151) affects Jena Fuseki in versions up to 5.4.0.
