Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
v2v: -o libvirt: Prevent possible XPath injection.
Ensure the arch string is sane before using it in the following XPath expression. Since the arch string can be derived from untrusted guest data [see src/filearch.c], this prevents a possible XPath injection vulnerability.
- Loading branch information