mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Fixed pylint warning.
This commit is contained in:
parent
00dc22b00b
commit
52d1e8f27b
@ -902,7 +902,7 @@ def algorithm_lookup(alg_names: str) -> int:
|
|||||||
similar_algorithms = [
|
similar_algorithms = [
|
||||||
alg_unknown + " --> (" + alg_type + ") " + alg_name
|
alg_unknown + " --> (" + alg_type + ") " + alg_name
|
||||||
for alg_unknown in algorithms_not_found
|
for alg_unknown in algorithms_not_found
|
||||||
for alg_type in adb.keys()
|
for alg_type in adb
|
||||||
for alg_name in adb[alg_type]
|
for alg_name in adb[alg_type]
|
||||||
# Perform a case-insensitive comparison using 'casefold'
|
# Perform a case-insensitive comparison using 'casefold'
|
||||||
# and match substrings using the 'in' operator.
|
# and match substrings using the 'in' operator.
|
||||||
|
Loading…
Reference in New Issue
Block a user