Commit 30a249e
committed
fix: Removed .Jpg EndsWithAnyOf check
- removed the bytecheck at the end of the file, because a valid jpg file does not match with the given file-end-byte-sequences from the validator
- the affected file has the end-byte-sequence 0x27 0xe7 0x441 parent 23842aa commit 30a249e
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 18 | + | |
24 | 19 | | |
25 | 20 | | |
0 commit comments