File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SSI injection metadata
2
+
3
+ ## Adding a new deny metadata.
4
+
5
+ 1 . Adding or updating denied Java process metadata in order to avoid enabling the tracer is done by editing
6
+ the following files :
7
+
8
+ * ` base-requirements.json `
9
+ * ` denied-arguments.tsv `
10
+ * ` denied-environment-variables.tsv `
11
+
12
+ 2 . Then run the following command to build/update the ` requirements.json ` file:
13
+
14
+ ``` bash
15
+ ./build-requirements.sh
16
+ ```
Original file line number Diff line number Diff line change @@ -14,6 +14,20 @@ apache_cassandra_sstableupgrade org.apache.cassandra.tools.StandaloneUpgrader
14
14
apache_cassandra_sstableutil org.apache.cassandra.tools.StandaloneSSTableUtil Skip Apache Cassandra sstableutil
15
15
apache_cassandra_sstableverify org.apache.cassandra.tools.StandaloneVerifier Skip Apache Cassandra sstableverify
16
16
17
+ # Oracle Database JVM based tools
18
+ oracle_dbca oracle.assistants.dbca.driver.DBConfigurator Skip Oracle Database Configuration Assistant
19
+ oracle_dbua oracle.assistants.dbua.driver.StartDBUA Skip Oracle Database Upgrade Assistant
20
+ oracle_emca oracle.sysman.assistants.emca.sdkimpl.EMConfigAssistant Skip Oracle Enterprise Manager Configuration Assistant
21
+ oracle_invctl oracle.install.common.endpoints.cli.CliExecutor Skip Oracle Inventory Control
22
+ oracle_netca oracle.net.ca.NetCA Skip Oracle Net Configuration Assistant
23
+ oracle_rconfig oracle.sysman.assistants.rconfig.RConfig Skip Oracle RAC Converter
24
+ oracle_roohctl oracle.assistants.roohctl.RoohCtl Skip Oracle Read-Only Oracle Home Control
25
+ oracle_srvctl oracle.ops.opsctl.OPSCTLDriver Skip Oracle Server Control Utility
26
+ oracle_diagsetup oracle.diagfw.adr.diagsetup.DiagSetup Skip Oracle Setup Diagnostic Tool
27
+ oracle_ldifmigrator oracle.ldap.util.LDIFMigration Skip Oracle LDIF Migration Tool
28
+ oracle_trcasst oracle.net.trcasst.Jtrcasst Skip Oracle Trace Assistant
29
+ oracle_trcsess oracle.ss.tools.trcsess.TrcSess Skip Oracle Session Tracer
30
+
17
31
# Apache Lucene
18
32
apache_lucene8_luke org.apache.lucene.luke.app.desktop.LukeMain Skip Lucene 8 Luke
19
33
apache_lucene9_luke org.apache.lucene.luke Skip Apache Netbeans
You can’t perform that action at this time.
0 commit comments