#996 Update the dependecy that have high vulnerabilities #1011
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!1011
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#996-dependencies-with-high-vulnerabilities"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Regarding issue #996: Update the dependencies that have high vulnerabilities.
Problems: 1. When installing the dependencies by running the install scripts, you can see a list from low to high vulnerabilities. Update the high ones, without making the projects functionality affected.
Solution: 1. Began with running npm audit fix, as suggested. There were still vulnerabilities after having run it with seemingly broken links. Why the links are broken could be because packets do not update anymore, but their dependencies still do. Decided to override those dependencies to newer updates that solve the vulnerability. "nth-check" (used for ':nth-child(2n+1)'), "underscore" (outdated, used before for _.map(), _.filter(), _.flatten(), _.isEqual()) and "serialize-javascript" (values into strings) were overridden.
Review on #1011
Whats done
Reviewed dependency updates related to high vulnerabilities.
Tested on Windows 11 using firefox
Inspected following files (all files attached)
What needs to be done
Conclusion