![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
github.com/mdlayher/goat
NOTE: This was my first Go project, and there are plenty of strange/bad practices in the code. It does work, but please excuse the mess! :)
goat: Go __A__wesome __T__racker. BitTorrent tracker implementation, written in Go. MIT Licensed.
Full documentation for goat may be found on GoDoc.
For convenience, these links are provided to quickly jump to specific areas of documentation:
To download, build, and install goat, simply run:
go get github.com/mdlayher/goat
If using MySQL, the SQL schema files for goat can be found in res/mysql/
.
The database tables must be created manually before goat will run.
To build goat for use with ql, you can run:
go get -tags='ql' github.com/mdlayher/goat
The ql schema files and a tool to build the database can be found in res/ql
.
The ql database will be automatically copied from res/ql/goat.db
to ~/.config/goat/goat.db
.
If you'd like to contribute patches to goat, we'd love to have your help! There are a few requirements which we ask you follow when contributing:
make fmt
will call go fmt
,
golint
, and errcheck
to handle this automatically.make test
to verify each package works properly.Special thanks to the following for their help with the project:
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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.