Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update vendor route added #28

Merged
merged 1 commit into from
Nov 16, 2023
Merged

update vendor route added #28

merged 1 commit into from
Nov 16, 2023

Conversation

Eric-Fithian
Copy link
Collaborator

closes #27
update vendor route added. Tested using postman. Rehashes new password. Tests if email change already exists.

@Eric-Fithian Eric-Fithian linked an issue Nov 14, 2023 that may be closed by this pull request
@Eric-Fithian Eric-Fithian requested a review from nh602 November 14, 2023 02:10
@@ -23,4 +24,6 @@
res.status(200).json({status: 'success'});
});

router.put('/:vendorId', updateVendor, sendSuccessResponse);

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.
@nh602 nh602 merged commit 5eda16c into main Nov 16, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Vendor Route
2 participants