spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
378 stars 33 forks source link

Fix CVE-2019-25010 by no longer depending on `failure` #53

Closed sven-of-cord closed 2 years ago

sven-of-cord commented 2 years ago

GitHub notified us about CVE-2019-25010, which is a vulnerability in the failure crate. We can get rid of the dependency on failure by updating our graphql_client dependency. Unfortunately, a fixed version has not yet been released, so we have to depend on a specific upstream git commit.

Test Plan: