Skip to content

Conversation

@arturoBeccar
Copy link
Contributor

No description provided.

@arturoBeccar arturoBeccar linked an issue May 28, 2024 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented May 28, 2024

Scout Report - 2024-05-28 20:34:12

Summary

Panic

Assert Violation

Impact: Medium

Description: Assert causes panic. Instead, return a proper error.

More about: here

IDDetectionStatus
0src/lib.rs:117:9 - 117:52
  • False Positive
  • Acknowledged
  • Resolved
1src/lib.rs:159:17 - 159:43
  • False Positive
  • Acknowledged
  • Resolved
2src/lib.rs:179:9 - 179:46
  • False Positive
  • Acknowledged
  • Resolved

Validations and error handling

Zero Address

Impact: Minor

Description: Not checking for a zero-address could lead to an insecure contract

More about: here

Unrestricted Transfer From

Impact: Critical

Description: This argument comes from a user-supplied argument

More about: here

IDDetectionStatus
4src/lib.rs:73:14 - 73:20
  • False Positive
  • Acknowledged
  • Resolved
5src/lib.rs:44:9 - 44:24
  • False Positive
  • Acknowledged
  • Resolved
6src/lib.rs:45:9 - 45:27
  • False Positive
  • Acknowledged
  • Resolved
7src/lib.rs:46:9 - 46:23
  • False Positive
  • Acknowledged
  • Resolved

Best practices

Check Soroban version

Impact: Enhancement

Description: Use the latest version of Soroban

More about: here

IDDetectionStatus
3src/lib.rs:1:1 - 1:1
  • False Positive
  • Acknowledged
  • Resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update documentation on payment-channel test

2 participants