mridulm commented on code in PR #46015: URL: https://github.com/apache/spark/pull/46015#discussion_r1561564666
########## docs/security.md.orig: ########## @@ -0,0 +1,960 @@ +--- +layout: global +displayTitle: Spark Security +title: Security +license: | + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 Review Comment: Remove this file as well ? ########## backport.patch: ########## @@ -0,0 +1,219 @@ +diff --git a/common/network-common/src/main/java/org/apache/spark/network/crypto/AuthEngine.java b/common/network-common/src/main/java/org/apache/spark/network/crypto/AuthEngine.java +index 078d9ceb31..14f0c23fd0 100644 +--- a/common/network-common/src/main/java/org/apache/spark/network/crypto/AuthEngine.java ++++ b/common/network-common/src/main/java/org/apache/spark/network/crypto/AuthEngine.java +@@ -41,16 +41,19 @@ import org.apache.spark.network.util.TransportConf; + * Exchange, using a pre-shared key to derive an AES-GCM key encrypting key. + */ Review Comment: Remove this file ? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
