Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaTea committed Jun 3, 2024
1 parent fd238a7 commit 33da9ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/vulnerabilities/4-private-function-not-used.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here we have three private functions that are not used.
```


The vulnerable code example can be found [here](https://github.com/CoinFabrik/stacy/blob/main/tests/private_function_not_used/vulnerable-example/read_only_not_used.clar).
The vulnerable code example can be found [here](https://github.com/CoinFabrik/stacy/blob/main/tests/private_function_not_used/vulnerable-example/private_function_not_used.clar).

## Remediation

Expand Down Expand Up @@ -96,5 +96,5 @@ Do not deploy smart contracts with dead code.
```

The remediated code example can be found [here](https://github.com/CoinFabrik/stacy/blob/main/tests/private_function_not_used/remediated-example/read_only_not_used.clar).
The remediated code example can be found [here](https://github.com/CoinFabrik/stacy/blob/main/tests/private_function_not_used/remediated-example/private_function_not_used.clar).

0 comments on commit 33da9ff

Please sign in to comment.