Backup-bdg's picture
Upload 964 files
51ff9e5 verified
raw
history blame contribute delete
221 Bytes
from openhands.security.analyzer import SecurityAnalyzer
from openhands.security.invariant.analyzer import InvariantAnalyzer
SecurityAnalyzers: dict[str, type[SecurityAnalyzer]] = {
'invariant': InvariantAnalyzer,
}