Coder Social home page Coder Social logo

nwpu-ist / security-tactics-vulnerabilities Goto Github PK

View Code? Open in Web Editor NEW

This project forked from softwaredesignlab/security-tactics-vulnerabilities

0.0 0.0 0.0 91 KB

This repository contains the dataset for the paper "Understanding Software Vulnerabilities Related to Architectural Security Tactics: An Empirical Investigation of Chromium, PHP and Thunderbird"

security-tactics-vulnerabilities's Introduction

Description

This repository contains the dataset for the paper:

  • J. C. S. Santos, A. Peruma, M. Mirakhorli, M. Galstery, J. V. Vidal and A. Sejfia, "Understanding Software Vulnerabilities Related to Architectural Security Tactics: An Empirical Investigation of Chromium, PHP and Thunderbird," 2017 IEEE International Conference on Software Architecture (ICSA), Gothenburg, 2017, pp. 69-78.
@inproceedings{7930201, 
  author={J. C. S. {Santos} and A. {Peruma} and M. {Mirakhorli} and M. {Galster} and J. V. {Vidal} and A. {Sejfia}}, 
  title={Understanding Software Vulnerabilities Related to Architectural Security Tactics: An Empirical Investigation of Chromium, PHP and Thunderbird}, 
  year={2017}, 
  volume={}, 
  number={}, 
  booktitle={2017 IEEE International Conference on Software Architecture (ICSA)},   
  pages={69-78},
}

Datasets

The data collected for each case study can be accessed in the CSV files:

  • chromium-datasets.csv
  • php-datasets.csv
  • thunderbird-datasets.csv

These csv files have the following columns:

  • cve_id: The unique identifier of the vulnerability in the National Vulnerability Database;
  • date_of_report: The time when the Vulnerability was first reported;
  • cve_type: Indicates whether the vulnerability (CVE) is TACTICAL or NON-TACTICAL.
  • root_cause: In case of tactical vulnerabilities, this field indicates the root cause (given as an id to the CWE dictionary);
  • total_impacted_files: Number of files that were affected (i.e., changed/added/removed) to fix the vulnerability;
  • code_churn: Number of lines changed in the patch released to fix the vulnerability;
  • bugtrack_url: The URL to the bug entry in the Issue Tracker of the project related to that vulnerability or a URL to a place that reports the vulnerability (example: a mailing list, such as http://marc.info/)
  • commit_url: The URL(s) to the Web page that contains the committed code to the patch that fixed the issue;

security-tactics-vulnerabilities's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.