From 2d51372cd0578a213af89fcb6a258472320478bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louise=20S=C3=B6derstr=C3=B6m?= Date: Wed, 29 Mar 2023 11:19:28 +0200 Subject: [PATCH 1/2] Add new security category (#49) --- modules/ROOT/pages/notifications/index.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/notifications/index.adoc b/modules/ROOT/pages/notifications/index.adoc index ef40bd6b..cc3332f9 100644 --- a/modules/ROOT/pages/notifications/index.adoc +++ b/modules/ROOT/pages/notifications/index.adoc @@ -54,6 +54,11 @@ The following categories exist, ordered by severity: | The query or command mentions entities that are unknown to the system. | Make sure you have not misspelled the entity. +| SECURITY +| WARNING OR INFORMATION +| The result of the query or command indicates a potential security issue. +| Make sure that the behaviour is what you intended. + | GENERIC | WARNING OR INFORMATION | Notifications that are not part of a wider class. From d5a78f411526d25fb91010c7a53239dfd01beb19 Mon Sep 17 00:00:00 2001 From: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> Date: Wed, 22 Mar 2023 15:20:41 +0100 Subject: [PATCH 2/2] update version to 5.7 (#47) --- antora.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/antora.yml b/antora.yml index 6823c002..cf86db65 100644 --- a/antora.yml +++ b/antora.yml @@ -7,6 +7,6 @@ nav: asciidoc: attributes: page-origin-private: false - neo4j-version: '5.6' - neo4j-version-exact: '5.6.0' - neo4j-buildnumber: '5.6' + neo4j-version: '5.7' + neo4j-version-exact: '5.7.0' + neo4j-buildnumber: '5.7'