golden-cheetah-bin: mark insecure due to CVE-2023-4863
This commit is contained in:
parent
dc1668abd0
commit
c0e3985db8
1 changed files with 1 additions and 0 deletions
|
@ -33,5 +33,6 @@ appimageTools.wrapType2 {
|
||||||
maintainers = with lib.maintainers; [ gador adamcstephens ];
|
maintainers = with lib.maintainers; [ gador adamcstephens ];
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
|
knownVulnerabilities = [ "Vendors libwebp vulnerable to CVE-2023-4863" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue