-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into HOFF-672-test
- Loading branch information
Showing
8 changed files
with
354 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.19.0 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
SNYK-JS-REQUEST-3361831: | ||
- '*': | ||
reason: No upgrade or patch available | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-XML2JS-5414874: | ||
- '*': | ||
reason: No direct upgrade or patch available | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-DICER-2311764: | ||
- '*': | ||
reason: No upgrade or patch available | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-FILETYPE-2958042: | ||
- '*': | ||
reason: No upgrade or patch available | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-UNDERSCORE-1080984: | ||
- '*': | ||
reason: No upgrade or patch available | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-USERAGENT-174737: | ||
- '*': | ||
reason: No upgrade or patch available | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-AXIOS-6032459: | ||
- '*': | ||
reason: To be updated to a newer version in hof | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-AXIOS-6124857: | ||
- '*': | ||
reason: To be updated to a newer version in hof | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-AXIOS-6144788: | ||
- '*': | ||
reason: To be updated to a newer version in hof | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-FOLLOWREDIRECTS-6141137: | ||
- '*': | ||
reason: To be updated to a newer version in hof | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-INFLIGHT-6095116: | ||
- '*': | ||
reason: To be updated to a newer version in hof | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-NODEMAILER-6219989: | ||
- '*': | ||
reason: To be updated to a newer version in hof | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-TOUGHCOOKIE-5672873: | ||
- '*': | ||
reason: To be updated to a newer version in hof | ||
expires: '2024-11-01T17:02:21.865Z' | ||
SNYK-JS-MARKDOWNIT-6483324: | ||
- hof > markdown-it: | ||
reason: Need to update markdown-it in HOF to version 13.0.2. | ||
expires: '2024-07-03T00:00:00.000Z' | ||
SNYK-JS-FOLLOWREDIRECTS-6444610: | ||
- hof > notifications-node-client > * : | ||
reason: No upgrade or patch available | ||
expires: '2024-06-21T00:00:00.000Z' | ||
- notifications-node-client > axios > follow-redirects: | ||
reason: Need to update follow-redirects in HOF to version 1.15.6. | ||
expires: '2024-06-21T00:00:00.000Z' | ||
SNYK-JS-EXPRESS-6474509: | ||
- hof > *: | ||
reason: Need to update follow-redirects in HOF to version 1.15.6. | ||
expires: '2024-06-21T00:00:00.000Z' | ||
- hof > reqres > express: | ||
reason: Need to update follow-redirects in HOF to version 1.15.6. | ||
expires: '2024-06-21T00:00:00.000Z' | ||
patch: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
sonar.projectKey=Landlords-Make-A-Report | ||
sonar.projectName=Landlords-Make-A-Report | ||
sonar.language=js | ||
sonar.sources=apps | ||
sonar.tests=test | ||
sonar.javascript.lcov.reportPaths=coverage/lcov.info |
Oops, something went wrong.