reteplayground
Select

Critical security advisories

SELECT ?source ?severity ?cvss ?title WHERE {
  ?a a deps:Advisory ; deps:advisorySource ?source ;
     deps:severity ?severity ; deps:cvss3Score ?cvss ; dc…
  FILTER(?severity = "CRITICAL")
} ORDER BY DESC(?cvss) LIMIT 50
Run this query → no server · no download · no account
caviri.github.io/rete
Run this query in the playground → no server, no download — the query runs in your browser.

The query

PREFIX deps: <https://w3id.org/rete/deps-dev#> PREFIX dcterms: <http://purl.org/dc/terms/> SELECT ?source ?severity ?cvss ?title WHERE { ?a a deps:Advisory ; deps:advisorySource ?source ; deps:severity ?severity ; deps:cvss3Score ?cvss ; dcterms:title ?title . FILTER(?severity = "CRITICAL") } ORDER BY DESC(?cvss) LIMIT 50

rete playground · documentation · github.com/caviri/rete