query-fdd240ed06bc485f224eb29bdcd4956d

rq turtle/ttl

Failles informatiquesCe domaine ne semble pas avoir été organisé : ))(Q3084134)CRIME (ce qui n’est pas le lieu, surtout que certaines failles ne touchent pas des logiciels mais des protocoles et donc plusieurs logiciels (par ex. (Q14579)Linux kernel les quelques failles importantes (avec des articles Wikipédia) sont recensées ci-dessous, mais il y en a aussi directement sur les logiciels, par ex. clairement non-exhaustif

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?vulnerability ?vulnerabilityLabel ?id ?softwareLabel
WHERE {
  #{
    ?vulnerability wdt:P31 wd:Q631425 .
    ?vulnerability wdt:P3587 ?id .
    OPTIONAL { ?vulnerability wdt:P1547 ?software } .
  #}
  #UNION
  #{
  #  ?vulnerability wdt:P31 ?nature .
  #  ?vulnerability wdt:P3587 ?id .
  #}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" } .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?id"):::projected v3("?software") v1("?vulnerability"):::projected c2(["wd:Q631425"]):::iri c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P3587"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1547".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end