Merge pull request #301400 from amarshall/fspy-insecure

fspy: mark insecure due to vendoring ancient Electron

authored by Weijia Wang and committed by GitHub 7341b702 ba976dc5

+1
+1
pkgs/applications/misc/fspy/default.nix
··· 19 description = "A cross platform app for quick and easy still image camera matching"; 20 license = licenses.gpl3; 21 homepage = "https://fspy.io/"; 22 maintainers = with maintainers; [ polygon ]; 23 platforms = platforms.linux; 24 mainProgram = "fspy";
··· 19 description = "A cross platform app for quick and easy still image camera matching"; 20 license = licenses.gpl3; 21 homepage = "https://fspy.io/"; 22 + knownVulnerabilities = [ "Vendors Electron 2.0 (end-of-life)" ]; 23 maintainers = with maintainers; [ polygon ]; 24 platforms = platforms.linux; 25 mainProgram = "fspy";