chore: fix audit spelling #587
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/interfaces/ITokenURIGenerator.sol#L5
global import of path ./IValoremOptionsClearinghouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/interfaces/IValoremOptionsClearinghouse.sol#L5
global import of path ./ITokenURIGenerator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/TokenURIGenerator.sol#L5
global import of path base64/Base64.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/TokenURIGenerator.sol#L6
global import of path solmate/tokens/ERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/TokenURIGenerator.sol#L8
global import of path ./interfaces/IValoremOptionsClearinghouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/TokenURIGenerator.sol#L9
global import of path ./interfaces/ITokenURIGenerator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/TokenURIGenerator.sol#L418
Use Custom Errors instead of require statements
|
src/ValoremOptionsClearinghouse.sol#L5
global import of path base64/Base64.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/ValoremOptionsClearinghouse.sol#L6
global import of path solmate/tokens/ERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
src/ValoremOptionsClearinghouse.sol#L7
global import of path solmate/tokens/ERC1155.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
The logs for this run have expired and are no longer available.
Loading