Skip to content

Commit

Permalink
Merge pull request #175 from mkflow27/main
Browse files Browse the repository at this point in the history
fix: update broken link
  • Loading branch information
rabmarut committed Dec 12, 2023
2 parents c47c014 + 05e8ea8 commit 6ad1f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/contracts/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Balancer has completed full audits with Certora, OpenZeppelin, Trail of Bits, an
| Composable Stable Pool | Trail of Bits | [2022-09-02](https://github.com/balancer/balancer-v2-monorepo/blob/master/audits/trail-of-bits/2022-09-02.pdf) |
| Managed Pool | Trail Of Bits | [2022-10-25](https://github.com/balancer/balancer-v2-monorepo/blob/master/audits/trail-of-bits/2022-10-25.pdf) |

Audit reports can also be found in the [Balancer V2 Core repository](https://github.com/balancer/balancer-core-v2/tree/master/audits).
Audit reports can also be found in the [Balancer V2 Core repository](https://github.com/balancer/balancer-v2-monorepo/tree/master/audits).

## Code Immutability
The core contracts that make up the Balancer V2 Protocol, such as the Vault and Pools (Weighted, Stable, LBP, Managed, Linear, etc), are immutable by design. Any pool updates are made by deploying brand new factories/pools and require users to electively migrate.
Expand Down

1 comment on commit 6ad1f36

@vercel
Copy link

@vercel vercel bot commented on 6ad1f36 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.