
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
github.com/dmitrymomot/solana-nft-golang-metadata
Advanced tools
This is a package for getting metadata for solana NFTs.
I followed this guide pretty closely while making it. https://gist.github.com/creativedrewy/9bce794ff278aae23b64e6dc8f10e906
You can run this to get all nft metadata that a solana wallet has
./sol-nft -address={solana wallet address that holds nfts} -command=account
Or get metadata for an individual NFT
./sol-nft -address={solana nft mint address} -command=nft
You can also use the methods in /pkg as a part of your own solana NFT project.
I originally had this getting all NFT metadata concurrently, but it's very tough to get around rate limiting. For this reason, if you are building a web app it's best to handle interactions with the solana mainnet on the client side.
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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.