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

Replace me.raynes/fs with clj-commons/fs #31

Merged
merged 1 commit into from
Nov 7, 2021
Merged

Replace me.raynes/fs with clj-commons/fs #31

merged 1 commit into from
Nov 7, 2021

Conversation

conormcd
Copy link
Contributor

@conormcd conormcd commented Nov 4, 2021

The me.raynes/fs library is no longer maintained and clj-commons/fs is the maintained version of the same codebase.

Dependency changes:

  • me.raynes/fs 1.4.6 -> clj-commons/fs 1.6.309
  • org.apache.commons/commons-compress 1.8 -> 1.21
  • org.tukaani/xz 1.5 -> 1.8

The prompt for this change is CVE-2021-36090 which affects commons-compress but should not actually affect vcr-clj since it does not use me.raynes.fs.compression. This change merely prevents vcr-clj from triggering false positives in vulnerability management systems.

The me.raynes/fs library is no longer maintained and clj-commons/fs is
the maintained version of the same codebase.

- Dependency changes:
  - me.raynes/fs 1.4.6 -> clj-commons/fs 1.6.309
  - org.apache.commons/commons-compress 1.8 -> 1.21
  - org.tukaani/xz 1.5 -> 1.8

The prompt for this change is CVE-2021-36090 which affects
commons-compress but should not actually affect vcr-clj since it does
not use me.ranyen.fs.compression. This change merely prevents vcr-clj
from triggering false positives in vulnerability management systems.
@gfredericks gfredericks merged commit 3bf8660 into gfredericks:master Nov 7, 2021
@gfredericks
Copy link
Owner

Thanks!

@gfredericks
Copy link
Owner

Released as 0.4.22

@conormcd conormcd deleted the clj-common-fs branch November 8, 2021 10:34
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