Skip to content

Vendor paste create #280

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed

Conversation

Nicoretti
Copy link

Closes #279

Vendor paste crate to address unmaintained status and potential security concerns

This PR vendors the paste crate to address its unmaintained status, as highlighted in rustsec/advisory-db#2215. Vendoring mitigates potential security risks associated with using an unmaintained dependency.

The vendored code includes both the core paste library (approximately 800-900 LOC) and its associated test suite. The test suite is included to ensure continued functionality and provide a basis for future enhancements or modifications, should they be required.

This PR serves as a starting point for incorporating paste directly into our codebase and allows for further discussion and refinement of the vendored implementation.

As `paste` is no longer maintained, see:
rustsec/advisory-db#2215 for details. The crate has been vendored.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unmaintained Dependency paste (RUSTSEC-2024-0436)
1 participant