Skip to content

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

Merged
merged 7 commits into from
Jun 17, 2025
Merged

Conversation

ildyria
Copy link
Member

@ildyria ildyria commented Jun 17, 2025

No description provided.

@ildyria ildyria requested a review from a team as a code owner June 17, 2025 20:51
@ildyria ildyria added the High Priority High priority issues label Jun 17, 2025
Copy link

codecov bot commented Jun 17, 2025

Codecov Report

Attention: Patch coverage is 54.54545% with 5 lines in your changes missing coverage. Please review.

Project coverage is 86.51%. Comparing base (0709f5d) to head (037550e).
Report is 1 commits behind head on master.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

{
public function __construct(string $msg, ?\Throwable $previous = null)
{
parent::__construct(Response::HTTP_I_AM_A_TEAPOT, $msg, $previous);
Copy link
Contributor

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?

Copy link
Member Author

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.

ildyria and others added 3 commits June 17, 2025 23:56
Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com>
Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com>
@ildyria ildyria merged commit ae7270b into master Jun 17, 2025
35 checks passed
@ildyria ildyria deleted the fix-path-traversal branch June 17, 2025 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority High priority issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants