this post was submitted on 12 Jun 2024
17 points (100.0% liked)
cybersecurity
3238 readers
1 users here now
An umbrella community for all things cybersecurity / infosec. News, research, questions, are all welcome!
Community Rules
- Be kind
- Limit promotional activities
- Non-cybersecurity posts should be redirected to other communities within infosec.pub.
Enjoy!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A small program in Rust to get the SBOMs of several versions of the same package from different repositories (PyPI and Maven for now).
I had never used Rust before and I must say it's a pretty comfortable language to use compared to C++
I'm sure there are better tools to do what I'm trying to achieve but it's a good learning experience regardless