Skip to content

Commit

Permalink
fix: 🐛 RIPS, 0DAYCHECKER env_path未设置
Browse files Browse the repository at this point in the history
  • Loading branch information
riverjjiang committed Mar 2, 2023
1 parent 84921bc commit ac3e91c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions linux_tools.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ AMANI_HOME : TCA-Armory
ZIP_HOME : linux-7z/bin
GCC_HOME : gcc-v5.4.0
LD_LIBRARY_PATH : gcc-v5.4.0/lib64
RIPS_HOME : rips-scanner
0DAYCHECKER_HOME : 0daychecker


;------------------
Expand Down Expand Up @@ -489,15 +491,15 @@ path : ${env_path:PYTHON37_HOME}/bin;
tool_url : ${tool_url:PYTHON37};${tool_url:KUNLUN}

[rips]
env_path : RIPS
env_path : RIPS_HOME
env_value :
path : ${env_path:RIPS}
path : ${env_path:RIPS_HOME}
tool_url : ${tool_url:RIPS}

[codedog_0Day_checker]
env_path : 0DAYCHECKER
env_path : 0DAYCHECKER_HOME
env_value :
path : ${env_path:0DAYCHECKER}
path : ${env_path:0DAYCHECKER_HOME}
tool_url : ${tool_url:0DAYCHECKER}

[shellcheck]
Expand Down

0 comments on commit ac3e91c

Please sign in to comment.