This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 5 safe fix(es) (dry-run — pass --apply to write): | |
| ./billing/app.py:1-1 Remove the unused import `os` | |
| ./billing/app.py:12-14 Delete unused function `_legacy_helper` | |
| ./billing/services/invoice.py:1-1 Remove the unused import `requests` | |
| ./billing/services/invoice.py:2-2 Remove the unused import `Money` | |
| ./billing/services/invoice.py:3-3 Remove the unused import `ledger` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| billing/app.py:12 [warn/certain] unused-export — function `_legacy_helper` … (unused-export:b3454f8f0092acf5) | |
| └── where ───────┘ └─ sev/conf ─┘ └── rule ────┘ └────────── reason ────────┘ └───── fingerprint ─────┘ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mollify audit — . | |
| Quality score: 84/100 | |
| 16 finding(s) across 7 file(s) — 0 error, 16 warn | |
| billing/app.py:1 [warn/certain] unused-import — import `os` is never used in this module (unused-import:9a5e10483cc040fd) | |
| billing/app.py:12 [warn/certain] unused-export — function `_legacy_helper` has no reachable references in the project (unused-export:b3454f8f0092acf5) | |
| billing/app.py:13 [warn/likely] unused-variable — local variable `tmp` is assigned but never used (unused-variable:bced62ab9da79356) | |
| billing/app.py:17 [warn/likely] untyped-function — public function `password_hash` has no type annotations (0/1 params typed, no return type) (untyped-function:a3c79d14005834f2) | |
| billing/app.py:18 [warn/likely] weak-hash — `hashlib.md5` is a weak hash; use sha256+ (or pass usedforsecurity=False) [CWE-327] (weak-hash:2fda8ae0463ffdee) | |
| billing/services/invoice.py:1 [warn/certain] circular-dependency — import cycle: billing.services.invoice → billing.services.ledger → billing.services.invoice (circular-depend |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder