Skip to content

Commit

Permalink
feat: sha512 filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Sep 30, 2023
1 parent 4903464 commit 1cb4f83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class PlatformType(Enum):

MISC_REGEX_MAP = {
"packages": r"(\.deb|\.rpm|\.pkg|\.apk|\.[Aa]ppImage|\.snap)",
"checksums": r"(\.sig$|\.text$|\.txt$|[Cc]hecksums|sha256|\.sha1$|\.md5$)",
"checksums": r"(\.sig$|\.text$|\.txt$|[Cc]hecksums|sha256|sha512|\.sha1$|\.md5$)",
"certificates": r"(\.pub$|\.pem$|\.crt$|\.asc$|pivkey|pkcs11key)",
"metadata": r"(\.json$|\.sbom$|\.blockmap$)",
}
Expand Down

0 comments on commit 1cb4f83

Please sign in to comment.