Coder Social home page Coder Social logo

sefidef's Introduction

{Se}curity {Fi}ndings {De}duplication {F}ramework

This repository contains code written to achieve the goals of my Master Thesis. It uses NLP semantic similarity techniques to identify duplicates in DevOps security tool reports, and compares the results with ground truth data. This enabled identification of the most suitable technique for security findings deduplication. The terminologies "identification of duplicates" and "deduplication" are used interchangeably in code and documentation, since latter is the goal of former.

The code contains the following subpackages:

  • runcases: contain runnable deduplication experiments e.g., deduplicating reports from all static tools
  • techniques: wrap existing implementations of NLP techniques for modularity within the application
  • dataloaders: contain modules used to load and provide data in the format compatible with implemented techniques
  • corpus_formats: contain data structures to help dataloaders extract the right information from sources

The data from security tool reports is aggregated and stored in a dataset, available in the datasets folder. These datasets were created using SeFiLa.

Getting started

The code uses Pipenv for dependency management. Please make sure its installed. Clone the source code from repository and change to directory:

git clone https://github.com/abdullahgulraiz/SeFiDeF.git
cd SeFiDeF

Install all dependencies:

pipenv install

The entrypoint of application is main.py. To execute the runcases contained therein, please run:

pipenv run python main.py

sefidef's People

Contributors

abdullahgulraiz avatar

Stargazers

 avatar Philippe Ombredanne avatar  avatar

Watchers

 avatar Kostas Georgiou avatar

Forkers

pombredanne

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.