
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.
Given a list of links (as a text file), this module will group similar links/URLs (or find unique links) and write them to separate files. e.g. URL list -- /level1/uid8 /level1/level2/gid6 /status /level1/uid10 /level1/level2/gid0 /xyz /level1 /level1 /level1 /level1/level2
e.g. output (given groupsize of 2) Then this will list the following in file 1 (URLs which could not be grouped) -- /status /xyz This will exist in file 2 -- /level1/uid8 /level1/uid10 Contents of file 3 -- /level1/level2/gid0 /level1/level2/gid6 Contents of file 4 -- /level1/level2 conents of file 5 -- /level1 /level1 /level1
Use LinkGrouper.uniqcounter method as the entry point. 1st arg -- The directory in which files will be made each of which represents a group. 2nd arg -- A file which contains a \n separated list of absolute URLs 3rd arg -- The 'groupsize'. A identified category/class/group of URLs must be of this size to be considered a category/class/group.
LinkGrouper_app.rb has been made which is an app using the module.
FAQs
Unknown package
We found that LinkGrouper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.