Coder Social home page Coder Social logo

dfucci / samm-replication-package Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 9.62 MB

Replication package for the paper "Evaluating Software Security Maturity Using OWASP SAMM: Different Approaches and Stakeholders Perceptions"

License: Apache License 2.0

R 97.44% Makefile 2.56%
samm owasp reproducible-research

samm-replication-package's Introduction

Replication package for paper "Evaluating Software Security Maturity Using OWASP SAMM: Different Approaches and Stakeholders Perceptions"

Requirements and environment installation

This project requires R. The appropriate versions of the packages necessary to reproduce the analysis can be installed using renv. In a R environment run install.packages("renv") to install the renv package. After cloning this repository, the dependencies declared in the renv.lock file will be installed after running renv::init().

Reproducing the analysis

A makefile is available for your convenience. A complete reproduction of the analysis, including intermediate results, should be possible by running make. This will create the dataset in results/datasets/answers.csv and the figures reported in the paper under results/figure/

Project organization

This repository is organized as follows

├── README.md
├── analysis.R <-- script to perform the analysis and reproduce the figures reported in the paper
├── clean <-- cleaned results from the raw SAMM questionnaire spreadsheet (see data/survey/ dir)
│   ├── SAMM_229a43e68f7f67bd25211bf95ce5c4e8_2.csv
│   ├── SAMM_2804c8e7b9b06733e480dff3ce41c62c_63.csv
│   ├── ...
│   └── workshop <-- cleaned result from the raw SAMM questionnaire spreadsheet filled after the focus group (see data/workshop)
│       └── SAMM.csv
├── cleaning.R <-- script to clean the raw SAMM questionnaires (survey and focus group)
├── data <- anonymized raw data
│   ├── survey <-- SAMM questionnaire collected with the survey
│   │   ├── 229a43e68f7f67bd25211bf95ce5c4e8.xlsx
│   │   ├── 2804c8e7b9b06733e480dff3ce41c62c.xlsx
│   │   ├── ...
│   └── workshop <-- SAMM questionnaire collected with focus group 
│       └── overall_SAMM.xlsx
├── makefile <-- used to reproduce results
├── renv.lock <-- used to manage dependencies
└── results 
     ├── dataset
     │   └── answers.csv <-- aggregated SAMM questionnaire
     └── figure <-- figures reported in the paper
         ├── confidence.png
         ├── easiness.png
         ├── spiderchart.png
         ├── spiderchart_all+roles.png
         ├── spiderchart_all_answers.png
         ├── spiderchart_all_confident.png
         ├── spiderchart_all_easiness.png
         ├── spiderchart_confident.png
         ├── spiderchart_weighted.png
         └── spiderchart_workshop.png

samm-replication-package's People

Contributors

dfucci avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.