Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
github653224
/
sonar-python
Public
forked from
SonarSource/sonar-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sonar-python
its
ruling
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 5, 2021
SONARPY-928 Nested character classes are not supported by Python (#984)
nils-werner-sonarsource
authored
213aece
View commit details
Copy full SHA for 213aece
View code at this point
Browse repository at this point
Commits on Nov 4, 2021
Curly braces should not be a quantifier in general (#981)
Show description for 43295e2
nils-werner-sonarsource
and
karim-ouerghemmi-sonarsource
authored
43295e2
View commit details
Copy full SHA for 43295e2
View code at this point
Browse repository at this point
Commits on Nov 3, 2021
SONARPY-921 Rule S5856 Regular expressions should be syntactically valid (#974)
Show description for 2f05ae1
nils-werner-sonarsource
authored
2f05ae1
View commit details
Copy full SHA for 2f05ae1
View code at this point
Browse repository at this point
SONARPY-920 Handle regex in not-raw strings (#976)
Show description for 2b0d850
karim-ouerghemmi-sonarsource
authored
2b0d850
View commit details
Copy full SHA for 2b0d850
View code at this point
Browse repository at this point
Commits on Nov 2, 2021
Fix ITS expected results (#977)
karim-ouerghemmi-sonarsource
authored
065ba72
View commit details
Copy full SHA for 065ba72
View code at this point
Browse repository at this point
SONARPY-885 Rule S5996 Regex boundaries should not be used in a way that can never be matched (#970)
Show description for 9f8824d
nils-werner-sonarsource
authored
9f8824d
View commit details
Copy full SHA for 9f8824d
View code at this point
Browse repository at this point
SONARPY-889 Rule S5869 Character classes in regular expressions should not contain the same character twice (#972)
Show description for d8773c7
nils-werner-sonarsource
authored
d8773c7
View commit details
Copy full SHA for d8773c7
View code at this point
Browse repository at this point
SONARPY-893 Rule S5843 Regular expressions should not be too complicated (#973)
Show description for 83d078c
nils-werner-sonarsource
authored
83d078c
View commit details
Copy full SHA for 83d078c
View code at this point
Browse repository at this point
SONARPY-891 Rule S5857 Character classes should be preferred over reluctant quantifiers in regular expressions (#971)
Show description for c1b1ac7
nils-werner-sonarsource
authored
c1b1ac7
View commit details
Copy full SHA for c1b1ac7
View code at this point
Browse repository at this point
Commits on Oct 29, 2021
SONARPY-882 Rule S5850: Alternatives in regular expressions should be grouped when used with anchors (#966)
Show description for 525b00c
nils-werner-sonarsource
authored
525b00c
View commit details
Copy full SHA for 525b00c
View code at this point
Browse repository at this point
SONARPY-884 Rule S6035 Single-character alternations in regular expressions should be replaced with character classes (#964)
Show description for 2444d65
nils-werner-sonarsource
authored
2444d65
View commit details
Copy full SHA for 2444d65
View code at this point
Browse repository at this point
SONARPY-883 Rule S6019 Reluctant quantifiers in regular expressions should be followed by an expression that can't match the empty string (#963)
Show description for e1ef98e
nils-werner-sonarsource
authored
e1ef98e
View commit details
Copy full SHA for e1ef98e
View code at this point
Browse repository at this point
Commits on Oct 27, 2021
SONARPY-907 S5361 and initial version of the RegexSource and CharacterParser classes (#958)
Show description for 8cb734e
karim-ouerghemmi-sonarsource
authored
8cb734e
View commit details
Copy full SHA for 8cb734e
View code at this point
Browse repository at this point
Commits on Jul 21, 2021
SONARPY-870 Use serialized version of TypeShed core modules (builtins and its dependencies) (#940)
andrea-guarino-sonarsource
committed
5b471db
View commit details
Copy full SHA for 5b471db
View code at this point
Browse repository at this point
Commits on May 25, 2021
SONARPY-859 Fix FP on S2325 for decorated methods (#932)
Show description for 690a274
guillaume-dequenne
authored
690a274
View commit details
Copy full SHA for 690a274
View code at this point
Browse repository at this point
Commits on Feb 26, 2021
SONARPY-831 Rule S3752: Allowing both safe and unsafe HTTP methods is security-sensitive (Django)
andreaguarino
authored and
andrea-guarino-sonarsource
committed
4b9f9fc
View commit details
Copy full SHA for 4b9f9fc
View code at this point
Browse repository at this point
Commits on Feb 25, 2021
SONARPY-826 S2612 to handle binary OR expressions (#894)
guillaume-dequenne
authored
e6a6c60
View commit details
Copy full SHA for e6a6c60
View code at this point
Browse repository at this point
Commits on Feb 23, 2021
SONARPY-826 Rule S2612: Setting loose POSIX file permissions is secur… (#890)
guillaume-dequenne
authored
6147850
View commit details
Copy full SHA for 6147850
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
SONARPY-816 S1720 should not raise on empty __init__.py (#880)
pynicolas
authored
749cbba
View commit details
Copy full SHA for 749cbba
View code at this point
Browse repository at this point
Commits on Jan 21, 2021
SONARPY-704 S4790 should raise only for weak hashs (#877)
Show description for 16b15d3
andrea-guarino-sonarsource
authored
16b15d3
View commit details
Copy full SHA for 16b15d3
View code at this point
Browse repository at this point
Commits on Jan 14, 2021
SONARPY-821 update parent pom to v55 (#874)
andrea-guarino-sonarsource
authored
4417864
View commit details
Copy full SHA for 4417864
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
SONARPY-720 FP on S5953 when using wildcard imports
andreaguarino
authored and
guillaume-dequenne
committed
c4b6b02
View commit details
Copy full SHA for c4b6b02
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
SONARPY-719 Fix miscount of parameters on S107 and update default threshold (#850)
guillaume-dequenne
authored
47dce97
View commit details
Copy full SHA for 47dce97
View code at this point
Browse repository at this point
SONARPY-716 Fix FP on S3516 for methods with implicit return None (#855)
guillaume-dequenne
authored
fd15879
View commit details
Copy full SHA for fd15879
View code at this point
Browse repository at this point
Commits on Aug 25, 2020
SONARPY-690 Update default regex for S101 to not raise on valid PEP-8… (#854)
guillaume-dequenne
authored
320b110
View commit details
Copy full SHA for 320b110
View code at this point
Browse repository at this point
SONARPY-786 RSPEC-3827: Extract detection of never defined variable i… (#853)
andrea-guarino-sonarsource
authored
1dfb87d
View commit details
Copy full SHA for 1dfb87d
View code at this point
Browse repository at this point
SONARPY-689 Update default regex of S100 & S1542 to not raise on short names (#852)
guillaume-dequenne
authored
2fd368e
View commit details
Copy full SHA for 2fd368e
View code at this point
Browse repository at this point
Commits on Aug 24, 2020
SONARPY-785 Fix FP on S1764 for expressions in try/except blocks
guillaume-dequenne
committed
3a9e93f
View commit details
Copy full SHA for 3a9e93f
View code at this point
Browse repository at this point
SONARPY-777 Fix FP on S1764 when expressions contain function calls
guillaume-dequenne
committed
11aec70
View commit details
Copy full SHA for 11aec70
View code at this point
Browse repository at this point
Commits on Aug 19, 2020
SONARPY-745 S5864: Iteration operation on a non-iterable type (#842)
guillaume-dequenne
authored
5c70d38
View commit details
Copy full SHA for 5c70d38
View code at this point
Browse repository at this point
Commits on Aug 18, 2020
Ignore inferred declared types for FunctionReturnTypeCheck(S5886)
andreaguarino
authored and
andrea-guarino-sonarsource
committed
bc17ec3
View commit details
Copy full SHA for bc17ec3
View code at this point
Browse repository at this point
Implement DeclaredType#isCompatibleWith
andreaguarino
authored and
andrea-guarino-sonarsource
committed
02eb1fc
View commit details
Copy full SHA for 02eb1fc
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
Fix bug in ClassSymbol#copyWithoutUsages() when parent class is an ambiguous symbol
andreaguarino
authored and
andrea-guarino-sonarsource
committed
279ef7d
View commit details
Copy full SHA for 279ef7d
View code at this point
Browse repository at this point
SONARPY-751 S5886: Fix FPs on iterators and unknown type aliases (#832)
guillaume-dequenne
authored
a7dfecb
View commit details
Copy full SHA for a7dfecb
View code at this point
Browse repository at this point
SONARPY-780 ClassSymbol.canBeOrExtend('object') should be always true (#833)
andrea-guarino-sonarsource
authored
7449e23
View commit details
Copy full SHA for 7449e23
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.