Updated dependency versions to eliminate high impact vulnerabilities #60
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
tests.yml
on: pull_request
Matrix: check
Matrix: check_openid
Matrix: lints
Matrix: test
Annotations
40 errors and 65 warnings
Check db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L596
the trait bound `std::option::Option<mongodb::bson::Document>: From<bson::Document>` is not satisfied
|
Check db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L639
the trait bound `std::option::Option<mongodb::bson::Document>: From<bson::Document>` is not satisfied
|
|
Check db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L693
the trait bound `UpdateModifications: From<bson::Document>` is not satisfied
|
Check db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L717
the trait bound `UpdateModifications: From<bson::Document>` is not satisfied
|
|
Check db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L96
cannot check whether the hidden type of opaque type satisfies auto traits
|
Check db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L120
type mismatch resolving `<Vec<Document> as IntoIterator>::Item == Document`
|
|
Check db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L167
cannot check whether the hidden type of opaque type satisfies auto traits
|
Lints (ubuntu-latest):
src/error.rs#L42
unneeded sub `cfg` when there is only one condition
|
Lints (ubuntu-latest):
src/db_manager/sled_db_manager.rs#L25
constant `OAUTH_NONCES_KEY` is never used
|
Lints (ubuntu-latest):
src/db_manager/sled_db_manager.rs#L67
this expression creates a reference which is immediately dereferenced by the compiler
|
Lints (ubuntu-latest):
src/db_manager/sled_db_manager.rs#L69
this expression creates a reference which is immediately dereferenced by the compiler
|
Lints (ubuntu-latest):
src/db_manager/sled_db_manager.rs#L114
called `map(..).flatten()` on `Option`
|
Lints (ubuntu-latest):
src/db_manager/sled_db_manager.rs#L476
the borrowed expression implements the required traits
|
Lints (ubuntu-latest):
src/db_manager/sled_db_manager.rs#L528
this expression creates a reference which is immediately dereferenced by the compiler
|
Lints (ubuntu-latest):
src/db_manager/utils.rs#L13
used consecutive `str::replace` call
|
Lints (ubuntu-latest):
src/error.rs#L160
this expression creates a reference which is immediately dereferenced by the compiler
|
Lints (ubuntu-latest):
src/index_manager.rs#L180
unnecessary closure used to substitute value for `Option::None`
|
Check db-mongo with OpenId (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L596
the trait bound `std::option::Option<mongodb::bson::Document>: From<bson::Document>` is not satisfied
|
Check db-mongo with OpenId (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L639
the trait bound `std::option::Option<mongodb::bson::Document>: From<bson::Document>` is not satisfied
|
|
Check db-mongo with OpenId (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L693
the trait bound `UpdateModifications: From<bson::Document>` is not satisfied
|
Check db-mongo with OpenId (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L717
the trait bound `UpdateModifications: From<bson::Document>` is not satisfied
|
|
Check db-mongo with OpenId (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L96
cannot check whether the hidden type of opaque type satisfies auto traits
|
Check db-mongo with OpenId (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L120
type mismatch resolving `<Vec<Document> as IntoIterator>::Item == Document`
|
|
Check db-mongo with OpenId (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L167
cannot check whether the hidden type of opaque type satisfies auto traits
|
Test db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L596
the trait bound `std::option::Option<mongodb::bson::Document>: From<bson::Document>` is not satisfied
|
Test db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L639
the trait bound `std::option::Option<mongodb::bson::Document>: From<bson::Document>` is not satisfied
|
|
Test db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L693
the trait bound `UpdateModifications: From<bson::Document>` is not satisfied
|
Test db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L717
the trait bound `UpdateModifications: From<bson::Document>` is not satisfied
|
|
Test db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L96
cannot check whether the hidden type of opaque type satisfies auto traits
|
Test db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L120
type mismatch resolving `<Vec<Document> as IntoIterator>::Item == Document`
|
|
Test db-mongo (ubuntu-latest):
src/db_manager/mongo_db_manager.rs#L167
cannot check whether the hidden type of opaque type satisfies auto traits
|
Check db-sled (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check db-sled (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-sled (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-sled (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-sled (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-sled (ubuntu-latest):
src/db_manager/sled_db_manager.rs#L25
constant `OAUTH_NONCES_KEY` is never used
|
Check db-sled (ubuntu-latest)
`ktra` (bin "ktra") generated 1 warning
|
Check db-mongo (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check db-mongo (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-mongo (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-mongo (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-mongo (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-sled with OpenId (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check db-sled with OpenId (ubuntu-latest):
src/utils.rs#L17
function `always_true` is never used
|
Check db-sled with OpenId (ubuntu-latest)
`ktra` (bin "ktra") generated 1 warning
|
Check db-sled with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-sled with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-sled with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-sled with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lints (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lints (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lints (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lints (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lints (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-sled (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test db-sled (ubuntu-latest):
src/db_manager/sled_db_manager.rs#L25
constant `OAUTH_NONCES_KEY` is never used
|
Test db-sled (ubuntu-latest)
`ktra` (bin "ktra" test) generated 1 warning
|
Test db-sled (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-sled (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-sled (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-sled (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-redis (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test db-redis (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-redis (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-redis (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-redis (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-redis (ubuntu-latest):
src/db_manager/redis_db_manager.rs#L26
constant `OAUTH_NONCES_KEY` is never used
|
Test db-redis (ubuntu-latest)
`ktra` (bin "ktra" test) generated 1 warning
|
Test db-redis (ubuntu-latest)
the following packages contain code that will be rejected by a future version of Rust: redis v0.19.0
|
Check db-redis with OpenId (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check db-redis with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-redis with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-redis with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-redis with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-redis with OpenId (ubuntu-latest):
src/utils.rs#L17
function `always_true` is never used
|
Check db-redis with OpenId (ubuntu-latest)
`ktra` (bin "ktra") generated 1 warning
|
Check db-redis with OpenId (ubuntu-latest)
the following packages contain code that will be rejected by a future version of Rust: redis v0.19.0
|
Check db-redis (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check db-redis (ubuntu-latest):
src/db_manager/redis_db_manager.rs#L26
constant `OAUTH_NONCES_KEY` is never used
|
Check db-redis (ubuntu-latest)
`ktra` (bin "ktra") generated 1 warning
|
Check db-redis (ubuntu-latest)
the following packages contain code that will be rejected by a future version of Rust: redis v0.19.0
|
Check db-redis (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-redis (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-redis (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-redis (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-mongo with OpenId (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check db-mongo with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-mongo with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-mongo with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check db-mongo with OpenId (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-mongo (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test db-mongo (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-mongo (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-mongo (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test db-mongo (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|