DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
738 stars 110 forks source link

The letter 'Z' should be available as part of a case name. #31

Closed blackdogbarking closed 2 years ago

blackdogbarking commented 2 years ago

Describe the bug When creating a case with a 'z' in the name, the 'z' is removed.

To Reproduce Steps to reproduce the behavior:

  1. go to the "Cases" on the Kuiper web UI.
  2. click on the '+' sign.
  3. create a case with a name containing the letter 'z'. For example, 'Zoo Zeeland'.
  4. look at the name of the newly created case: 'ooeeland'.

Expected behavior The letter 'z' should be available as part of a case name.

Screenshot from 2021-08-30 13-32-11

Screenshot from 2021-08-30 13-32-35

muteb commented 2 years ago

we try to test it and get back to you.

blackdogbarking commented 2 years ago

I think this should be the Problem: https://github.com/DFIRKuiper/Kuiper/blob/master/app/controllers/admin_management.py#L214 The Letter "z" is simply missing in casename_accepted_char. Greetings.

blackdogbarking commented 2 years ago

I have opened a pull request for this. https://github.com/DFIRKuiper/Kuiper/pull/34

salehmuhaysin commented 2 years ago

hi blackdogbarking, i merged the pull request, thank you