Skip to content

Commit

Permalink
fix(jwk): check ssh-dss for OctKey
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jun 4, 2024
1 parent fe46f39 commit 5550865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/joserfc/rfc7518/oct_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

POSSIBLE_UNSAFE_KEYS = (
b"-----BEGIN ",
b"---- BEGIN ",
b"ssh-rsa ",
b"ssh-dss ",
b"ssh-ed25519 ",
b"ecdsa-sha2-",
)
Expand Down

0 comments on commit 5550865

Please sign in to comment.