Closed dependabot[bot] closed 11 months ago
Merging #627 (9fd10ec) into master (bff99d3) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #627 +/- ##
=======================================
Coverage 70.68% 70.68%
=======================================
Files 4 4
Lines 307 307
=======================================
Hits 217 217
Misses 90 90
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Hi @erisu, could you merge this PR ? It fixes a critical vulnerability
npm audit
output on an app running cordova@12.0.0
:
systeminformation 5.0.0 - 5.21.6
Severity: critical
systeminformation SSID Command Injection Vulnerability - https://github.com/advisories/GHSA-gx6r-qc2v-3p3v
fix available via `npm audit fix`
node_modules/systeminformation
Hi @erisu, could you merge this PR ? It fixes a critical vulnerability
npm audit
output on an app runningcordova@12.0.0
:systeminformation 5.0.0 - 5.21.6 Severity: critical systeminformation SSID Command Injection Vulnerability - https://github.com/advisories/GHSA-gx6r-qc2v-3p3v fix available via `npm audit fix` node_modules/systeminformation
This PR won't correct end-user apps, it will just correct local development environments when developing the CLI.
Apps/libraries consuming cordova needs to update their own package-lock.json files.
If you have cordova globally installed, then npm install -g cordova@12.0.1
should automatically do this.
If you have cordova locally installed, then you'll need to issue npm upgrade
which will upgrade your entire dependency tree to the latest satisfactory packages possible.
Woops, well spotted @breautek, I was quick to assume that this PR also bumped this repo's package.json
(and the published one). Maybe we could amend this PR to reflect these changes in the package.json
file to make them available to everyone in a future version ?
If you have cordova globally installed, then npm install -g cordova@12.0.1 should automatically do this.
I'm not seeing the 12.0.1 release you mention, neither here nor on npm 🤔
I'm not seeing the 12.0.1 release you mention, neither here nor on npm
Oops, my bad, that's still in dev, the current latest is 12.0.0
Woops, well spotted @breautek, I was quick to assume that this PR also bumped this repo's package.json (and the published one). Maybe we could amend this PR to reflect these changes in the package.json file to make them available to everyone in a future version ?
I made a PR to address the package.json for this + several other NPM audits that is outstanding in the current package-lock.json state. There's still audit issues from the insight
package that needs to be addressed and that's not as simple as a version bump. So that will remain currently. To re-iterate you don't need this or my PR to address the systeminformation concern, you just need to npm upgrade
(if yo have cordova locally installed in your project) or npm install -g cordova@latest
and NPM will reinstall cordova globally with the latest dependency tree information. This works because cordova has the version pin to allow for any version in 5.x range for systeminformation.
Yes I've just seen your PR, thanks for the effort! Much appreciated <3 It will actually fix this vulnerability without forcing users to meddle with their package-lock file.
@dependabot rebase
Looks like systeminformation is up-to-date now, so this is no longer needed.
Bumps systeminformation from 5.17.12 to 5.21.7.
Changelog
Sourced from systeminformation's changelog.
... (truncated)
Commits
f6a0bd3
5.21.7cdfcbde
updated docs7972565
wifi sanitizing ssid namesd93a0ce
wifi sanitizing iface names3c11b22
wifi sanitizing iface namesc184c79
5.21.61b62892
baseboard() improved parsing (windows)734b52e
5.21.5369532f
chassis(), baseboard() improved parsing (windows)26f2b14
chassis(), baseboard() parsing improvements (windows)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show