Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 1.18 KB

File metadata and controls

69 lines (42 loc) · 1.18 KB

Level

Simplesecurity Index / Simplesecurity / Level

Auto-generated documentation for simplesecurity.level module.

Level

Show source in level.py:13

Levels for confidence and severity.

Signature

class Level(IntEnum): ...

Level().repr

Show source in level.py:22

repr method.

Returns

  • str - string representation of a level

Signature

def __repr__(self) -> str: ...

Level().str

Show source in level.py:30

str method (tostring).

Returns

  • str - string representation of a level

Signature

def __str__(self) -> str: ...

Level().toSarif

Show source in level.py:45

Convert to sarif representation.

Signature

def toSarif(self) -> str: ...