Add change notes.

This commit is contained in:
Sebastian Bauersfeld
2021-05-12 16:58:24 +07:00
parent bf4d88175c
commit b05512a958

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* The query "Resolving XML external entity in user-controlled data" (`java/xxe`) has been improved to report fewer false positives when a Builder / Factory (e.g. an `XMLInputFactory`) is configured safely by using a boxed boolean as second argument to one or more of its configuration methods.