adorsys / psd2-accelerator

PSD2 Compliant Sandbox Implementing the XS2A API
https://adorsys.com/en/products/modelbank/
Other
27 stars 8 forks source link

Update vulnerable checkstyle dependency #94

Closed wandi34 closed 5 years ago

wandi34 commented 5 years ago

Summary

Update a mvn dependency, which is vulnerable.

mvn dependency

<groupId>com.puppycrawl.tools</groupId>
            <artifactId>checkstyle</artifactId>

has a security issue in versions below 8.18.

Checklist for Definition of Done

Depending on the task some of the following jobs are not relevant. Please check the items or cross them out (~~text~~).

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #94   +/-   ##
=========================================
  Coverage     71.55%   71.55%           
  Complexity      290      290           
=========================================
  Files            77       77           
  Lines          1610     1610           
  Branches        112      112           
=========================================
  Hits           1152     1152           
  Misses          396      396           
  Partials         62       62

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 7dbfade...406b649. Read the comment docs.