
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
widdler is a single binary that serves up TiddlyWikis.
It can be used to serve existing wikis, or to create new ones.
For Go 1.16:
go get -u suah.dev/widdler
For Go 1.17 and up:
go install suah.dev/widdler@latest
mkdir wiki
cd wiki
# Generate a .htpasswd file:
widdler -gen
Username: qbit
Passwd: ******
# Start the server
./widdler
Now open your browser to http://localhost:8080.
Simply browse to the file name you wish to create. widdler will automatically
create the wiki file based off the current empty.html TiddlyWiki version.
Simply hit the save button!
go install suah.dev/widdler@latest
You can disable auth all together by setting the -auth flag to false:
widdler -auth=false -wikis ~/wiki
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
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.