Commit c99ef74
committed
Use hashlib.sha256 instead of hashlib.sha1 in gcpy/regrid.py
gcpy/regrid.py
- The CodeQL GitHub Action flagged the use of hashlib.sha1 as being
cryptographically weak. We have adopted the recommendation of using
hashlib.sha256 instead.
CHANGELOG.md
- Updated accordingly
Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>1 parent b169882 commit c99ef74
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
926 | 926 | | |
927 | 927 | | |
928 | 928 | | |
929 | | - | |
| 929 | + | |
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
| |||
0 commit comments