Commit 387492a
🔀 Fix/allow capital 'z' in search value (#6)
* Update README.md
To reflect the actual implementation regarding Sort.
* Allow more charecters in select values
* Added wildcards to select
* Added test of wildcards
* Changed logic in Elements to support single element size spans
* Expanded test with now valid input
* Simplified logic in getElement
* Allow more charecters in select values
* Allow more charecters in select values
* Added test of wildcards
* Changed logic in Elements to support single element size spans
* Expanded test with now valid input
* Simplified logic in getElement
* Changed logic in Elements to support single element size spans
* Simplified logic in getElement
* Adjusted elements logic to allow same start and end, or only one element
* Removed duplicated test
* Added test for single element equal to 0
* Suspicious character sequences now work as intended
* Character sequences are unnessesary
as they all start with '\' and '\' is on its own already not allowed
* Reverted changes
* Update Sanitizer.java
* Update Sanitizer.java
* PR requested changes
Co-authored-by: Søren Ravn <[email protected]>
Co-authored-by: Niels Wittrup Andersen <[email protected]>
Co-authored-by: Jesper Rossen <[email protected]>1 parent 48e7893 commit 387492a
File tree
3 files changed
+21
-4
lines changed- src
- main/java/io/openapitools/api/capabilities
- test/java/io/openapitools/api/capabilities
3 files changed
+21
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
62 | 73 | | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
187 | 193 | | |
0 commit comments