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]>
  • Loading branch information
joshuali925 authored Dec 18, 2023
1 parent 62c9754 commit c037b2a
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 c037b2a

Please sign in to comment.