提交 37d7c26f 编写于 作者: J jjg

8185588: jdk.attach API has accessibility issues

Reviewed-by: alanb
上级 df4b8a79
......@@ -42,14 +42,16 @@ package com.sun.tools.attach;
*
* <table class="striped"><caption style="display:none">Table shows permission
* target name, what the permission allows, and associated risks</caption>
* <thead>
* <tr>
* <th>Permission Target Name</th>
* <th>What the Permission Allows</th>
* <th>Risks of Allowing this Permission</th>
* <th scope="col">Permission Target Name</th>
* <th scope="col">What the Permission Allows</th>
* <th scope="col">Risks of Allowing this Permission</th>
* </tr>
*
* </thead>
* <tbody>
* <tr>
* <td>attachVirtualMachine</td>
* <th scope="row">attachVirtualMachine</th>
* <td>Ability to attach to another Java virtual machine and load agents
* into that VM.
* </td>
......@@ -59,14 +61,14 @@ package com.sun.tools.attach;
* </tr>
*
* <tr>
* <td>createAttachProvider</td>
* <th scope="row">createAttachProvider</th>
* <td>Ability to create an <code>AttachProvider</code> instance.
* </td>
* <td>This allows an attacker to create an AttachProvider which can
* potentially be used to attach to other Java virtual machines.
* </td>
* </tr>
* </tbody>
*
* </table>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册