eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when install project

I521859 opened this issue · comments

Describe the bug
Error when install project

IMPORTANT: please ensure that you do not refer to any internal or confidential information from your company/organization here. Also, please provide only references to public (open-source) projects on which the issue can be reproduced. Please do not include in the issue description any reference or link to non-public or otherwise proprietary information.

To Reproduce
Steps to reproduce the behavior:

When I use command mvn clean install , I will get error in console

Expected behavior
A clear and concise description of what you expected to happen.

Vulas version

  • Vulas version (release and commit)
    3.1.6

In case of bugs happening on the client (when performing scans)

  • OS/version WIN10
  • Java JVM/version or Python version JAVA 13.0.1
  • Vulas client (Maven plugin, Gradle plugin, CLI, setuptools plugin)
  • Console log(s) (with confidential information removed)
  • URL of a public repo that can be used for reproducing (minimal example if possible)

Additional context
Add any other context about the problem here.
Reactor Summary for com.sap.research.security.vulas:root 3.1.7-SNAPSHOT:
[INFO]
[INFO] com.sap.research.security.vulas:root ............... SUCCESS [ 4.610 s]
[INFO] Shared classes ..................................... SUCCESS [ 24.005 s]
[INFO] Framework and base classes for language analysis ... SUCCESS [ 44.081 s]
[INFO] Java - Init ........................................ SUCCESS [ 0.702 s]
[INFO] Java - Core classes for Java analysis .............. FAILURE [ 41.265 s]
[INFO] Java - Core classes and SPI for Java reachability analysis SKIPPED
[INFO] Java - Wala call graph constructor service ......... SKIPPED
[INFO] Java - Soot call graph constructor service ......... SKIPPED
[INFO] Python - Core classes for Python analysis .......... SKIPPED
[INFO] Interface for Git and SVN repos .................... SKIPPED
[INFO] Analysis of security patches ....................... SKIPPED
[INFO] Analysis of libraries in regards to security patches SKIPPED
[INFO] Command Line Interface ............................. SKIPPED
[INFO] Plugin for Maven ................................... SKIPPED
[INFO] Frontend for analysis results ...................... SKIPPED
[INFO] Frontend for bug administration .................... SKIPPED
[INFO] REST service to analyze and compare libraries (init) SKIPPED
[INFO] REST service to analyze and compare libraries ...... SKIPPED
[INFO] REST service to manage scan results and bugs ....... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:56 min
[INFO] Finished at: 2019-11-15T18:04:36+08:00
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project lang-java: Compilation failure
[ERROR] /C:/Users/XXXXX/Downloads/vulnerability-assessment-tool-master/vulnerability-assessment-tool-master/lang-java/src/test/java/com/sap/psr/vulas/monitor/GetCallerClass.java:[24,43] ?????
[ERROR] ??: ? Reflection
[ERROR] ??: ??? sun.reflect
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :lang-java

Thanks for reporting, I already created PR #303 to fix the problem.

I merged the fix, please check and close if fixed.

No response from reporter, closing ticket