Skip to content

sonar-python 3.3

Compare
Choose a tag to compare
@guillaume-dequenne guillaume-dequenne released this 01 Mar 12:22
· 1670 commits to master since this release
d4d2e37
    Release Notes - SonarPython - Version 3.3

New Feature

  • [SONARPY-825] - Rule S2257: Using non-standard cryptographic algorithms is security-sensitive
  • [SONARPY-826] - Rule S2612: Setting loose POSIX file permissions is security-sensitive
  • [SONARPY-828] - Rule S3329: Cipher Block Chaining IV's should be random and unique
  • [SONARPY-829] - Rule S5659: JWT should be signed and verified with strong cipher algorithms
  • [SONARPY-831] - Rule S3752: Allowing both safe and unsafe HTTP methods is security-sensitive

Improvement