Web Application Security and Vulnerability Detection leaf node


URI

https://openalex.org/T12479

Label

Web Application Security and Vulnerability Detection

Description

This cluster of papers focuses on the security of web applications, particularly in detecting and preventing vulnerabilities such as SQL injection and cross-site scripting. It covers topics like static analysis, security testing, penetration testing, and the use of technologies like OAuth and JavaScript to enhance web security.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T12479> a skos:Concept ;
    rdfs:label "Web Application Security and Vulnerability Detection"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Web_application_security>,
        <https://openalex.org/T12479> ;
    skos:broader oasubfields:1710 ;
    skos:definition "This cluster of papers focuses on the security of web applications, particularly in detecting and preventing vulnerabilities such as SQL injection and cross-site scripting. It covers topics like static analysis, security testing, penetration testing, and the use of technologies like OAuth and JavaScript to enhance web security."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Web Application Security and Vulnerability Detection"@en ;
    openalex:cited_by_count 72292 ;
    openalex:works_count 7298 .