-
Notifications
You must be signed in to change notification settings - Fork 279
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
[BUG]: Permission tokens aren't removed #3962
Labels
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
Security
This issue asks for improved security
Comments
Erigara
added
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
labels
Oct 5, 2023
we have the same problem with permissions for domains, accounts, asset definitions and assets. Just about any entity. This sounds like an issue that should be resolved from within executor, not the host |
consider introducing a unique integer for every entity (AssetDefinition) |
another option is to prohibit reregistering entities with the same name |
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jan 18, 2024
…s removed Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jan 18, 2024
…gistretration Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jan 18, 2024
…s removed Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jan 18, 2024
…gistretration Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jan 18, 2024
…gistretration Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jan 18, 2024
…gistretration Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jan 19, 2024
…s removed Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jan 19, 2024
…gistretration Signed-off-by: Shanin Roman <[email protected]>
mversic
pushed a commit
to Erigara/iroha
that referenced
this issue
Jan 23, 2024
…s removed Signed-off-by: Shanin Roman <[email protected]>
mversic
pushed a commit
to Erigara/iroha
that referenced
this issue
Jan 23, 2024
…gistretration Signed-off-by: Shanin Roman <[email protected]>
mversic
pushed a commit
to Erigara/iroha
that referenced
this issue
Jan 24, 2024
…s removed Signed-off-by: Shanin Roman <[email protected]>
mversic
pushed a commit
to Erigara/iroha
that referenced
this issue
Jan 24, 2024
…gistretration Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jan 25, 2024
…s removed Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Jan 25, 2024
…gistretration Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
that referenced
this issue
Jan 25, 2024
Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
that referenced
this issue
Jan 25, 2024
Signed-off-by: Shanin Roman <[email protected]>
Asem-Abdelhady
pushed a commit
to Asem-Abdelhady/iroha
that referenced
this issue
Feb 11, 2024
…s removed Signed-off-by: Shanin Roman <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Feb 29, 2024
…gistretration Signed-off-by: Shanin Roman <[email protected]>
mversic
pushed a commit
to mversic/iroha
that referenced
this issue
Feb 29, 2024
…gistretration Signed-off-by: Shanin Roman <[email protected]>
mversic
added a commit
that referenced
this issue
Mar 1, 2024
…4334) * [refactor] #3640: place permission tokens in a separate module (#3940) Signed-off-by: Marin Veršić <[email protected]> * [fix] #3962: Revoke associated tokens on entity unregistretration Signed-off-by: Shanin Roman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
Security
This issue asks for improved security
Currently permission tokens aren't removed when there associated entity is removed.
This makes scenarios like this one possible:
The text was updated successfully, but these errors were encountered: