tudelft-cda-lab/SAGE

Move alert signatures into separate files

jzelenjak opened this issue · 0 comments

Description

Currently, all alert signatures and mappings are hard-coded into sage.py. This makes the file unnecessarily large.

Proposed solution

Extract alert signatures and mappings into separate files and read/import them at the beginning of a program.