-
Ensure inputs are all sanitised properly to maintain security of system.
-
For reference see jMonkeyEngine/wiki#97,
TLDR: essentially dots have to be replaced with forward slashes and maybe an overloaded Version which accepts `class` could be made, which would be more follo…
-
`preg_replace('~[^0-9\.]~', '', $ipAddress)` only makes sure that `$ipAddress` _kind of_ looks like a valid ipv4 address, but sequences of any number and periods are still allowed. "10.0.0.0.0.0.0.0.0…
-
Increase variety of chars allowed to be entered in the add parts page given that the backend now sanitizes all inputs
-
Currently, the `opentelemetry-helpers-sql-obfuscation` gem contains the logic for SQL sanitation; the name of this gem reflects this. However, there are additional instances where shared logic would b…
-
This will highlight degenerate tables to be fixed (i.e. only `summarize_row_groups`)
To do:
- [x] #1016
- [x] https://github.com/insightsengineering/tlg-catalog/pull/102
- [ ] #1037
- [x] #…
-
## Reproduction
- Select a block
- Inspector Panel → Block → Additional CSS class(es)
- Currently this is a ``, the width allowing to show ca. 30-35 characters
## Problem
- Is ok for 1-2 sh…
-
- https://globalsiasar.org/en
-
Zenith's GPU data is used primary for the NVIDIA API. It requires a custom GPU Id that Zenith has a list for, where they are stored by GPU device name.
The problem is that the names can differ and …
-
### todo
- [ ] refactor the type-based layouting into `Codable` structs
- [ ] import & export from JSON files
- [ ] customized key layout editor
- [ ] custom layouts will only have 4 rows availabl…