Skip to content

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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