Replies: 2 comments 1 reply
-
Thank you for the good question @mmiranda! We can allow only GitHub servers to touch while true; do curl https://github.com/mmiranda; done |
Beta Was this translation helpful? Give feedback.
1 reply
-
@mmiranda Endpoint access restricted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This project is awesome, and I have a simple suggestion for it.
If possible, restrict the endpoint
https://hit.yhype.me/github/profile?user_id=XXXXXX
to GitHub origin only.The way it is right now, It allows malicious people to call the endpoint and mess up with somebody's metrics.
Example:
curl https://hit.yhype.me/github/profile?user_id=XXXXXX
or worse
while true; do curl https://hit.yhype.me/github/profile?user_id=XXXXXX; done
Beta Was this translation helpful? Give feedback.
All reactions