-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcontract: teachlinktriage
Description
File: /contracts/teachlink/src/lib.rs:1
Severity: Critical
Category: Security & Safety
Description:
The contract uses #![allow(clippy::all)] which disables all Clippy lints, missing critical safety and performance checks.
Acceptance Criteria:
- Remove
#![allow(clippy::all)]from all contract files - Enable and fix all Clippy warnings
- Add Clippy to CI/CD pipeline with fail-on-warnings
- Document linting standards in development guidelines
Impact: High - Potential security vulnerabilities and performance issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcontract: teachlinktriage