-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor user_profile to use blueprints
fixes #1989, fixes #2059 This migrates the code for the user profile resource to use blueprints. It also fixes an issue where the PUT operation allowed malicious injection attacks on our database.
- Loading branch information
EC2 Default User
committed
Dec 23, 2024
1 parent
89f516b
commit 8fd9c30
Showing
7 changed files
with
228 additions
and
249 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- bump: patch | ||
changes: | ||
changed: | ||
- updated the user_profile endpoints to use blueprints instead of endpoints. | ||
fixed: | ||
- updated the user profile endpoint to resist injection attacks on update. |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.