AmonRaNet / QGeoView

QGeoView is a Qt / C ++ widget for visualizing geographic data.
GNU Lesser General Public License v3.0
155 stars 60 forks source link

[Security] Workflow pre-commit.yaml is using vulnerable action pre-commit/action #15

Closed fockboi-lgtm closed 10 months ago

fockboi-lgtm commented 2 years ago

The workflow pre-commit.yaml is referencing action pre-commit/action using references v2.0.0. However this reference is missing the commit 80db042ff08cdddbbbfb6f89c06a6bfc4dddf0b7 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.

AmonRaNet commented 2 years ago

@fockboi-lgtm I have updated all action files to use latest version: https://github.com/AmonRaNet/QGeoView/pull/16 With pre-commit latest is 2.0.3 which not includes 80db042ff08cdddbbbfb6f89c06a6bfc4dddf0b7. When I trying to use this commit or simply master then action is failed. Some error about some missing file. You know how to fix it?