Skip to content

Commit

Permalink
add security policy for accessDeclaredMembers (#35) (#37)
Browse files Browse the repository at this point in the history
(cherry picked from commit c037b2a)

Signed-off-by: Joshua Li <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ec1bd44 commit d588b78
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 d588b78

Please sign in to comment.