📦 Lexer

by Lexer Project

🔍 What is Lexer?

Description coming soon...

🛡️ Security Overview

Click on a severity to filter vulnerabilities

⚠️ Known Vulnerabilities

CVE-2020-36458

HIGH CVSS 8.1 Aug 8, 2021

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...