-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
\My client is a Manjaro Linux install, kernel version 4.4.54-1. The browsers I tested this with are: Firefox 52.0 (64-bit), and Chromium 57.0.2987.110 (64-bit)
Problem: The pipeline creation wizard in BO does not check for special characters and does not redirect to the activity page of jobs with special characters.
The same constraints/rules should apply as in classic
Care must be taken to ensure valid unicode is allowed and not inadvertently blocked. ATH test coverage is a pre-req for this.
Steps to reproduce:
- Create a new pipeline using the BO UI
- In the pipeline name field enter any of these:
- file:/etc/hosts
- Or any of the unicode special characters from here: https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/blns.txt
- Save the pipeline.
- At this point I got a 404
- Next I saw that the job was in the main UI but which I clicked on it, I got another 404.
- After I restated the jobs with the special characters disappeared from the UI.
Needs more investigation
This may end up as 2 tickets
EDIT: I checked some different languages that are legitimate and it works correctly, so this ticked is valid in requiring more validation