Commits
User selector
Commit History
Commits on Mar 13, 2026
SONARPY-638 Fix S5720 false positive on Enum._generate_next_value_ (#929)
Show description for adc1973authored andcommitted
SONARPY-3782 Store the CFG in the Analysis Context (#948)
Show description for 7c45b14authored andcommitted
Commits on Mar 12, 2026
Prepare for next development iteration (#956)
Show description for 496a44cauthored andcommitted
Commits on Mar 10, 2026
SONARPY-3892 Updated rule metadata (#949)
Show description for bde7966authored andcommitted
SONARPY-3887 Fix QG (#946)
Show description for 50598adauthored andcommitted
Commits on Mar 9, 2026
SONARPY-3876 S1172 Fixing FPs on Django middleware conventional function parameters (#944)
Show description for daefc87authored andcommitted
SONARPY-3873 S2068 false negative on default value from os.getenv and os.environ.get (#941)
Show description for 919dc81authored andcommitted
Commits on Mar 6, 2026
SONARPY-3776: Extend S5344: Detect direct password assignment to Django User model instead of using set_password() or create_user() (#920)
Show description for 27baffeauthored andcommitted
SONARPY-3772 Implement S8439: Django view functions should include all URL parameters (#887)
Show description for 68297baauthored andcommitted
Commits on Mar 5, 2026
SONARPY-3424 S112: Raise when passing a newly constructed Exception or BaseException to function (#935)
Show description for b68ef89authored andcommitted
Commits on Mar 3, 2026
SONARPY-3865 S8438 Reducing scope to target **kwargs only (#924)
Show description for 3270c6cauthored andcommitted
SONARPY-3855 Fix typo in the Django Model class stub file (#902)
Show description for bcacc61authored andcommitted
SONARPY-3862 S6542 Removed check on variadic parameters (#916)
Show description for 772831eauthored andcommitted
Commits on Mar 2, 2026
SONARPY-3768 Create rule S8438: Django view functions should declare URL parameters explicitly (#872)
Show description for 326240cauthored andcommittedSONARPY-3859 Removed unused import
Show description for adade47authored andcommitted
Commits on Feb 27, 2026
SONARPY-3856 Update Django generic view stubs (#904)
Show description for 8f3ce60authored andcommitted
SONARPY-3423 S112: Do not raise when exception is not instantiated in the function (#897)
Show description for 672cdd9authored andcommitted
Commits on Feb 26, 2026
SONARPY-3757 Create rule S8437: Class-Based Views should override get_context_data correctly (#866)
Show description for 22ca118authored andcommittedSONARPY-3847 Fix S8396 FP: do not raise on `X | None = Field(...)` patterns (#898)
Show description for c354706authored andcommitted
SONARPY-3834 Fix S8396 FP: do not raise on X | None without default value (#891)
Show description for 5156192authored andcommitted
Commits on Feb 18, 2026
Prepare for next development iteration (#869)
Show description for 6c35990authored andcommittedSONARPY-3753 Update RSPEC before 5.18 release (#868)
Show description for fbe6e30authored andcommitted
Commits on Feb 9, 2026
SONARPY-3752 Serialize attributes of FunctionType params and return type (#838)
Show description for 9de54d6authored andcommitted
Commits on Feb 4, 2026
Prepare for next development iteration (#835)
Show description for 5dec4dbauthored andcommittedUpdate rule metadata (#834)
Show description for 64cc4ebauthored andcommittedSONARPY-3751 Fix QG (#831)
Show description for df464a6authored andcommitted
Commits on Feb 3, 2026
SONARPY-3747 Fix FN on S8370 to raise issue on all children (#827)
Show description for 4694786authored andcommitted
SONARPY-3710 S8515: use call graph
Show description for b44444dauthored andcommitted
SONARPY-3743 Add call edges and a reference to the function tree to CallGraph
Show description for d54052aauthored andcommitted
SONARPY-3694 Remove dead code (#828)
Show description for ce3b7b6authored andcommitted
SONARPY-3694 CORSMiddleware should be added last in the middleware chain (#820)
Show description for 3333312authored andcommitted
Commits on Feb 2, 2026
SONARPY-3640: Update S8392 to unify with Flask applications (#787)
Show description for b34a7c9authored andcommittedSONARPY-3612 Rule S6863 Flask error handlers should set HTTP status code (#819)
Show description for f4b5f06authored andcommitted
SONARPY-3695 Create rule S8415: HTTPException responses should be documented in endpoint metadata (#817)
Show description for a5253aaauthored andcommitted
SONARPY-3693 Create rule S8413: Router prefixes should be defined during APIRouter initialization (#818)
Show description for f29d7f1authored andcommitted