You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grunt vulnerability found in …/imixs/package.json on May 7
Remediation
Upgrade grunt to version 1.3.0 or later. For example:
"dependencies": {
"grunt": ">=1.3.0"
}
or…
"devDependencies": {
"grunt": ">=1.3.0"
}
Always verify the validity and compatibility of suggestions with your codebase.
Details CVE-2020-7729
high severity
Vulnerable versions: < 1.3.0
Patched version: 1.3.0
Seems to be impossible to upgrade as the latest official version of jqueryUI 1.12.1still contains this outdated grunt version
See: https://jqueryui.com/
grunt vulnerability found in …/imixs/package.json on May 7
Remediation
Upgrade grunt to version 1.3.0 or later. For example:
"dependencies": {
"grunt": ">=1.3.0"
}
or…
"devDependencies": {
"grunt": ">=1.3.0"
}
Always verify the validity and compatibility of suggestions with your codebase.
Details
CVE-2020-7729
high severity
Vulnerable versions: < 1.3.0
Patched version: 1.3.0
Effected File:
https://github.com/imixs/imixs-workflow/blob/master/imixs-workflow-faces/src/main/resources/META-INF/resources/imixs/jquery/themes/imixs/package.json
The text was updated successfully, but these errors were encountered: