3 matches found
CVE-2024-23840 `goreleaser release --debug` shows secrets
GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. goreleaser release --debug log shows secret values used in the in the custom publisher. This vulnerability is fixed in 1.24.0...
Homebrew Formulae libgetdata 缓冲区错误漏洞
Homebrew Formulae libgetdata is a Homebrew Formulae open source application. A reference implementation of the Dirfile standard , the Dirfile standard is a file system based column-oriented database format for chronological binary data . A buffer error vulnerability exists in libgetdata version...
Easy Windows and Linux cross-compilers for macOS
tl;dr: you can install cross-compiler toolchains to compile C/C++ for Windows or Linux from macOS with these two Homebrew Formulas. brew install FiloSottile/musl-cross/musl-cross brew install mingw-w64 Cross-compiling C and C++ is dreadful. While in Go you just need to set an environment variable...