google / ctfscoreboard

Scoreboard for Capture The Flag competitions.
Apache License 2.0
164 stars 61 forks source link

hmac now requires digestmod #287

Closed M0x40 closed 3 years ago

M0x40 commented 3 years ago

Added ",hashlib.sha1" to meet new hmac requirement to include digestmod.

https://docs.python.org/3/library/hmac.html

""" Changed in version 3.4: Parameter key can be a bytes or bytearray object. Parameter msg can be of any type supported by hashlib. Parameter digestmod can be the name of a hash algorithm. """

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

M0x40 commented 3 years ago

@googlebot I signed it!

Matir commented 3 years ago

Thanks for the contribution!