enso/app/gui2/.snyk
somebody1234 9b7e3d0f16
E2E tests (#8239)
- Closes #8179

# Important Notes
- ⚠️ These tests are currently *not run* on any CI workflow.
- There is some unused code for mocking the PM. This has been intentionally kept, as this may be useful in the future.
Note that this may be useful for testing the dashboard, however the dashboard is currently only tested in cloud mode
- that is, without the backend switcher, and with only the remote backend available. As such, currently it uses HTTP API mocks, and no PM mock.
2023-11-27 15:48:37 +00:00

21 lines
721 B
Plaintext

# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
javascript/DuplicateIfBody:
- '*':
reason: Intentional.
javascript/VueGetterDoesntReturn:
- '*':
reason: set() should not return... and TypeScript catches these errors.
javascript/MissingArgument:
- '*':
reason: TypeScript catches these errors. This warning is incorrect.
javascript/PromiseNotCaughtGeneral:
- '*':
reason: Not relevant.
javascript/IncompatibleTypesInComparison:
- '*':
reason: TypeScript catches these errors in a more sensible way.
patch: {}