
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
pubsweet-component-ink-backend
Advanced tools
In order to use this component, the following configuration needs to be added to a PubSweet application inside a section named pubsweet-component-ink-backend
:
inkEndpoint
: the URL of an INK instanceemail
and password
: the email address and password used to authenticate with INKpusher
: a set of configuration values matching those used in the INK instance:
appKey
: the SLANGER_APP_ID
value from INK's .env
filewsHost
and httpHost
: the hostname of the INK instance (as used for inkEndpoint
, but not a full URL)wsPort
and httpPort
: the ports that Slanger is running on in the INK instance, as configured in the slanger
section of INK's docker-compose.yml
.recipes
: recipe keys (as used in the InkFrontend
component) that map to recipe IDs in the INK instance.For example:
{
"pubsweet-component-ink-backend": {
"inkEndpoint": "https://ink.example.com/",
"email": "ink@example.com",
"password": "abcdef",
"pusher": {
"appKey": "abc123",
"wsHost": "ink.example.com",
"wsPort": 8080,
"httpHost": "ink.example.com",
"httpPort": 4567
},
"recipes": {
"foo": "1",
"bar": "2"
}
}
}
FAQs
Backend INK component for PubSweet
The npm package pubsweet-component-ink-backend receives a total of 1 weekly downloads. As such, pubsweet-component-ink-backend popularity was classified as not popular.
We found that pubsweet-component-ink-backend 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.