-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In this PR we fix the following issues: - Use f-strings in the create/update credential routes - Escape metadata in credential creation - Check if the credential name was updated - If it was then verify it does not conflict with an existing credential name - Also sanitize the new credential name - Check if new metadata was added and sanitize it - Check if new credential pairs were added and sanitize them - Escape documentation field in update & create
- Loading branch information
1 parent
2a4e89e
commit 0bdd433
Showing
3 changed files
with
87 additions
and
14 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 +1 @@ | ||
6.5.5 | ||
6.5.6 |
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