mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v1.10.4
This commit is contained in:
parent
f2b74e3387
commit
52f39fee12
2 changed files with 20 additions and 1 deletions
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
|
||||
======
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue