Merge pull request #301400 from amarshall/fspy-insecure

fspy: mark insecure due to vendoring ancient Electron
This commit is contained in:
Weijia Wang 2024-04-05 03:32:00 +02:00 committed by GitHub
commit 7341b70212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ in appimageTools.wrapType2 {
description = "A cross platform app for quick and easy still image camera matching";
license = licenses.gpl3;
homepage = "https://fspy.io/";
knownVulnerabilities = [ "Vendors Electron 2.0 (end-of-life)" ];
maintainers = with maintainers; [ polygon ];
platforms = platforms.linux;
mainProgram = "fspy";