
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
github.com/benallen-dev/contact-app
Advanced tools
The contacts app from Hypermedia Systems.
Currently building out the Web 1.0 application in Go, but not done yet.
https://hypermedia.systems/a-web-1-0-application/
Once that's done I'll tag the 1.0 commit and start adding the HTMX features. Perhaps it'll be a handy starting point for someone else who doesn't want to reimplement the old school app themselves.
Instead of pulling CSS from the internet, this project self hosts v0.2.0 of missing.css, which is governed by a BSD 2-clause license. The full license text has been prepended as a comment to the CSS file.
The benefit of doing this is I noticed 2 redirects and a total of around 60ms before the css was loaded when I was using the CDN version. Now it's ~5ms and 55ms is a lot when your actual document loads in 2ms.
The structure of this program is pretty terrible with how things depend on each other but writing a nicely-factored application wasn't exactly the goal here. No, seriously. It's pretty bad, and the validation is a chaotic mess. Frankly I'm surprised it works at all
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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.