An open API service indexing awesome lists of open source software.

https://github.com/abelreqma/nutshell

This project is a relational database developed as part of my Master's program in CIS at Boston University. Built using MS SQL, it includes a physical ERD, normalized database design, stored procedures and triggers to automate business logic, constraints, and sample SQL queries.
https://github.com/abelreqma/nutshell

Last synced: 5 months ago
JSON representation

This project is a relational database developed as part of my Master's program in CIS at Boston University. Built using MS SQL, it includes a physical ERD, normalized database design, stored procedures and triggers to automate business logic, constraints, and sample SQL queries.

Awesome Lists containing this project

README

          

# Project Description
Nutshell is a relational database designed to identify, track, and mitigate vulnerabilities on user devices. It stores detailed information about users, their devices, operating systems, running services, software versions, ports, and network protocols. The database also maintains a repository of known vulnerabilities from ExploitDB, including exploit details, risk assessments, and CVSS severity scores. Designed with a structured ERD, it features stored procedures, triggers, indexing for performance optimization, and SQL queries to extract key insights for vulnerability management.

# Physical ERD
![alt text](https://github.com/abelreqma/Nutshell/blob/main/physical_ERD.png)