Skip to content

Commit

Permalink
docs: update audit summary (#136)
Browse files Browse the repository at this point in the history
The QuarksLab audit report
[summary](https://github.com/tari-project/bulletproofs-plus/blob/main/docs/quarkslab-audit/README.md)
is out of date, since an arithmetic side-effect lint identified by the
auditors is [now
addressed](#118).

This PR updates the documentation accordingly.
  • Loading branch information
AaronFeickert authored Jun 18, 2024
1 parent 0c92cfb commit 52bcd74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quarkslab-audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ As the implementation is updated, existing and future such warnings will be care
Additionally, the implementation's CI workflow already included a [list](https://github.com/tari-project/bulletproofs-plus/blob/main/lints.toml) of lints that are automatically flagged during the development process.
This list has been expanded in order to better identify coding practices that could introduce problems.
We note that the arithmetic side-effect lint in question has not been added to this list, as it flags curve-related operations that are not at risk of unintended behavior.

*Update*: The arithmetic side-effect lint has been added.

0 comments on commit 52bcd74

Please sign in to comment.