| LOW | docker/healthcheck.sh | 21 | key="$1" |
| LOW | playwright/compose/keycloak/setup.sh | 41 | # export PATH=$PATH:/opt/keycloak/bin |
| LOW | .github/workflows/release.yml | 21 | shell: bash |
| LOW | src/util.rs | 81 | // This is the same behavior as upstream Bitwarden. |
| LOW | src/config.rs | 481 | let inner = &self.inner.read().unwrap(); |
| LOW | src/config.rs | 541 | /// Set to 0 to globally disable scheduled jobs. |
| LOW | src/config.rs | 561 | /// Auth Request cleanup schedule |> Cron schedule of the job that cleans old auth requests from the auth reques |
| LOW | src/config.rs | 601 | /// If unset, trashed items are not auto-deleted. This setting applies globally, so make |
| LOW | src/config.rs | 621 | signups_verify: bool, true, def, false; |
| LOW | src/config.rs | 661 | |
| LOW | src/config.rs | 681 | /// The supported codes are 301 (legacy permanent), 302 (legacy temporary), 307 (temporary), and 308 (permanent) |
| LOW | src/auth.rs | 181 | // Subject |
| LOW | src/auth.rs | 221 | scope: Vec<String>, |
| LOW | src/main.rs | 1 | #![cfg_attr(feature = "unstable", feature(ip))] |
| LOW | src/static/scripts/jquery-4.0.0.slim.js | 1241 | // descendant combinators, which is not what we want. |
| LOW | src/static/scripts/jquery-4.0.0.slim.js | 2981 | // Always use camelCase key (gh-2257) |
| LOW | src/static/scripts/jquery-4.0.0.slim.js | 4201 | jQuery.event.add( el, type, { |
| LOW | src/static/scripts/jquery-4.0.0.slim.js | 5401 | // The regex visualized: |
| LOW | src/static/scripts/jquery-4.0.0.slim.js | 5481 | function curCSS( elem, name, computed ) { |
| LOW | src/static/scripts/jquery-4.0.0.slim.js | 5501 | // disconnected elements. However, in IE even disconnected elements |
| LOW | src/static/scripts/jquery-4.0.0.slim.js | 5661 | return; |
| LOW | src/static/scripts/jquery-4.0.0.slim.js | 6721 | jQuery.expr[ ":" ] = jQuery.expr.filters = jQuery.expr.pseudos; |
| LOW | src/static/scripts/datatables.js | 1121 | |
| LOW | src/static/scripts/datatables.js | 7421 | |
| LOW | src/db/models/event.rs | 121 | // OrganizationSponsorshipsSynced = 1608, // Not supported |
| LOW | src/db/models/user.rs | 181 | /// Set the password hash generated |
| LOW | src/db/models/cipher.rs | 641 | // This cipher isn't in any collections accessible to the user. |
| LOW | src/db/models/org_policy.rs | 41 | // MaximumVaultTimeout = 9, // Not supported (Not AGPLv3 Licensed) |
| LOW | src/api/icons.rs | 301 | } |
| LOW | src/api/icons.rs | 421 | /// * `sizes` - The size of the icon if available as a <width>x<height> value like 32x32. |
| LOW | src/api/icons.rs | 461 | } |
| LOW | src/api/identity.rs | 1101 | // Needed for grant_type = "password" | "client_credentials" |
| LOW | src/api/identity.rs | 1121 | #[field(name = uncased("device_type"))] |