Commit 4cc2fbe
committed
fix(maven): Use unlimited JAXP XML processing with Java >= 24
In Java >= 24, the default limit for processing XML entities was
significantly lowered to 100000 bytes to protect against Entity Expansion
/ Billion Laughs Denial of Service attacks. Repeal that limit in the
context of Tycho processing to avoid errors during analysis.
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.io>1 parent 019abdf commit 4cc2fbe
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
326 | 329 | | |
327 | 330 | | |
328 | 331 | | |
| |||
0 commit comments