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.
tessellate-request
Advanced tools
Auth support can be enabled by supplying AUTH_CONFIGURATION
variable
to tessellate-fragment.
upon startup.
AUTH_CONFIGURATION
variable is an absolute path to an auth configuration file.
Currently only file://
protocol is supported.
The configuration file must be of the following format:
[
{
id: string,
type: string,
credentials_directory: string,
access_token_uri: string,
scopes: string
}
]
id: Auth configuration id. This must match with the id in sources configuration.
sources:
properties:
auth:
id: <id>
type: Currently OAUTH2_JSON_FILE_BACKED_USER_CREDENTIALS_PROVIDER
is supported.
credentials_directory: Absolute path to the credentials directory
access_token_uri: Where to get access tokens
scopes: OAuth scopes, space-separated. For example scope1 scope2
FAQs
Tessellate request library.
We found that tessellate-request demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
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.