Skip to content

[VPD 1241] Certik - Venus Labs - Core Feature Reaudit #1145

[VPD 1241] Certik - Venus Labs - Core Feature Reaudit

[VPD 1241] Certik - Venus Labs - Core Feature Reaudit #1145

Triggered via pull request May 19, 2026 10:03
Status Success
Total duration 4m 17s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
export-deployments
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v3, stefanzweifel/git-auto-commit-action@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v3, marocchino/sticky-pull-request-comment@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Compile / Lint / Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Compile / Lint / Build: contracts/interfaces/VBep20Interface.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Compile / Lint / Build: contracts/interfaces/OracleInterface.sol#L2
Found more than One contract per file. 3 contracts found!
Compile / Lint / Build: contracts/interfaces/IZkETH.sol#L5
Function name must be in mixedCase
Compile / Lint / Build: contracts/interfaces/IDeviationBoundedOracle.sol#L254
Function order is incorrect, external function can not go after external view function (line 240)
Compile / Lint / Build: contracts/DeviationBoundedOracle.sol#L720
Avoid making time-based decisions in your business logic
Compile / Lint / Build: contracts/DeviationBoundedOracle.sol#L632
Avoid making time-based decisions in your business logic
Compile / Lint / Build: contracts/DeviationBoundedOracle.sol#L494
Avoid making time-based decisions in your business logic
Compile / Lint / Build: contracts/DeviationBoundedOracle.sol#L223
Function order is incorrect, external function can not go after external view function (line 208)
Compile / Lint / Build: contracts/DeviationBoundedOracle.sol#L52
Immutable variables name are set to be in capitalized SNAKE_CASE
Compile / Lint / Build: contracts/DeviationBoundedOracle.sol#L48
Immutable variables name are set to be in capitalized SNAKE_CASE