Simplesecurity Index / Simplesecurity / Types
Auto-generated documentation for simplesecurity.types module.
Finding type.
{ title: str description: str file: str evidence: list[Line] severity: Level confidence: Level line: int _other: dict[str, str] }
class Finding(typing.TypedDict): ...
Line type.
{ line: int content: str selected: bool }
class Line(typing.TypedDict): ...