Skip to content

Fix history state navigation security issue #1719

Fix history state navigation security issue

Fix history state navigation security issue #1719

Triggered via pull request October 5, 2024 14:48
Status Failure
Total duration 28s
Artifacts

tests.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
tests (vue2, chrome)
Argument of type '{ component: string; props: PageProps & { errors: Errors & ErrorBag; }; url: string; version: string | null; scrollRegions: { top: number; left: number; }[]; } | {}' is not assignable to parameter of type 'Page<PageProps>'.
tests (vue2, chrome)
Type 'boolean | null' is not assignable to type 'boolean'.
tests (vue2, chrome)
Argument of type '{ version: string | null; component?: string | undefined; props?: (PageProps & { errors: Errors & ErrorBag; }) | undefined; url?: string | undefined; scrollRegions?: { ...; }[] | undefined; rememberedState?: Record<...> | undefined; }' is not assignable to parameter of type 'Page<PageProps>'.
tests (vue2, chrome)
Type 'null' is not assignable to type 'string'.
tests (vue2, chrome)
Object is possibly 'null'.
tests (vue2, chrome)
Parameter 'id' implicitly has an 'any' type.
tests (vue2, chrome)
Process completed with exit code 1.
tests (vue2, chrome)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (vue2, chrome)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/