removed lodash imports and dependencies and wrote js equivalents #9116
GitHub Advanced Security / CodeQL
succeeded
Dec 9, 2024 in 5s
2 new alerts including 2 medium severity security vulnerabilities
New alerts in code changed by this pull request
Security Alerts:
- 2 medium
See annotations below for details.
Annotations
Check warning on line 101 in src/components/Facility/Investigations/ShowInvestigation.tsx
Code scanning / CodeQL
Prototype-polluting function Medium
is recursively assigned to without guarding against prototype pollution.
Check warning on line 69 in src/components/Facility/Investigations/Table.tsx
Code scanning / CodeQL
Prototype-polluting function Medium
is recursively assigned to without guarding against prototype pollution.
Loading