UNPKG

dce-dev-wizard

Version:

Wizard for managing development apps at Harvard DCE.

8 lines (7 loc) 202 B
/** * Review current CVEs (from Wiz CSV) and decide how to handle each one * @author Allison Zhang * @author Gabe Abrams */ declare const reviewCVEs: () => Promise<void>; export default reviewCVEs;