mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 04:50:20 -06:00
v1.10.4
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,3 +1,22 @@
|
||||
1.10.4
|
||||
======
|
||||
|
||||
### Fixes
|
||||
- Replace `yaml.load` with safe alternative
|
||||
- `yaml.load` can lead to arbitrary code execution, though not where it
|
||||
was used
|
||||
- issue by @tonybaloney
|
||||
- #779 PR by @asottile.
|
||||
- Improve not found error with script paths (`./exe`)
|
||||
- #782 issue by @ssbarnea.
|
||||
- #785 PR by @asottile.
|
||||
|
||||
### Misc
|
||||
- Improve travis-ci build times by caching rust / swift artifacts
|
||||
- #781 PR by @expobrain.
|
||||
- Test against python3.7
|
||||
- #789 PR by @expobrain.
|
||||
|
||||
1.10.3
|
||||
======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user