This is an automated email from the ASF dual-hosted git repository. inigoiri pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 487368c4b92 HADOOP-18655. Upgrade kerby to 2.0.3 due to CVE-2023-25613 (#5458) add b406060c6b0 YARN-8972. [Router] Add support to prevent DoS attack over ApplicationSubmissionContext size. (#5382) No new revisions were added by this update. Summary of changes: .../apache/hadoop/yarn/conf/YarnConfiguration.java | 7 + .../src/main/resources/yarn-default.xml | 10 ++ .../yarn/server/router/RouterServerUtil.java | 127 ++++++++++++++++ .../ApplicationSubmissionContextInterceptor.java | 66 +++++++++ .../PassThroughClientRequestInterceptor.java | 7 +- .../server/router/webapp/RouterWebServiceUtil.java | 1 + ...estApplicationSubmissionContextInterceptor.java | 160 +++++++++++++++++++++ .../src/site/markdown/Federation.md | 31 +++- 8 files changed, 399 insertions(+), 10 deletions(-) create mode 100644 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/clientrm/ApplicationSubmissionContextInterceptor.java copy hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/{test => main}/java/org/apache/hadoop/yarn/server/router/clientrm/PassThroughClientRequestInterceptor.java (98%) create mode 100644 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/java/org/apache/hadoop/yarn/server/router/clientrm/TestApplicationSubmissionContextInterceptor.java --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org