This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/security-admin/src/main/webapp/react-webapp/multi-c8afcbbcd8
in repository https://gitbox.apache.org/repos/asf/ranger.git


    omit fabe20fd1 Bump qs and express in 
/security-admin/src/main/webapp/react-webapp
     add d0091906b RANGER-5426: update Tomcat to 9.0.113 (#771)
     add 046c27d93 Bump urllib3 from 1.26.19 to 2.6.0 in 
/ranger-tools/src/main/python (#764)
     add 7412aa5e9 RANGER-3166: fix setup.sh handling of property values having 
spaces (#784)
     add cde5be80c RANGER-5411: Refactor logic to use external Key as MasterKey 
to avoid code redundancy (#747)
     add d32b3abfb RANGER-5430:Handling Invalid cipher AES issues in UT (#781)
     add ce162c78f RANGER-5322: PolicyRefresher can struck with no download 
thread if exception thrown in startRefresher (#667)
     add 5051ecca0 RANGER-5332: upgrade axios version 1.8.4 to latest 1.12.2 
(#776)
     add a9c8f11e1 Bump qs and express in 
/security-admin/src/main/webapp/react-webapp

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fabe20fd1)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/security-admin/src/main/webapp/react-webapp/multi-c8afcbbcd8
 (a9c8f11e1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/ranger/plugin/util/PolicyRefresher.java |  57 +--
 .../plugin/policyengine/TestPolicyRefresher.java   | 501 +++++++++++++++++++++
 .../org/apache/hadoop/crypto/key/DB2HSMMKUtil.java |   6 +-
 .../apache/hadoop/crypto/key/DBToKeySecure.java    |   6 +-
 .../org/apache/hadoop/crypto/key/HSM2DBMKUtil.java |  14 +-
 .../crypto/key/KeySecureToRangerDBMKUtil.java      |   7 +-
 .../org/apache/hadoop/crypto/key/RangerHSM.java    |   3 +-
 .../org/apache/hadoop/crypto/key/RangerKMSMKI.java |   4 +
 .../apache/hadoop/crypto/key/RangerMasterKey.java  |  38 +-
 .../hadoop/crypto/key/RangerSafenetKeySecure.java  |   3 +-
 .../hadoop/crypto/key/RangerMasterKeyTest.java     |   4 +-
 .../crypto/key/kms/TestRangerSafenetKeySecure.java |   2 +-
 .../key/kms/server/RangerKeyStoreProviderTest.java |  12 -
 pom.xml                                            |   2 +-
 ranger-tools/src/main/python/requirements.txt      |   2 +-
 security-admin/scripts/setup.sh                    | 286 ++++++------
 .../src/main/webapp/react-webapp/package-lock.json |  18 +-
 .../src/main/webapp/react-webapp/package.json      |   2 +-
 .../src/main/webapp/react-webapp/src/App.jsx       |  27 +-
 19 files changed, 747 insertions(+), 247 deletions(-)
 create mode 100644 
agents-common/src/test/java/org/apache/ranger/plugin/policyengine/TestPolicyRefresher.java

Reply via email to