0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java23,109 stars (23,109 stars)8,150 forks (8,150 forks)batch import
area/dashboardgood first issue
- Issue type
- bug
- Prerequisites
- None
- Research direction
- The issue identifies a specific file `sentinel dashboard/src/main/webapp/resources/package lock.json` where lodash version 4.17.15 is used. The task is to upgrade lodash to version 4.17.20 or later to fix CVE 2020-8203. Run `npm install lodash@4.17.20` in the `sentinel dashboard/src/main/webapp/resources/` directory and update the `package lock.json` accordingly. Ensure no breaking changes occur by testing the dashboard.