blogroll_tags
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
10 rows where blogroll_id = 19
This data as json, CSV (advanced)
| id ▼ | blogroll_id | tag |
|---|---|---|
| 118 | Matteo Cosentino 19 | hacking |
| 119 | Matteo Cosentino 19 | penetration testing |
| 120 | Matteo Cosentino 19 | security research |
| 121 | Matteo Cosentino 19 | hardware hacking |
| 122 | Matteo Cosentino 19 | infosec |
| 123 | Matteo Cosentino 19 | reverse engineering |
| 124 | Matteo Cosentino 19 | CTF |
| 125 | Matteo Cosentino 19 | vulnerability research |
| 126 | Matteo Cosentino 19 | cybersecurity |
| 127 | Matteo Cosentino 19 | bug hunting |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE blogroll_tags (
id INTEGER PRIMARY KEY AUTOINCREMENT,
blogroll_id INTEGER NOT NULL,
tag TEXT NOT NULL,
FOREIGN KEY (blogroll_id) REFERENCES blogroll(id) ON DELETE CASCADE,
UNIQUE(blogroll_id, tag)
);