You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tag management allows to give a personalized name to a tag.
If I name the ../ tag, and modify it later, an error is thrown, indicating that the api/v2 path was not found ....
If I'm a little more vicious, I can, put known API endpoints
or even go up even higher
If the tag contains special characters such as "> or <", they are encoded and the tag is no longer found
The text was updated successfully, but these errors were encountered:
Tag management allows to give a personalized name to a tag.
If I name the
../
tag, and modify it later, an error is thrown, indicating that theapi/v2
path was not found ....If I'm a little more vicious, I can, put known API endpoints
or even go up even higher
If the tag contains special characters such as "
>
or<
", they are encoded and the tag is no longer foundThe text was updated successfully, but these errors were encountered: