Skip to content

Commit

Permalink
change sha to commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayStar123 committed Mar 7, 2024
1 parent 5beef0b commit bd55e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standards/src11-security-information/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The release identifier of this build, ideally corresponding to a tag on git that

### `source_revision: Option<String>`

The revision identifier of this build, usually a git sha that can be rebuilt to reproduce the same binary. 3rd party build verification tools will use this tag to identify a matching github release.
The revision identifier of this build, usually a git commit hash that can be rebuilt to reproduce the same binary. 3rd party build verification tools will use this tag to identify a matching github release.

### `auditors: Option<Vec<String>>`

Expand Down
2 changes: 1 addition & 1 deletion standards/src11-security-information/src/src11.sw
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub struct SecurityInformation {
/// The release identifier of this build, ideally corresponding to a tag on git that can be rebuilt to reproduce the same binary.
/// 3rd party build verification tools will use this tag to identify a matching github release.
pub source_release: Option<String>,
/// The revision identifier of this build, usually a git sha that can be rebuilt to reproduce the same binary.
/// The revision identifier of this build, usually a git commit hash that can be rebuilt to reproduce the same binary.
/// 3rd party build verification tools will use this tag to identify a matching github release.
pub source_revision: Option<String>,
/// A list of people or entities that audited this smart contract, or links to pages where audit reports are hosted.
Expand Down

0 comments on commit bd55e00

Please sign in to comment.