SourceFile counted the number of occurrences of morse code symbols, including doubles. minimatch@9.0.3 was considered a threat because of its high number of morse symbols occurrences: '.' and '..' in string concatenations.
I replaced the counter with a Set, thus avoiding duplicates.
This PR addresses issue #170.
SourceFile
counted the number of occurrences of morse code symbols, including doubles.minimatch@9.0.3
was considered a threat because of its high number of morse symbols occurrences:'.'
and'..'
in string concatenations.I replaced the counter with a
Set
, thus avoiding duplicates.