Skip to content

Commit

Permalink
v1.99 bug correction #50
Browse files Browse the repository at this point in the history
  • Loading branch information
atenreiro committed May 21, 2022
1 parent 7e10c8d commit f923323
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.99 (2022-05-21)
+ Bug correction (#50) - Suspicious certificate results not showing in results.txt

v1.98 (2022-04-17)
+ Bug correction (#63) - double DNS validation

Expand Down
2 changes: 1 addition & 1 deletion opensquat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# Module: __init__.py
"""openSquat Version."""
__VERSION__ = "1.98"
__VERSION__ = "1.99"
2 changes: 1 addition & 1 deletion opensquat/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def print_info(_info):
print_info("suspicious certificate detected")
else:
print_info("suspicious certificate detected")
self.list_domains.append(domain)
self.list_domains.append(domains)

def _process_levenshtein(self, keyword, domain, homograph_domain, domains):
leven_dist = validations.levenshtein(keyword, domain)
Expand Down

0 comments on commit f923323

Please sign in to comment.