We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9626b commit 51bcddaCopy full SHA for 51bcdda
CHANGES
@@ -6,12 +6,18 @@
6
7
## libvcs 0.11.1 (2022-03-12)
8
9
-### Potential command injection via mercurial URLs
+### CVE-2022-21187: Command Injection with mercurial repositories
10
11
- By setting a mercurial URL with an alias it is possible to execute arbitrary shell commands via
12
`.obtain()` or in the case of uncloned destinations, `.update_repo()`. (#306, credit: Alessio
13
Della Libera)
14
15
+ See also:
16
+
17
+ - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21187,
18
+ https://nvd.nist.gov/vuln/detail/CVE-2022-21187
19
+ - https://security.snyk.io/vuln/SNYK-PYTHON-LIBVCS-2421204
20
21
### Development
22
23
- Run pyupgrade formatting (#305)
0 commit comments