Add launch crash detection with detailed error dialog, fix all warnings
This commit is contained in:
@@ -28,6 +28,7 @@ pub struct CveMatch {
|
||||
/// Result of a security scan for a single AppImage.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct SecurityScanResult {
|
||||
#[allow(dead_code)]
|
||||
pub appimage_id: i64,
|
||||
pub libraries: Vec<BundledLibrary>,
|
||||
pub cve_matches: Vec<(BundledLibrary, Vec<CveMatch>)>,
|
||||
|
||||
Reference in New Issue
Block a user