fix(security): clean url from trame search params #161
Annotations
8 errors and 2 warnings
vue2-app/src/components/Connect/wslink/index.js#L125
Replace `"sessionURL"` with `'sessionURL'`
|
vue2-app/src/components/Connect/wslink/index.js#L126
Replace `"sessionManagerURL"` with `'sessionManagerURL'`
|
vue2-app/src/components/Connect/wslink/index.js#L127
Replace `"secret"` with `'secret'`
|
vue2-app/src/components/Connect/wslink/index.js#L128
Replace `"application"` with `'application'`
|
vue2-app/src/components/Connect/wslink/index.js#L129
Replace `"remove"` with `'remove'`
|
vue2-app/src/components/Connect/wslink/index.js#L130
Replace `"remove")?.split(","` with `'remove')?.split(','`
|
vue2-app/src/components/Connect/wslink/index.js#L132
Replace `⏎····params.size·?·"?"·:·""⏎··}${params.toString()}${window.location.hash` with `params.size·?·'?'·:·''}${params.toString()}${⏎····window.location.hash⏎··`
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading