Skip to content

Commit

Permalink
Fix report template
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelang committed Mar 9, 2022
1 parent 04cd945 commit fa3aae6
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,41 @@ The focus of the security review was on the following:
2. Specific security concern 2.
3. Specific security concern 3.

*Disclaimer*: This security review does not guarantee against a hack. It is a snapshot in time of brink according to the specific commit by a three person team. Any modifications to the code will require a new security review.
*Disclaimer:* This security review does not guarantee against a hack. It is a snapshot in time of brink according to the specific commit by a three person team. Any modifications to the code will require a new security review.

# Findings

## High Severity
### Actual Issue
## High Risk
### Issue title (Only first word should be capitalized; titles should never end with punctuation)

**Severity**: Low, Gas optimization
**Severity:** High

Context: [`Contract.sol#L160-L165`](https://github.com/actuallink)
**Context:** [`Contract.sol#L160-L165`](https://github.com/actuallink)

**Description:**

```solidity
contract Test {
...
// Code blocks must be indented with 4 spaces.
}
```

**Recommendation**:
**Recommendation:**
```diff
+ use diff syntax to describe what should be changed
- ...
```

**Project:** Fixed in [PR #1](Https://github.com/actuallink).

**Project**: Fixed in [PR #1](Https://github.com/actuallink).
**Spearbit:** Resolved.

**Spearbit**: Resolved.
## Medium Risk

## Medium Severity
## Low Risk

## Low Severity
## Gas Optimizations


# Additional Comments
Expand Down

0 comments on commit fa3aae6

Please sign in to comment.