We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe46f39 commit 5550865Copy full SHA for 5550865
1 file changed
src/joserfc/rfc7518/oct_key.py
@@ -12,7 +12,9 @@
12
13
POSSIBLE_UNSAFE_KEYS = (
14
b"-----BEGIN ",
15
+ b"---- BEGIN ",
16
b"ssh-rsa ",
17
+ b"ssh-dss ",
18
b"ssh-ed25519 ",
19
b"ecdsa-sha2-",
20
)
0 commit comments