Repository Analysis

DigitalPlatDev/FreeDomain

DigitalPlat FreeDomain: Free Domain For Everyone

3.4 Likely human-written View on GitHub
3.4
Adjusted Score
3.4
Raw Score
100%
Time Factor
2026-04-24
Last Push
172,291
Stars
HTML
Language
2,915
Lines of Code
30
Files
7
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 1LOW 6

Pattern Findings

7 matches across 2 categories. Click a row to expand file-level details.

Excessive Try-Catch Wrapping6 hits · 9 pts
SeverityFileLineSnippet
LOWopensource/whois_server/whois.py11 except Exception as e:
LOWopensource/whois_server/whois.py54 except Exception as e:
LOWopensource/whois_server/whois.py58 except Exception as e:
LOWopensource/whois_server/whois.py61 except Exception as e:
LOWopensource/whois_server/whois.py68 except Exception as e:
MEDIUMopensource/whois_server/whois.py7def whois(query):
Deep Nesting1 hit · 1 pts
SeverityFileLineSnippet
LOWopensource/whois_server/whois.py15