Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade electron-updater from 6.1.7 to 6.3.0 #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix: desktop/package.json & desktop/package-lock.json to reduce vulne…

1c3d5fc
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade electron-updater from 6.1.7 to 6.3.0 #23

fix: desktop/package.json & desktop/package-lock.json to reduce vulne…
1c3d5fc
Select commit
Loading
Failed to load commit list.
DryRunSecurity / Sensitive Files Analyzer succeeded Sep 3, 2024 in 4s

DryRun Security

Details

Sensitive Files Analyzer Findings: 2 detected

⚠️ Potential Sensitive File desktop/package-lock.json (click for details)
Type Potential Sensitive File
Description Node.js/ExpressJS/Next.js applications manage their dependencies through package.json and package-lock.json files. A change in these files may indicate an addition of a library/dependency which could introduce additional risk to the application either through vulnerable code, expansion of the application's attack surface via additional routes, or malicious code.
Filename desktop/package-lock.json
CodeLink
"electron-context-menu": "^2.3.0",
"electron-log": "^4.4.8",
"electron-serve": "^1.2.0",
"electron-updater": "^6.3.0",
"node-machine-id": "^1.1.12"
}
},
⚠️ Potential Sensitive File desktop/package.json (click for details)
Type Potential Sensitive File
Description Node.js/ExpressJS/Next.js applications manage their dependencies through package.json and package-lock.json files. A change in these files may indicate an addition of a library/dependency which could introduce additional risk to the application either through vulnerable code, expansion of the application's attack surface via additional routes, or malicious code.
Filename desktop/package.json
CodeLink
"electron-context-menu": "^2.3.0",
"electron-log": "^4.4.8",
"electron-serve": "^1.2.0",
"electron-updater": "^6.3.0",
"node-machine-id": "^1.1.12"
},
"author": "Expensify, Inc.",