Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. image:: https://img.shields.io/travis/ar4s/flake8_tuple.svg :target: https://travis-ci.org/ar4s/flake8_tuple
.. image:: https://img.shields.io/pypi/v/flake8_tuple.svg :target: https://pypi.python.org/pypi/flake8_tuple
A flake8_tuple plugin checks for (probably) unintended one element tuples like::
foo = 123,
Install with pip
::
$ pip install flake8-tuple
You can check that flake8
has picked it up by looking for flake8-tuple
in the output of --version
:
.. code-block:: sh
$ flake8 --version
2.6.2 (pycodestyle: 2.0.0, flake8-tuple: 0.2.10, pyflakes: 1.2.3, mccabe: 0.5.0) CPython 2.7.11+ on Linux
This plugin add new flake8 warning:
T801
: one element tuple.BSD license
pycodestyle
instead of pep8
test/issues
for run flake8FAQs
Check code for 1 element tuple.
We found that flake8-tuple 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.