Skip to content
Merged
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
6 changes: 3 additions & 3 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
5 changes: 5 additions & 0 deletions modules/ROOT/pages/notifications/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down