Add Skunkworks as co-owners of native passkeys (#20184)

This commit is contained in:
Isaiah Inuwa 2026-04-16 05:34:55 -05:00 committed by GitHub
parent 3d2e552e68
commit becc7ed4e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

19
.github/CODEOWNERS vendored
View File

@ -10,9 +10,6 @@
## Desktop native module ##
apps/desktop/desktop_native @bitwarden/team-platform-dev
apps/desktop/desktop_native/objc/src/native/autofill @bitwarden/team-desktop-native-dev
apps/desktop/desktop_native/core/src/autofill @bitwarden/team-desktop-native-dev
apps/desktop/desktop_native/autofill_provider @bitwarden/team-desktop-native-dev
apps/desktop/desktop_native/core/src/secure_memory @bitwarden/team-key-management-dev
## No ownership for Cargo.lock and Cargo.toml to allow dependency updates
@ -166,17 +163,25 @@ libs/common/src/autofill @bitwarden/team-autofill-dev
## Desktop Native team files ##
apps/desktop/src/autofill @bitwarden/team-desktop-native-dev
apps/desktop/macos/autofill-extension @bitwarden/team-desktop-native-dev
apps/desktop/src/app/components/fido2placeholder.component.ts @bitwarden/team-desktop-native-dev
apps/desktop/desktop_native/windows_plugin_authenticator @bitwarden/team-desktop-native-dev
apps/desktop/desktop_native/autotype @bitwarden/team-desktop-native-dev
apps/desktop/desktop_native/core/src/ssh_agent @bitwarden/team-desktop-native-dev @bitwarden/wg-ssh-keys
apps/desktop/desktop_native/ssh_agent @bitwarden/team-desktop-native-dev @bitwarden/wg-ssh-keys
apps/desktop/desktop_native/napi/src/autofill.rs @bitwarden/team-desktop-native-dev
apps/desktop/desktop_native/napi/src/autotype.rs @bitwarden/team-desktop-native-dev
apps/desktop/desktop_native/napi/src/sshagent.rs @bitwarden/team-desktop-native-dev
apps/desktop/desktop_native/napi/src/sshagent_v2.rs @bitwarden/team-desktop-native-dev
## Desktop Native + Skunkworks co-owned files
apps/desktop/desktop_native/autofill_provider @bitwarden/team-desktop-native-dev @bitwarden/team-skunkworks
apps/desktop/desktop_native/core/src/autofill @bitwarden/team-desktop-native-dev @bitwarden/team-skunkworks
apps/desktop/desktop_native/napi/src/autofill.rs @bitwarden/team-desktop-native-dev @bitwarden/team-skunkworks
apps/desktop/desktop_native/objc/src/native/autofill @bitwarden/team-desktop-native-dev @bitwarden/team-skunkworks
apps/desktop/desktop_native/win_webauthn @bitwarden/team-desktop-native-dev @bitwarden/team-skunkworks
apps/desktop/desktop_native/windows_plugin_authenticator @bitwarden/team-desktop-native-dev @bitwarden/team-skunkworks
apps/desktop/macos/autofill-extension @bitwarden/team-desktop-native-dev @bitwarden/team-skunkworks
apps/desktop/src/autofill/modal/credentials @bitwarden/team-desktop-native-dev @bitwarden/team-skunkworks
apps/desktop/src/autofill/services/desktop-autofill* @bitwarden/team-desktop-native-dev @bitwarden/team-skunkworks
apps/desktop/src/autofill/services/desktop-fido2* @bitwarden/team-desktop-native-dev @bitwarden/team-skunkworks
# DuckDuckGo integration
apps/desktop/native-messaging-test-runner @bitwarden/team-desktop-native-dev
apps/desktop/src/services/duckduckgo-message-handler.service.ts @bitwarden/team-desktop-native-dev