Add basic CSRF protection to built-in HTTP server #287
Annotations
5 warnings
changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy check:
src-tauri/<unknown>#L1
[clippy] reported by reviewdog 🐶
1 warning emitted
Raw Output:
<unknown>:1:1: warning: 1 warning emitted ()
|
clippy check:
src-tauri/src/createtorrent.rs#L89
[clippy] reported by reviewdog 🐶
accessing first element with `info.announce_list.get(0)`
Raw Output:
src/createtorrent.rs:89:27: warning: accessing first element with `info.announce_list.get(0)` (clippy::get_first)
|
clippy check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|