Skip to content

Commit

Permalink
Modify rule classification and impacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainpiot committed Apr 4, 2024
1 parent 4ddfd81 commit b17c5b6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions rules/S6886/python/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "offset-naive datetime.time and datetime.datetime objects should not be compared with offset-aware ones",
"type": "CODE_SMELL",
"type": "BUG",
"status": "ready",
"remediation": {
"func": "Constant\/Issue",
Expand All @@ -16,10 +16,8 @@
"quickfix": "unknown",
"code": {
"impacts": {
"MAINTAINABILITY": "HIGH",
"RELIABILITY": "MEDIUM",
"SECURITY": "LOW"
"RELIABILITY": "HIGH"
},
"attribute": "CONVENTIONAL"
"attribute": "LOGICAL"
}
}

0 comments on commit b17c5b6

Please sign in to comment.