Skip to content

Commit d09eac7

Browse files
CCM-14725: trivy fixes (#214)
* CCM-14725: override of minimatch and then npm update fast-xml-parser npm update minimatch * updates for minimatch and rimraf * Update minimatch, but linting and testing is broken * fix unit tests after minimatch update * fix linting after minimatch update --------- Co-authored-by: Ian Hodges <ian.hodges1@nhs.net>
1 parent 93987ae commit d09eac7

8 files changed

Lines changed: 4730 additions & 5626 deletions

File tree

.trivyignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
CVE-2024-49761 # https://avd.aquasec.com/nvd/cve-2024-49761 ## latest Jekyll Webpack (0.2.7) installs old version of rexml
33
CVE-2024-47220 # https://avd.aquasec.com/nvd/cve-2024-47220 ## latest lint_roller (1.1.0) installs old version of rexml
44
CVE-2024-7254 # https://avd.aquasec.com/nvd/cve-2024-7254 ## latest Jekyll Webpack (0.2.7) installs old version of google-protobuf
5+
6+
CVE-2026-1615 # https://avd.aquasec.com/nvd/cve-2026-1615 ## jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation - Not fixed yet.

eslint.config.mjs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ import {
2020
} from 'eslint-config-airbnb-extended';
2121
import { rules as prettierConfigRules } from 'eslint-config-prettier';
2222

23-
import { dirname } from 'node:path';
24-
import { fileURLToPath } from 'node:url';
25-
import { FlatCompat } from '@eslint/eslintrc';
26-
27-
const __filename = fileURLToPath(import.meta.url);
28-
const __dirname = dirname(__filename);
29-
30-
const compat = new FlatCompat({
31-
baseDirectory: __dirname,
32-
});
33-
3423
export default defineConfig([
3524
globalIgnores([
3625
'**/*/coverage/*',

0 commit comments

Comments
 (0)