Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(suite): authorize device thunk #12438

Merged
merged 4 commits into from
May 22, 2024
Merged

Conversation

juriczech
Copy link
Contributor

@juriczech juriczech commented May 16, 2024

Description

d57c73f

  • refactor authorizeDevice thunk to rejectWithValue rather than just silent failing so we can work with rejections and fulfillments
  • delete authDevice & authFailed as they became redundant since we can now subscribe to fulfilled / rejected states of redux toolkit thunks
  • tweak createThunk to accept 3 generic parameters: params, success return & error return
  • fix tests to reflect above changes

fd07d05

  • implement passphrase duplicate in suite-native by listening to rejection of authorizeDevice

Related Issue

Resolve #12382

Screenshots:

Zaznam.obrazovky.2024-05-17.v.14.14.57.mov

@juriczech juriczech added the mobile Suite Lite issues and PRs label May 16, 2024
@juriczech juriczech force-pushed the refactor/authorize-device branch 9 times, most recently from 35f82f3 to fd07d05 Compare May 17, 2024 12:08
@juriczech juriczech marked this pull request as ready for review May 17, 2024 12:20
@juriczech juriczech requested a review from a team as a code owner May 17, 2024 12:20
@juriczech
Copy link
Contributor Author

QA Task: https://www.notion.so/satoshilabs/Test-device-authorization-and-passphrase-4b2cb1eef7284b84a5241914d19cff62?pvs=4
cc @trezor/qa

@juriczech juriczech force-pushed the refactor/authorize-device branch from 72d190b to 34bc7dd Compare May 17, 2024 12:33
@trezor trezor deleted a comment from socket-security bot May 17, 2024
@juriczech juriczech added monorepo Task about monorepo management build-desktop This will trigger the build of desktop apps for your PR labels May 17, 2024
Copy link

socket-security bot commented May 20, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Filesystem access npm/[email protected]
Filesystem access npm/[email protected]
New author npm/[email protected]
Trivial Package npm/[email protected]
Filesystem access npm/[email protected]
Filesystem access npm/[email protected]
Filesystem access npm/[email protected]
New author npm/[email protected]
Shell access npm/[email protected]
Filesystem access npm/[email protected]
New author npm/[email protected]
Filesystem access npm/[email protected]
Filesystem access npm/[email protected]
Trivial Package npm/[email protected]
New author npm/[email protected]
Filesystem access npm/@nodelib/[email protected]
Filesystem access npm/[email protected]
Filesystem access npm/[email protected]
Filesystem access npm/[email protected]
Trivial Package npm/[email protected]
Filesystem access npm/[email protected]
Filesystem access npm/[email protected]
Uses eval npm/[email protected]
Trivial Package npm/[email protected]
Uses eval npm/[email protected]
New author npm/[email protected]
Filesystem access npm/[email protected]
Trivial Package npm/[email protected]
New author npm/[email protected]
Filesystem access npm/[email protected]
Filesystem access npm/[email protected]
Uses eval npm/[email protected]
Floating dependency npm/@types/[email protected]
Floating dependency npm/@types/[email protected]
Floating dependency npm/@types/[email protected]
Trivial Package npm/@swc/[email protected]
Filesystem access npm/[email protected]
Filesystem access npm/[email protected]
Filesystem access npm/[email protected]

View full report↗︎

Next steps

What is filesystem access?

Accesses the file system, and could potentially read sensitive data.

If a package must read the file system, clarify what it will read and ensure it reads only what it claims to. If appropriate, packages can leave file system access to consumers and operate on data passed to it instead.

What is new author?

A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.

Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights.

What are trivial packages?

Packages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.

Removing this package as a dependency and implementing its logic will reduce supply chain risk.

What is shell access?

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.

What is eval?

Package uses eval() which is a dangerous function. This prevents the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Avoid packages that use eval, since this could potentially execute any code.

What are floating dependencies?

Package has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.

Packages should specify properly semver ranges to avoid version conflicts.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

Copy link
Contributor

@PeKne PeKne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job with the createThunk typing, really useful!

@juriczech juriczech force-pushed the refactor/authorize-device branch from 545d0ac to 8913fb0 Compare May 20, 2024 16:00
@juriczech juriczech force-pushed the refactor/authorize-device branch from 5873524 to a6155ce Compare May 21, 2024 07:41
@juriczech juriczech force-pushed the refactor/authorize-device branch from a6155ce to bced01d Compare May 21, 2024 12:03
@juriczech juriczech merged commit 05304da into develop May 22, 2024
77 of 78 checks passed
@juriczech juriczech deleted the refactor/authorize-device branch May 22, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-desktop This will trigger the build of desktop apps for your PR mobile Suite Lite issues and PRs monorepo Task about monorepo management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate passphrase
2 participants