cisagov / mesa-toolkit

0 stars 2 forks source link

Account for exclude files across all operations #12

Open m1j09830 opened 3 months ago

m1j09830 commented 3 months ago

💡 Summary

Ensure that all MESA-Toolkit operations account for exclude files.

Motivation and context

Currently only discovery and full port scans account for exclude files. Remaining operations rely on running the scoper operation before running those operations. This can pose a potential risk of inadvertently scanning out of scope assets if ran without first running scoper. Ideally, every operation should account for exclude files inline to minimize the potential risk of scanning out of scope assets.

Implementation notes

Acceptance criteria

How do we know when this work is done?