Skip to content

Commit

Permalink
Add hmac pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored and Habbie committed Mar 8, 2023
1 parent bbfaea2 commit 6bd3ae3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/spell-check/patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ msdn\.microsoft\.com/(?:[^/]+/|)library/\S*\.aspx?
\b[0-9A-F]{8,}\b
\bcommit [0-9a-f]+\b

# HMAC
hmac-sha512(:\w+|\.|)\s+[-a-zA-Z=;:/0-9+]*

addNSECRecordToLW.*DNSName.*powerdnt.com.*QType::NS.*res->d_records
data:[a-zA-Z=;,/0-9+]+
BOOST_CHECK_EQUAL\(b64, "[a-zA-Z=;,/0-9+]+"
Expand Down

0 comments on commit 6bd3ae3

Please sign in to comment.