@appthreat/atom 2.0.10 → 2.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plugins/bin/atom +1 -1
- package/plugins/bin/atom.bat +1 -1
- package/plugins/composer/installed.php +6 -6
- package/plugins/lib/io.appthreat.atom-2.0.11-classpath.jar +0 -0
- package/plugins/lib/{io.appthreat.atom-2.0.10.jar → io.appthreat.atom-2.0.11.jar} +0 -0
- package/plugins/lib/{io.appthreat.c2cpg_3-2.0.9.jar → io.appthreat.c2cpg_3-2.0.10.jar} +0 -0
- package/plugins/lib/{io.appthreat.dataflowengineoss_3-2.0.9.jar → io.appthreat.dataflowengineoss_3-2.0.10.jar} +0 -0
- package/plugins/lib/{io.appthreat.javasrc2cpg_3-2.0.9.jar → io.appthreat.javasrc2cpg_3-2.0.10.jar} +0 -0
- package/plugins/lib/{io.appthreat.jimple2cpg_3-2.0.9.jar → io.appthreat.jimple2cpg_3-2.0.10.jar} +0 -0
- package/plugins/lib/{io.appthreat.jssrc2cpg_3-2.0.9.jar → io.appthreat.jssrc2cpg_3-2.0.10.jar} +0 -0
- package/plugins/lib/{io.appthreat.php2atom_3-2.0.9.jar → io.appthreat.php2atom_3-2.0.10.jar} +0 -0
- package/plugins/lib/{io.appthreat.pysrc2cpg_3-2.0.9.jar → io.appthreat.pysrc2cpg_3-2.0.10.jar} +0 -0
- package/plugins/lib/{io.appthreat.semanticcpg_3-2.0.9.jar → io.appthreat.semanticcpg_3-2.0.10.jar} +0 -0
- package/plugins/lib/{io.appthreat.x2cpg_3-2.0.9.jar → io.appthreat.x2cpg_3-2.0.10.jar} +0 -0
- package/plugins/lib/io.appthreat.atom-2.0.10-classpath.jar +0 -0
package/package.json
CHANGED
package/plugins/bin/atom
CHANGED
|
@@ -360,7 +360,7 @@ declare -r lib_dir="$(realpath "${app_home}/../lib")"
|
|
|
360
360
|
declare -a app_mainclass=('io.appthreat.atom.Atom')
|
|
361
361
|
|
|
362
362
|
declare -r script_conf_file="${app_home}/../conf/application.ini"
|
|
363
|
-
declare -r app_classpath="$lib_dir/io.appthreat.atom-2.0.
|
|
363
|
+
declare -r app_classpath="$lib_dir/io.appthreat.atom-2.0.11-classpath.jar"
|
|
364
364
|
|
|
365
365
|
# java_cmd is overrode in process_args when -java-home is used
|
|
366
366
|
declare java_cmd=$(get_java_cmd)
|
package/plugins/bin/atom.bat
CHANGED
|
@@ -40,7 +40,7 @@ rem "-J" is stripped, "-D" is left as is, and everything is appended to JAVA_OPT
|
|
|
40
40
|
set _JAVA_PARAMS=
|
|
41
41
|
set _APP_ARGS=
|
|
42
42
|
|
|
43
|
-
set "APP_CLASSPATH=%APP_LIB_DIR%\io.appthreat.atom-2.0.
|
|
43
|
+
set "APP_CLASSPATH=%APP_LIB_DIR%\io.appthreat.atom-2.0.11-classpath.jar"
|
|
44
44
|
set "APP_MAIN_CLASS=io.appthreat.atom.Atom"
|
|
45
45
|
set "SCRIPT_CONF_FILE=%APP_HOME%\conf\application.ini"
|
|
46
46
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<?php return array(
|
|
2
2
|
'root' => array(
|
|
3
3
|
'name' => '__root__',
|
|
4
|
-
'pretty_version' => 'v2.0.
|
|
5
|
-
'version' => '2.0.
|
|
6
|
-
'reference' => '
|
|
4
|
+
'pretty_version' => 'v2.0.11',
|
|
5
|
+
'version' => '2.0.11.0',
|
|
6
|
+
'reference' => 'b9117f7f42bdcf2a71d1c29fe5c1cb64217d8930',
|
|
7
7
|
'type' => 'library',
|
|
8
8
|
'install_path' => __DIR__ . '/../../',
|
|
9
9
|
'aliases' => array(),
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
),
|
|
12
12
|
'versions' => array(
|
|
13
13
|
'__root__' => array(
|
|
14
|
-
'pretty_version' => 'v2.0.
|
|
15
|
-
'version' => '2.0.
|
|
16
|
-
'reference' => '
|
|
14
|
+
'pretty_version' => 'v2.0.11',
|
|
15
|
+
'version' => '2.0.11.0',
|
|
16
|
+
'reference' => 'b9117f7f42bdcf2a71d1c29fe5c1cb64217d8930',
|
|
17
17
|
'type' => 'library',
|
|
18
18
|
'install_path' => __DIR__ . '/../../',
|
|
19
19
|
'aliases' => array(),
|
|
Binary file
|
|
index 2598534..b2927aa 100644
|
|
|
Binary file
|
|
index db23b1b..d2c179e 100644
|
|
|
Binary file
|
|
index 5c5460e..3b5b4ee 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.javasrc2cpg_3-2.0.9.jar → io.appthreat.javasrc2cpg_3-2.0.10.jar}
RENAMED
|
index 9a82a79..1109d0e 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.jimple2cpg_3-2.0.9.jar → io.appthreat.jimple2cpg_3-2.0.10.jar}
RENAMED
|
index a257c01..226dbef 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.jssrc2cpg_3-2.0.9.jar → io.appthreat.jssrc2cpg_3-2.0.10.jar}
RENAMED
|
index 5ebfbe5..c628eb9 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.php2atom_3-2.0.9.jar → io.appthreat.php2atom_3-2.0.10.jar}
RENAMED
|
index ad59e64..93c1311 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.pysrc2cpg_3-2.0.9.jar → io.appthreat.pysrc2cpg_3-2.0.10.jar}
RENAMED
|
index 585ea98..2f52ab3 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.semanticcpg_3-2.0.9.jar → io.appthreat.semanticcpg_3-2.0.10.jar}
RENAMED
|
index 048a9e5..18b4cbc 100644
|
|
|
Binary file
|
|
index 1aff10f..fc48a57 100644
|
|
|
Binary file
|
|
Binary file
|