Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
go.1password.io/spg
1Password's Strong Password Generator package offers the underlying engine for flexible specification of generated password requirements and ensuring that the generated passwords it returns follow a uniform distribution.
The clients of this package are expected to manage what is presented to users. This engine offers far greater flexibility than should normally be exposed to users.
Use go get
:
go get go.1password.io/spg
Before you can successfully build, you may need to install dependencies. These are currently1 managed using govendor
. Install it if needed,
go get -u github.com/kardianos/govendor
And then use
govendor sync
to fetch the appropriate dependencies into ./vendor
1Password's spg is copyright 2018, AgileBits Inc and licensed under version 2.0 of the Apache License Agreement.
This is on Github: https://github.com/1password/spg create issues, forks, etc there.
We will probably switch to go modules at some point ↩
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.