From a92e067611f5835ab913f2585928c6d2b9bf2d74 Mon Sep 17 00:00:00 2001 From: Facundo Lerena Date: Wed, 16 Aug 2023 20:36:00 -0300 Subject: [PATCH] Added lazy-delegate to integration tests --- .../tests/integration_test_configuration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/cargo-scout-audit/tests/integration_test_configuration.yaml b/apps/cargo-scout-audit/tests/integration_test_configuration.yaml index a0d36cdc..7e98646e 100644 --- a/apps/cargo-scout-audit/tests/integration_test_configuration.yaml +++ b/apps/cargo-scout-audit/tests/integration_test_configuration.yaml @@ -71,7 +71,7 @@ detectors: - vulnerable_path: "../../test-cases/unrestricted-transfer-from/unrestricted-transfer-from-1/escrow/vulnerable-example/Cargo.toml" remediated_path: "../../test-cases/unrestricted-transfer-from/unrestricted-transfer-from-1/escrow/remediated-example/Cargo.toml" assert-violation: - warning_message: "Assert causes panic. Instead, return a proper error" + warning_message: "Delegate call with non-lazy, non-mapping storage" examples: - - vulnerable_path: "../../test-cases/assert-violation/assert-violation-1/vulnerable-example/Cargo.toml" - remediated_path: "../../test-cases/assert-violation/assert-violation-1/remediated-example/Cargo.toml" + - vulnerable_path: "../../test-cases/lazy-delegate/lazy-delegate-1/vulnerable-example/Cargo.toml" + remediated_path: "../../test-cases/lazy-delegate/lazy-delegate-1/remediated-example/Cargo.toml"