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

Arthera evm integration #419

Merged
merged 4 commits into from
Feb 14, 2024
Merged

Arthera evm integration #419

merged 4 commits into from
Feb 14, 2024

Conversation

hichri-louay
Copy link
Contributor

No description provided.


router.post(
'/code-export-keystore',
verifyAuth,

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
'/code-export-keystore',
verifyAuth,
getCodeKeyStoreValidation,
getCodeKeyStore

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
authorization
, but is not rate-limited.
router.get('/nfts/:address', checkEVMValidation,getNftByAddress)
router.post(
'/export-keystore',
verifyAuth,

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
'/export-keystore',
verifyAuth,
exportKeyStoreValidation,
exportKeyStore

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.

router.post('/export-keystore-mobile', verifyAuth, exportKeyStoreMobile)

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
{ hash: hash },
{ $set: { retrieved: true } }
)
await Campaigns.updateOne({ hash: hash }, { $set: { retrieved: true } })

Check failure

Code scanning / CodeQL

Database query built from user-controlled sources High

This query object depends on a
user-provided value
.
*/
router.post(
'/arthera/approval',
verifyAuth,

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
'/arthera/approval',
verifyAuth,
evmApprovalValidation,
artheraApproval

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 system command
, but is not rate-limited.
* "500":
* description: error:"error"
*/
router.post('/arthera/allow', verifyAuth, artheraAllow)

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
* "500":
* description: error:"error"
*/
router.post('/arthera/allow', verifyAuth, artheraAllow)

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.
@hichri-louay hichri-louay merged commit d1cfe44 into develop Feb 14, 2024
2 of 3 checks passed
@hichri-louay hichri-louay deleted the arthera-evm-integration branch February 14, 2024 14:57
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