From 8a7b2757974cf6a972d1bb8d7263ac33c95a4544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 06:40:40 +0000 Subject: [PATCH 1/2] Bump eslint-plugin-jest from 27.2.2 to 27.2.3 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.2.2 to 27.2.3. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.2...v27.2.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a408b9fb1..c4e6b9162 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "eslint-config-standard": "^17.1.0", "eslint-plugin-cypress": "^2.13.3", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jest": "^27.2.2", + "eslint-plugin-jest": "^27.2.3", "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1" } @@ -1570,9 +1570,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "27.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.2.tgz", - "integrity": "sha512-euzbp06F934Z7UDl5ZUaRPLAc9MKjh0rMPERrHT7UhlCEwgb25kBj37TvMgWeHZVkR5I9CayswrpoaqZU1RImw==", + "version": "27.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz", + "integrity": "sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -1581,7 +1581,7 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0", + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", "eslint": "^7.0.0 || ^8.0.0", "jest": "*" }, diff --git a/package.json b/package.json index ce28cce75..fb6bbebe4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "eslint-config-standard": "^17.1.0", "eslint-plugin-cypress": "^2.13.3", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jest": "^27.2.2", + "eslint-plugin-jest": "^27.2.3", "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1" }, From 3e82a05ad28201c3c3bdd7f5b20fa8656ee4f75b Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Sat, 15 Jul 2023 09:35:53 +0200 Subject: [PATCH 2/2] Update rule-config.tsv OF ZAP --- config/zap/rule-config.tsv | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zap/rule-config.tsv b/config/zap/rule-config.tsv index 2a4d6f818..26b6aad97 100644 --- a/config/zap/rule-config.tsv +++ b/config/zap/rule-config.tsv @@ -10,3 +10,4 @@ 10110 IGNORE (Dangerous JS Functions) 90033 IGNORE (Loosely Scoped Cookie) 10096 IGNORE (Timestamp Disclosure - Unix) +10112 IGNORE Session Management Response Identified