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

refacto ipfs + solve issues #176

Merged
merged 1 commit into from
May 15, 2023
Merged

refacto ipfs + solve issues #176

merged 1 commit into from
May 15, 2023

Conversation

hichri-louay
Copy link
Contributor

No description provided.

@@ -585,7 +585,7 @@
router.get('/campaigns', campaigns)


router.post('/ipfs', verifyAuth,campaignsPictureUpload ,uploadPictureToIPFS)
router.post('/ipfs/:id', verifyAuth,campaignsPictureUpload ,uploadPictureToIPFS)

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
@@ -585,7 +585,7 @@
router.get('/campaigns', campaigns)


router.post('/ipfs', verifyAuth,campaignsPictureUpload ,uploadPictureToIPFS)
router.post('/ipfs/:id', verifyAuth,campaignsPictureUpload ,uploadPictureToIPFS)

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.
This route handler performs
a file system access
, but is not rate-limited.
This route handler performs
a file system access
, but is not rate-limited.
@ksibisamir ksibisamir merged commit c9e2306 into develop May 15, 2023
1 of 2 checks passed
@ksibisamir ksibisamir deleted the ipfs-refactoring branch May 15, 2023 14:59
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.

None yet

2 participants