RADAR-base / radar-output-restructure

Reads avro files in HDFS and outputs json or csv per topic per user in local file system
Apache License 2.0
1 stars 0 forks source link

HTTP Response Splitting SNYK-JAVA-IONETTY-3167773 #539

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

Overview

io.netty:netty-codec is an event-driven asynchronous network application framework.

Affected versions of this package are vulnerable to HTTP Response Splitting when calling DefaultHttpHeaders.set on an iterator of values, because header value validation is not performed.

Workaround

This vulnerability can be worked around by changing the DefaultHttpHeaders.set(CharSequence, Iterator<?>) call into a remove() call, and calling add() in a loop over the iterator.

Remediation

Upgrade io.netty:netty-codec to version 4.1.86.Final or higher.

References