File tree 3 files changed +4
-2
lines changed 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- _ Add your latest changes from PRs here_
6
6
7
+ ## libvcs 0.11.1 (2022-03-12)
8
+
7
9
### Potential command injection via mercurial URLs
8
10
9
11
- By setting a mercurial URL with an alias it is possible to execute arbitrary shell commands via
Original file line number Diff line number Diff line change 1
1
__title__ = "libvcs"
2
2
__package_name__ = "libvcs"
3
3
__description__ = "vcs abstraction layer"
4
- __version__ = "0.11.0 "
4
+ __version__ = "0.11.1 "
5
5
__author__ = "Tony Narlock"
6
6
__github__ = "https://github.com/vcs-python/libvcs"
7
7
__docs__ = "https://libvcs.git-pull.com"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " libvcs"
3
- version = " 0.11.0 "
3
+ version = " 0.11.1 "
4
4
description = " vcs abstraction layer"
5
5
license = " MIT"
6
6
authors = [
" Tony Narlock <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments