trove/releasenotes/notes/fix-illegal-value-be1acadc8c54c224.yaml
wu.chunyang 0ec4d0487b Fix illegal shell characters
This change checks if the user input is legal.
if illegal, we raise an InvalidValue excepiton.

Story: 2010004
Task: 45128

Change-Id: Ib81646b8f8a01fcbc31d033ec205491b76a7b755
2022-09-14 14:10:06 +00:00

7 lines
199 B
YAML

---
fixes:
- |
check if the user input is legal, currently, trove may have a
RCE vulnerability. more details see:
`Stroy 2010004 <https://storyboard.openstack.org/#!/story/2010004>`__