Skip to content
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

Fix dangerous URL composition rule. #139

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Fix dangerous URL composition rule. #139

merged 1 commit into from
Feb 13, 2025

Conversation

samchon
Copy link
Owner

@samchon samchon commented Feb 13, 2025

This pull request includes a version update and a code improvement in the HttpMigrateRouteFetcher module. The most important changes are:

Version Update:

  • package.json: Updated the package version from 2.4.2 to 2.4.3.

Code Improvement:

  • src/http/HttpMigrateRouteFetcher.ts: Refactored the path resolution logic in the _Propagate function for better readability and maintainability. The variables path and url were replaced with resolvedPath and a more concise URL construction.

@samchon samchon added bug Something isn't working enhancement New feature or request labels Feb 13, 2025
@samchon samchon self-assigned this Feb 13, 2025
Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test OK

@samchon samchon merged commit 3135ef0 into master Feb 13, 2025
4 checks passed
@samchon samchon deleted the feat/fetch branch February 16, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant