home / public

report_technologies

8 rows where report_id = "596f776f-ff76-4693-b71f-e351018e9299"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
596f776f-ff76-4693-b71f-e351018e9299,Font Awesome,runtime https://metodstod-informationssakerhet.msb.se/ 596f776f-ff76-4693-b71f-e351018e9299 Font Awesome tools runtime
596f776f-ff76-4693-b71f-e351018e9299,Google,csp https://metodstod-informationssakerhet.msb.se/ 596f776f-ff76-4693-b71f-e351018e9299 Google search csp
596f776f-ff76-4693-b71f-e351018e9299,Google Fonts,csp https://metodstod-informationssakerhet.msb.se/ 596f776f-ff76-4693-b71f-e351018e9299 Google Fonts tools csp
596f776f-ff76-4693-b71f-e351018e9299,Matomo,runtime https://metodstod-informationssakerhet.msb.se/ 596f776f-ff76-4693-b71f-e351018e9299 Matomo analytics runtime
596f776f-ff76-4693-b71f-e351018e9299,Matomo Tag Manager,runtime https://metodstod-informationssakerhet.msb.se/ 596f776f-ff76-4693-b71f-e351018e9299 Matomo Tag Manager analytics runtime
596f776f-ff76-4693-b71f-e351018e9299,Readspeaker,csp https://metodstod-informationssakerhet.msb.se/ 596f776f-ff76-4693-b71f-e351018e9299 Readspeaker tools csp
596f776f-ff76-4693-b71f-e351018e9299,Readspeaker,runtime https://metodstod-informationssakerhet.msb.se/ 596f776f-ff76-4693-b71f-e351018e9299 Readspeaker tools runtime
596f776f-ff76-4693-b71f-e351018e9299,YouTube,csp https://metodstod-informationssakerhet.msb.se/ 596f776f-ff76-4693-b71f-e351018e9299 YouTube video csp

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE report_technologies (
  report_id TEXT NOT NULL REFERENCES reports(id) ON DELETE CASCADE,
  name      TEXT NOT NULL,
  type      TEXT NOT NULL,
  source    TEXT NOT NULL,
  PRIMARY KEY (report_id, name, source)
);
CREATE INDEX idx_report_technologies_name ON report_technologies(name);
Powered by Datasette · Queries took 20.177ms