mattcasters commented on PR #8287:
URL: https://github.com/apache/hop/pull/8287#issuecomment-5615506701

   Addressed the security review:
   
   1. **Gzip** — no longer swallows `EOFException`; truncated files fail. 64KB 
buffering stays. Chunked complete gzip still reads.
   2. **SPNEGO** — `putStream` uses `shouldSpnegoForLocation` 
(NameNode/HttpFS/Knox only, not DataNodes).
   3. **Truststore password** — `Encr.decryptPasswordOptionallyEncrypted` 
before `KeyStore.load`.
   4. **HTTPS→HTTP** — DataNode `Location: http://` is rejected when the 
connection is HTTPS. TLS tab: **Allow HTTP DataNode redirects** (default off).
   5. **Kerberos JVM properties** — login/SPNEGO under a process lock; 
`krb5.conf` wins over Realm/KDC fields.
   6. **Renewer** — `unregister` on Test-button `finally` and VFS filesystem 
close (HTTP client closed too).
   
   Rebuild `engine` + Hadoop plugin before retesting gzip reads and WebHDFS 
CREATE.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to