📦 Lexer
by Lexer Project
🔍 What is Lexer?
Description coming soon...
🛡️ Security Overview
Click on a severity to filter vulnerabilities
⚠️ Known Vulnerabilities
This vulnerability in the Rust lexer crate involves an incorrect Sync trait implementation for ReaderResult<T, E> that only requires T: Send and E: Send, rather than T: Sync and E: Sync. This allows d...