@appthreat/atom 2.4.3 → 2.4.4
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/packages/atom-parsetools/rbastgen.js +1 -1
- package/plugins/bin/atom +1 -1
- package/plugins/bin/atom.bat +1 -1
- package/plugins/lib/{commons-io.commons-io-2.20.0.jar → commons-io.commons-io-2.21.0.jar} +0 -0
- package/plugins/lib/io.appthreat.atom-2.4.4-classpath.jar +0 -0
- package/plugins/lib/{io.appthreat.atom-2.4.3.jar → io.appthreat.atom-2.4.4.jar} +0 -0
- package/plugins/lib/{io.appthreat.c2cpg_3-2.5.6.jar → io.appthreat.c2cpg_3-2.5.7.jar} +0 -0
- package/plugins/lib/{io.appthreat.dataflowengineoss_3-2.5.6.jar → io.appthreat.dataflowengineoss_3-2.5.7.jar} +0 -0
- package/plugins/lib/{io.appthreat.javasrc2cpg_3-2.5.6.jar → io.appthreat.javasrc2cpg_3-2.5.7.jar} +0 -0
- package/plugins/lib/{io.appthreat.jimple2cpg_3-2.5.6.jar → io.appthreat.jimple2cpg_3-2.5.7.jar} +0 -0
- package/plugins/lib/{io.appthreat.jssrc2cpg_3-2.5.6.jar → io.appthreat.jssrc2cpg_3-2.5.7.jar} +0 -0
- package/plugins/lib/{io.appthreat.php2atom_3-2.5.6.jar → io.appthreat.php2atom_3-2.5.7.jar} +0 -0
- package/plugins/lib/{io.appthreat.pysrc2cpg_3-2.5.6.jar → io.appthreat.pysrc2cpg_3-2.5.7.jar} +0 -0
- package/plugins/lib/{io.appthreat.ruby2atom_3-2.5.6.jar → io.appthreat.ruby2atom_3-2.5.7.jar} +0 -0
- package/plugins/lib/{io.appthreat.semanticcpg_3-2.5.6.jar → io.appthreat.semanticcpg_3-2.5.7.jar} +0 -0
- package/plugins/lib/{io.appthreat.x2cpg_3-2.5.6.jar → io.appthreat.x2cpg_3-2.5.7.jar} +0 -0
- package/plugins/lib/io.appthreat.atom-2.4.3-classpath.jar +0 -0
package/package.json
CHANGED
|
@@ -30,7 +30,7 @@ if (
|
|
|
30
30
|
RUBY_ASTGEN_BIN = join(PARENT_NODE_PLUGINS_HOME, "bin", "ruby_ast_gen");
|
|
31
31
|
}
|
|
32
32
|
// Ruby version needed
|
|
33
|
-
const RUBY_VERSION_NEEDED = "3.4.
|
|
33
|
+
const RUBY_VERSION_NEEDED = "3.4.7";
|
|
34
34
|
function main(argvs) {
|
|
35
35
|
const cwd = process.env.ATOM_CWD || process.cwd();
|
|
36
36
|
argvs.splice(0, 0, RUBY_ASTGEN_BIN);
|
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.4.
|
|
363
|
+
declare -r app_classpath="$lib_dir/io.appthreat.atom-2.4.4-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.4.
|
|
43
|
+
set "APP_CLASSPATH=%APP_LIB_DIR%\io.appthreat.atom-2.4.4-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
|
|
|
index 5e06db2..7f16881 100644
|
|
|
Binary file
|
|
Binary file
|
|
index 24a574d..72e69ef 100644
|
|
|
Binary file
|
|
index 986509f..04f02d9 100644
|
|
|
Binary file
|
|
index bc2916e..169fbd8 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.javasrc2cpg_3-2.5.6.jar → io.appthreat.javasrc2cpg_3-2.5.7.jar}
RENAMED
|
index 5ae9a02..783bc1a 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.jimple2cpg_3-2.5.6.jar → io.appthreat.jimple2cpg_3-2.5.7.jar}
RENAMED
|
index ae9df01..d1060bd 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.jssrc2cpg_3-2.5.6.jar → io.appthreat.jssrc2cpg_3-2.5.7.jar}
RENAMED
|
index e94a40c..ab5f566 100644
|
|
|
Binary file
|
|
index 226a54d..c056b57 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.pysrc2cpg_3-2.5.6.jar → io.appthreat.pysrc2cpg_3-2.5.7.jar}
RENAMED
|
index b45d95c..ee2071e 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.ruby2atom_3-2.5.6.jar → io.appthreat.ruby2atom_3-2.5.7.jar}
RENAMED
|
index 1916de6..1378f18 100644
|
|
|
Binary file
|
package/plugins/lib/{io.appthreat.semanticcpg_3-2.5.6.jar → io.appthreat.semanticcpg_3-2.5.7.jar}
RENAMED
|
index 529b8c0..f9d6dea 100644
|
|
|
Binary file
|
|
index decad92..5742a3a 100644
|
|
|
Binary file
|
|
Binary file
|