-
**Issue Summary**
Implement automatic type-related input validation for all functions, methods, and classes with defined type hints across the project. This will ensure that every callable enforces…
-
Check for SQL Injections in user inputs when those are handled through queryRaw. (For example search) Maybe Prisma already does this, but needs to be checked.
-
We should have a simple way to have common input validation on input.
Common things like "number", "float", "time" and maybe something pattern-based would be nice to have.
Currently you can work…
-
## Value Proposition
As a user
I want to have clear visual feedback
so that I know whether I added a plant successfully or not and what to do if not.
## Description
![Image](https://github.com/user…
-
Check inputs for valid arguments.
E.g. "Current HP", "Temp. HP", "Max. HP", "Parry", "Dodge", "Resist", ... can not be negative.
E.g. attributes have set possible values.
-
-
The city input field allows invalid characters or empty submissions, leading to unnecessary API calls and poor user experience. Add validation to ensure only valid city names (alphabetical characters)…
-
Currently the API server accepts an audit-id as a request header even from unauthenticated clients. There seems to be almost no input validation for this and all kinds of special characters are allowe…
-
Validation on inputs in the initial page and also on each input of metadata after metadata extraction.
-
### Describe the bug
Validation does not work when entering KeyFilter in Korean on mac.
The behavior suggests that this is probably the same for other combinatorial languages (like Chinese, Japanese…