There was an error while loading. Please reload this page.
We are researching vulnerability remediation tactics by reading papers and experimenting with code as we learn through the practice of Agile.
graph LR A[Backlog] --> B[In Progress] B --> C{Review} C -->|Pass| D[Done] C -->|Fail| B