sonatype-nexus-community / nancy

A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index
Apache License 2.0
564 stars 74 forks source link

Badger alternative #79

Closed zendern closed 4 years ago

zendern commented 4 years ago

By removing Badger it should hopefully fix this as well #64 .

cc @bhamail / @DarthHater

fitzoh commented 4 years ago

Does go have a simple http request diskcache??

Serialize the contents to disk ourselves??

This feels easy to mess up

Find a different caching solution instead of Badger??

Anything else?

Maybe @DarthHater can hook us up w/ a higher rate limit if we use a Nancy user agent and forget about caching altogether.

DarthHater commented 4 years ago

Rate limiting is more or less here to stay, doubt we'd go that route @fitzoh (although I love the suggestion).

We should add "works on WSL (windows subsystem for linux)", etc... to our requirements, as Badger doesn't seem to work well in that context

zendern commented 4 years ago

64 ^^^ As @DarthHater said above .... hopefully after this is played this issue will be resolved as well.

DarthHater commented 4 years ago

I'm going to pick this up today. I'll see what I can figure out.

DarthHater commented 4 years ago

Ok, pudge is in, closing this for now!