
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.
www.github.com/codehipster/go-code-visualizer.git
Advanced tools
This project aims to visualize the go code inside a location on your file system. It will show the dependencies between packages and content of those packages
The go-code-visualizer will generate a gv(graphviz) file that can be visualized by a dot language visualizer.
go run go-code-visualizer.go <path>
Alternatively, you can also build the go code into an executable and place it in the folder of the project you want to visualize.
Program will produce a .gv file in the analyzed folder
Place the contents of the .gv file in this(http://mdaines.github.io/viz.js/) online visualizer.
Or
Download a dot graph visualizer (e.g. http://www.graphviz.org/Download..php)
Pass the .gv file to the dot program. (e.g. > dot -Tsvgz dot-visual.gv -o go-code_dot.svgz)

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.