StarChart-Labs / corona-ide

A exploratory project to build a lighter, simpler Java IDE - or learn trying!
Eclipse Public License 1.0
3 stars 1 forks source link

Update to TestNG 6.11 #62

Closed romeara closed 7 years ago

romeara commented 7 years ago

TestNG 6.9.10, our current version, has an optional transitive dependency on BeanShell, marked by CoPilot as a security risk.

TestNG 6.11 changes to an apache version of this project which has been updated

BlackDuckCoPilot commented 7 years ago

Black Duck Security Report

Merging #62 into master will decrease security risk!

Added Components

Clean: 3

Removed Components

Medium Risk: 1 Clean: 2

Click here to see full report

codecov[bot] commented 7 years ago

Codecov Report

Merging #62 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #62   +/-   ##
=========================================
  Coverage     75.34%   75.34%           
  Complexity      132      132           
=========================================
  Files            27       27           
  Lines           511      511           
  Branches         34       34           
=========================================
  Hits            385      385           
  Misses          112      112           
  Partials         14       14

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 76dd025...4682daf. Read the comment docs.