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' 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.