code-423n4 / 2024-07-reserve-validation

0 stars 0 forks source link

AssetPluginRegistry.sol #137

Closed c4-bot-9 closed 1 month ago

c4-bot-9 commented 2 months ago

Lines of code

https://github.com/code-423n4/2024-07-reserve/blob/3f133997e186465f4904553b0f8e86ecb7bbacbf/contracts/registry/AssetPluginRegistry.sol#L1

Vulnerability details

// SPDX-License-Identifier: BlueOak-1.0.0 pragma solidity 0.8.19;

import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol"; import { VersionRegistry } from "./VersionRegistry.sol"; import { RoleRegistry } from "./RoleRegistry.sol"; import { ReentrancyGuard } from "@openzeppelin/contracts/security/ReentrancyGuard.sol";

/**

Assessed type

Access Control