logzio / sawmill

Sawmill is a JSON transformation Java library
Apache License 2.0
116 stars 24 forks source link

DEV-31192: Fixed injection abilities #299

Closed alexpalchuk closed 2 years ago

alexpalchuk commented 2 years ago

According to best practices for xml parsing added disabling injections

barakm commented 2 years ago

@alexpalchuk I think we need another test that validated remote resource loading (over HTTP) along with the file system based one.

alexpalchuk commented 2 years ago

@alexpalchuk I think we need another test that validated remote resource loading (over HTTP) along with the file system based one.

ok, will add it

alexpalchuk commented 2 years ago

@alexpalchuk I think we need another test that validated remote resource loading (over HTTP) along with the file system based one.

added in https://github.com/logzio/sawmill/pull/300