
Security News
Node.js Homepage Adds Paid Support Link, Prompting Contributor Pushback
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
sentry-stack-checker
Advanced tools
Pylint plugin for finding logging calls inside exception handlers, and suggest they include exc_info=True
, or change extra={'stack': True}
to exc_info=True
to get the stack from the exception instead of the one from the log statement.
::
$ pip install sentry_stack_checker
::
$ pylint --load-plugins sentry_stack_checker <module> -E -d all -e R9501
$ pylint --load-plugins sentry_stack_checker <module> -E -d all -e R9502
The option report-loggers
can be provided to restrict the logging methods that are checked:
::
$ pylint --load-plugins sentry_stack_checker <module> --report-loggers=warning,error
FAQs
Pylint plugin for checking usage of log.exception
We found that sentry-stack-checker 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
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.
Research
Security News
The Socket Research Team investigates a malicious Python typosquat of a popular password library that forces Windows shutdowns when input is incorrect.