summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2022-09-06 21:03:25 +0800
committerwu.chunyang <wchy1001@gmail.com>2022-09-14 14:10:06 +0000
commit0ec4d0487bfd990697752133335b799f409e4418 (patch)
tree8d46b2e5dce244da36c6f94ea7c37e7956e2f1b2 /releasenotes
parentaf1db229b93e8ae408682f84fa72d38c6e827bec (diff)
downloadtrove-0ec4d0487bfd990697752133335b799f409e4418.tar.gz
Fix illegal shell characters18.0.0.0rc118.0.0
This change checks if the user input is legal. if illegal, we raise an InvalidValue excepiton. Story: 2010004 Task: 45128 Change-Id: Ib81646b8f8a01fcbc31d033ec205491b76a7b755
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-illegal-value-be1acadc8c54c224.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-illegal-value-be1acadc8c54c224.yaml b/releasenotes/notes/fix-illegal-value-be1acadc8c54c224.yaml
new file mode 100644
index 00000000..9ea3aa41
--- /dev/null
+++ b/releasenotes/notes/fix-illegal-value-be1acadc8c54c224.yaml
@@ -0,0 +1,6 @@
+---
+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>`__