
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.
@stedi/eslint-plugin-stedi-aws-rules
Advanced tools
Best practices around using AWS SDK in Javascript & Typescript projects.
References:
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install @stedi/eslint-plugin-stedi-aws-rules
:
npm install @stedi/eslint-plugin-stedi-aws-rules --save-dev
Add stedi
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": ["@stedi/stedi-aws-rules"]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"@stedi/stedi-aws-rules/no-aws-import": "error",
"@stedi/stedi-aws-rules/instrument-aws-clients": "error",
"@stedi/stedi-aws-rules/instrument-document-clients": "error"
}
}
As Stedi uses this for own projects, we know this might not be the perfect approach for all the projects out there. If you have any ideas, just open an issue and tell us you think.
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
To follow our structure, when bootstraping new rule please use generator-eslint to do so.
Make sure you're in the top-level directory of this repo and type:
$ yo eslint:rule
New releases are generated with each commit to the master using semantic-release
FAQs
AWS coding best practices by Stedi
The npm package @stedi/eslint-plugin-stedi-aws-rules receives a total of 5 weekly downloads. As such, @stedi/eslint-plugin-stedi-aws-rules popularity was classified as not popular.
We found that @stedi/eslint-plugin-stedi-aws-rules 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.