-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor, harden, and bring up to date
- use Neo4j driver version 5 - refactor and simplify here and there - don't make feedback with unknown project be registered with project `apoc` (they will be ignored) - security: don't allow _any_ request field to become a database property. Filter against a whitelist (all currently used fields are whitelisted) - security: throttle requests -- identical requests coming in the same minute result in a `403` HTTP response - surface user journey in listing api. Depends on neo4j-labs/neo4j-labs.github.io#3 neo4j-documentation/docs-ui#197
- Loading branch information
Showing
3 changed files
with
113 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules | ||
.idea | ||
.serverless | ||
.serverless | ||
__pycache__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters