
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
github.com/make-42/go-linux-notifications
Advanced tools
go-notifications is an implementation of the notifications dbus interface written in go (golang). Implemented and tested against version 1.2. See: https://specifications.freedesktop.org/notification-spec/1.2/.
An example using this library has been implemented and is accesible at examples/example.go.
git clone git@github.com:make-42/go-notifications.git
go build examples/example.go
./example
You can then test sending notifications with:
notify-send "Notification summary" "Notification body: test test test"
This library follows the semantic versioning concept.
Commits should follow the conventional commit rules.
See: https://conventionalcommits.org.
Read the docs at https://pkg.go.dev/github.com/make-42/go-notifications
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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.