
Product
Introducing Custom Pull Request Alert Comment Headers
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
github.com/martinvks/unique-params
Tries to make URLs produced by tools such as waybackurls and gau more appropriate for automatic scanning.
go install github.com/martinvks/unique-params@latest
cat urls.txt | unique-params > filtered.txt
URLs that have the same host and path are reduced to a single url with all the unique query parameters.
$ cat urls.txt
https://example.com/search?query=computerphile
https://example.com/search?query=quantum+computing
https://example.com/search?utm_source=google
$ cat urls.txt | unique-params
https://example.com/search?query=computerphile&utm_source=google
URLs with a numerical or UUID path segment in the same position are reduced to a single url
$ cat urls.txt
https://example.com/articles/1
https://example.com/articles/2
https://example.com/users/59f16da3-a026-4457-8052-6a9e42656415
https://example.com/users/43c291df-0b3d-440a-ba39-7a38c9a213d4
$ cat urls.txt | unique-params
https://example.com/articles/1
https://example.com/users/59f16da3-a026-4457-8052-6a9e42656415
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.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.