Skip to content

Commit

Permalink
add security policy for accessDeclaredMembers (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
(cherry picked from commit c037b2a)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 18, 2023
1 parent ea5d4f0 commit 5bad3f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/plugin-metadata/plugin-security.policy
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/

grant {
permission java.lang.RuntimePermission "accessDeclaredMembers";
};

0 comments on commit 5bad3f1

Please sign in to comment.