Commit 2651d30
authored
fix: address XXE in JaxbIO parsing (#2313)
CWE-611: createUnmarshaller().unmarshal(Reader) lets the JAXB provider build its own SAX parser with default settings — external general entities, parameter entities, and DTD loading are not disabled.1 parent 505bfcf commit 2651d30
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments