Skip to content

Instantly share code, notes, and snippets.

"""
Main vulnerability analyzer for Java code.
Coordinates the analysis process using async operations throughout.
"""
import asyncio
import json
from pathlib import Path
from typing import Any