Skip to content

Commit c0e3985

Browse files
committed
golden-cheetah-bin: mark insecure due to CVE-2023-4863
1 parent dc1668a commit c0e3985

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkgs/applications/misc/golden-cheetah-bin/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ appimageTools.wrapType2 {
3333
maintainers = with lib.maintainers; [ gador adamcstephens ];
3434
license = lib.licenses.gpl2Plus;
3535
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
36+
knownVulnerabilities = [ "Vendors libwebp vulnerable to CVE-2023-4863" ];
3637
};
3738
}

0 commit comments

Comments
 (0)