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

refactor: Use Snappier library instead of Snappy.Standard #266

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

chriscameron-vertexinc
Copy link
Contributor

My organization has started using Snyk to detect vulnerabilities in repositories. It is complaining that Snappy.Standard, an 8 year old project, is using an ancient version of System.Net.Http with vulnerabilities.

This PR replaces the Snappy.Standard library with the more modern Snappier library.

image

@Lanayx
Copy link
Collaborator

Lanayx commented Jun 18, 2024

Hi, thank you for the PR! It looks like you've removed array pools, so GC pressure will be high, can you try returning it back for performance purpose? It looks like Snappier does support work with buffers and spans

Copy link
Collaborator

@Lanayx Lanayx left a comment

Choose a reason for hiding this comment

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

Nevermind, returned it back myself

@Lanayx Lanayx merged commit ba8276c into fsprojects:develop Jun 19, 2024
2 checks passed
@chriscameron-vertexinc chriscameron-vertexinc deleted the refactor-snappier branch June 19, 2024 10:05
@chriscameron-vertexinc
Copy link
Contributor Author

Nevermind, returned it back myself

Thank you so much!!

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.

2 participants