Blog post: More security rules injected into Python analysis

Hi all,

We’ve just added a new blog post about Python Code Security analysis:

I’ve talked before about SonarSource’s commitment to helping developers improve their Code Quality and Security in Python. Today I can say that we’re making progress on that, with significant improvements for both quality and security.

First, we’ve added three new taint analysis rules to help you write more secure code, one each for helping prevent injection attacks in OS commands, dynamic code execution, and deserialization.

Read the rest in the blog

2 Likes