google-deepmind / google-deepmind/distrax
Add checksum verification for `wget .pylintrc`
Open
- Dominant language
- Python
- Stars
- 651
- Forks
- 48
- Avg merge
- 21h 4m
- Merged PRs (30d)
- 3
Description
@hbq1 Should we add quick checksum verification in `test.sh` when downloading a file to enforce integrity verification?
https://github.com/google-deepmind/distrax/blob/1f7ef15af2a5cccb05c4ccf561f97a6e2b1c4bd7/test.sh#L39
Currently it says:
```
# Download Google OSS config.
wget -nd -v -t 3 -O .pylintrc https://google.github.io/styleguide/pylintrc
```
cc @mihaimaruseac
Contributor guide
Assessment
This issue has not been assessed yet.