-
-
Notifications
You must be signed in to change notification settings - Fork 350
Fix path traversal attack + bump version. #3469
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
Conversation
Codecov ReportAttention: Patch coverage is
🚀 New features to boost your workflow:
|
{ | ||
public function __construct(string $msg, ?\Throwable $previous = null) | ||
{ | ||
parent::__construct(Response::HTTP_I_AM_A_TEAPOT, $msg, $previous); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like misusing 418. Is 403 not sufficient?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
418 is used by the Honey pot functionality of Lychee.
Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com>
Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com>
… are valid that we can use /image/
No description provided.