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

add api verifylink for external users #373

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

hichri-louay
Copy link
Contributor

No description provided.

@hichri-louay hichri-louay merged commit 8507740 into develop Dec 7, 2023
2 checks passed
@hichri-louay hichri-louay deleted the verify-link-external-user branch December 7, 2023 15:25
@@ -57,5 +58,8 @@
router.delete('/RemoveTwitterChannel/:id', verifySignatureMiddleware, externalDeleteTwitterChannel)


router.get('/link/verify/:typeSN/:idUser/:idPost', verifySignatureMiddleware, externalVerifyLink)

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
@@ -57,5 +58,8 @@
router.delete('/RemoveTwitterChannel/:id', verifySignatureMiddleware, externalDeleteTwitterChannel)


router.get('/link/verify/:typeSN/:idUser/:idPost', verifySignatureMiddleware, externalVerifyLink)

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 database access
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.
This route handler performs
authorization
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.
This route handler performs authorization, but is not rate-limited.
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.

1 participant