Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.52 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.52 KB

SPARTA

Website/app to help visualise and understand the most resource efficient way to address vulnerabilities relating to spaceflight.

Description

  • Has a GUI for finding the minimum set/utility of Secure-by-Design technical specifications to address a complete set of common weakness enumerations.
  • Utilizes a weighted set-cover algorithm to efficiently solve and approximate the problem, ensuring optimal or near-optimal solutions ($\Omega(\log n)$ approximation ratio).

preview

preview2

Getting Started

Dependencies

  • Uses p5.js and Node.js and Typescript

Installing

  • Download a ZIP or clone this repository.

Executing program

  • Run npm start to run a browser-sync version of the app at localhost:3000

Authors

Acknowledgments