
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Flake8 plugin that allows specifying config in pyproject.toml.
There are a lot of projects that do essentially the same thing, but only this one doesn't make you change the command. Also, it's deadly simple:
pip install flake8-pep518
And that's it!
Install the plugin with the command above and move your Flake8 config to pyproject.toml
.
[flake8]
ignore = E231, E241
per-file-ignores =
__init__.py:F401
max-line-length = 88
count = true
Rename [flake8]
section to [tool.flake8]
and convert everything else to TOML format.
[tool.flake8]
ignore = ['E231', 'E241']
per-file-ignores = [
'__init__.py:F401',
]
max-line-length = 88
count = true
Run Flake8 as usuall.
flake8
Inspired by Flake8, Flake9, FlakeHeaven and Flake8-pyproject.
flake8-pep518 is licensed under the MIT. Please see License.md for more information.
FAQs
Flake8 plugin that allows specifying config in pyproject.toml.
We found that flake8-pep518 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.