yurikrupnik / mussia6

alfred-six.vercel.app
MIT License
0 stars 0 forks source link

Openapi #34

Closed yurikrupnik closed 3 years ago

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

alfred – ./packages/webclients/alfred

🔍 Inspect: https://vercel.com/yurikrupnik/alfred/3FVhULcyP4iskmWb1jRPofY6sKs4
✅ Preview: https://alfred-git-openapi-yurikrupnik.vercel.app

batman – ./packages/webclients/batman

🔍 Inspect: https://vercel.com/yurikrupnik/batman/H6HxpqgDKN2fqCp95PPmfPmqM34j
✅ Preview: https://batman-git-openapi-yurikrupnik.vercel.app

lgtm-com[bot] commented 3 years ago

This pull request introduces 5 alerts when merging b8830675393d1fe76584953c3e1ee903488c8cdf into cfb9a0bbfa4bb11fb44285922010dfa42615d435 - view on LGTM.com

new alerts:

secure-code-warrior-for-github[bot] commented 3 years ago

Micro-Learning Topic: Rate limiting (Detected by phrase)

What is this? (2min video)

API requests demand resources such as network, CPU, memory, and storage. The amount of resources required to satisfy a request depends on the user input and endpoint business logic. Not only can this impact the API server performance, leading to Denial of Service (DoS), but it also leaves the door open to authentication flaws such as brute force attacks.

Try this challenge in Secure Code Warrior