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/
Apache License 2.0
517 stars 124 forks source link

how can I delete software item in Eclipse Steady Web Frontend #584

Closed momo-tong closed 1 year ago

momo-tong commented 1 year ago

I run the Steady-CLI tool in the IP: Port/APPS interface. I successfully obtained some software lists with vulnerabilities. Because it is testing data, I want to delete these loopholes on the interface. What should I do?

serenaponta commented 1 year ago

Hi @momo-tong ,

the frontend displays the data available in the backend, you can delete such data using the clean goal (https://eclipse.github.io/steady/user/tutorials/java_cli/#clean).

momo-tong commented 1 year ago

Thank you for your answer!