Replies: 5 comments 2 replies
-
Thanks I'll check but 🤔 seems odd to me, the beta should have @verdaccio/[email protected] versions. |
Beta Was this translation helpful? Give feedback.
-
It looks like individual packages use fixed/shared versioning, not independent, so why not tag the docker image the same? I can't find a match in git for the "function publishPackage" that's running in docker. (It begins by setting up a tarball stream, publish.js attached above.) Can you please point me to that source code? |
Beta Was this translation helpful? Give feedback.
-
I tried to do a docker build out of curiousity but it seems to require some host setup (fails at It occurs to me that Verdaccio would be a rich target for distributing malware. "Pulls 100M+". Does it get security audits? |
Beta Was this translation helpful? Give feedback.
-
I never open attached files, is better if you post the content is visible from any device.
The branch for v6 is
🤷🏼 project uses tooling for security health like Snyk and socket security lately for dependency discovery, also sometimes https://github.com/NodeSecure/vulnera locally. https://snyk.io/advisor/npm-package/verdaccio Anyhow, aside of that :) all visitors here might have seen https://github.com/verdaccio/verdaccio/blob/master/SECURITY.md and know what to do if someone finds something + you might have noticed renovate update quite often dependencies, but as any software nothing is perfect. I hope that answer your question. |
Beta Was this translation helpful? Give feedback.
-
What's actually being published to the v6 docker images is different from what you think is landing there. |
Beta Was this translation helpful? Give feedback.
-
I'm trying out Verdaccio using a recently published Docker image (6.0.0-beta.1) and noticed that the files within the container don't seem to correspond with the src in this repo.
In particular, I looked at
api/publish.js
to see why mine was failing but the image's publishPackage function is very different from @verdaccio/[email protected] or any other commit here. It's almost identical to the file extracted from the v5.29 docker image--that source code is somewhere else?Extracted not-v6-beta-1.publish.js.txt using:
Beta Was this translation helpful? Give feedback.
All reactions