aau-network-security / haaukins

A Highly Accessible and Automated Virtualization Platform for Security Education
https://general.haaukins.com
Apache License 2.0
187 stars 39 forks source link

[Security] Workflow test.yml is using vulnerable action actions/checkout #693

Closed Freakston closed 2 years ago

Freakston commented 2 years ago

The workflow test.yml is referencing action actions/checkout using references v1. However this reference is missing the commit a6747255bd19d7a757dbdda8c654a9f84db19839 which may contain fix to the some vulnerability. The vulnerability fix that is missing by actions version could be related to: (1) CVE fix (2) upgrade of vulnerable dependency (3) fix to secret leak and others. Please consider to update the reference to the action.

mrtrkmn commented 2 years ago

The claim does not seem to be correct. Please refer the point where this repo uses actions/checkout v1. @Freakston

mrtrkmn commented 2 years ago

N/A.

(Please re-open it, if you think this is a mistake ! @Freakston )

mrtrkmn commented 2 years ago

Workflow actions are updated to latest versions. Refer: https://github.com/aau-network-security/haaukins/pull/711