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

canister replay attack prevention measures #40

Open
akashkumar1691 opened this issue May 7, 2024 · 1 comment
Open

canister replay attack prevention measures #40

akashkumar1691 opened this issue May 7, 2024 · 1 comment

Comments

@akashkumar1691
Copy link
Collaborator

No description provided.

@akashkumar1691
Copy link
Collaborator Author

akashkumar1691 commented May 7, 2024

  • create in-canister authed gate way
  • write all functions in gateway
  • write check timestamp function
  • add result return values to db and acl functions
  • add error checking and rejection messages to methods.rs
  • check timestamp in gateway
  • call underlying function
  • update candid
  • update agent
    • add timestamp args
    • update error checking
  • test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant