Skip to content

Commit

Permalink
πŸ”’οΈ add openssf scoreboard badge and security section in readme (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark authored Oct 27, 2023
1 parent 9ae23ba commit 81a2077
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<br />

<a href="https://github.com/keep-starknet-strange/cairo-zig/actions/workflows/test.yml"><img alt="GitHub Workflow Status (with event)" src="https://img.shields.io/github/actions/workflow/status/keep-starknet-strange/cairo-zig/test.yml?style=for-the-badge" height=30></a>
<a href="https://securityscorecards.dev/viewer/?uri=github.com/keep-starknet-strange/cairo-zig"><img alt="OpenSSF Scorecard Report" src="https://img.shields.io/ossf-scorecard/github.com/keep-starknet-strange/cairo-zig?label=openssf%20scorecard&style=for-the-badge" height=30></a>
<a href="https://github.com/keep-starknet-strange/cairo-zig/blob/main/LICENSE"><img src="https://img.shields.io/github/license/keep-starknet-strange/cairo-zig.svg?style=for-the-badge" alt="Project license" height="30"></a>
<a href="https://twitter.com/StarknetZig"><img src="https://img.shields.io/twitter/follow/StarknetZig?style=for-the-badge&logo=twitter" alt="Follow StarknetZig on Twitter" height="30"></a>

Expand Down Expand Up @@ -71,6 +72,16 @@ You can display the help message by running:
zig build test --summary all
```

### πŸ”’ Security

#### OpenSSF Scorecard

We are using the [OpenSSF Scorecard](https://securityscorecards.dev/) to track the security of this project.

Scorecard assesses open source projects for security risks through a series of automated checks.

You can see the current scorecard for this project [here](https://securityscorecards.dev/viewer/?uri=github.com/keep-starknet-strange/cairo-zig).

## πŸ™ Acknowledgments

- The structure of the project and some initial code related to prime field functions is based on [verkle-cryto](https://github.com/jsign/verkle-crypto) repository by [jsign](https://github.com/jsign).
Expand Down

0 comments on commit 81a2077

Please sign in to comment.