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.
- Host: GitHub
- URL: https://github.com/abelreqma/nutshell
- Owner: abelreqma
- License: apache-2.0
- Created: 2025-03-26T02:02:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T03:51:35.000Z (over 1 year ago)
- Last Synced: 2025-04-04T17:19:39.508Z (about 1 year ago)
- Language: TSQL
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
