ow2-proactive / programming

ProActive Programming library
http://proactive.activeeon.com/
GNU Affero General Public License v3.0
8 stars 19 forks source link

OSSindex integration + Security updates #1363

Closed mcompastie closed 5 years ago

mcompastie commented 5 years ago

In this PR, we (i) integrate the oss-audit to determine CVE flawing the code of the projet and (ii) update the dependencies identified as vulnerable to their latest maintenance versions.

A contributor can now inspect the project to assess if security updates have to be enforced by executing ./gradlew audit [--info].

fviale commented 5 years ago

One comment in general, could you make the task build depends on audit?