Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
github.com/azr/go-modules-example
trying things around go modules multimodules, multisubmodules and tagging
https://github.com/azr/go-modules-example/blob/v3/cmd/main.go ( in the v3
branch ) uses modules of the same packages under 3 different versions.
here are some take aways :
to tag a subpkg one just has to git tag subpkg/v3.0.0
for example allowing to selectively tag subpackages like here: https://github.com/azr/go-modules-example/tree/subpkg/v3.0.0
use a v${MAJOR_VERSION}
branch to make updates easier, my go (1.14
) could only find the v3.0.0
version - without hinting nor using the commit sha - only after I put the tag in the v3
branch ( first it was in the v2
one )
there always needs to be a go.mod
file in the root git folder
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.