GithubHelp home page GithubHelp logo

classicvalues / avus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fraunhofer-aisec/avus

0.0 1.0 0.0 55 KB

Lightweight tool for re-prioritizing vulnerability findings

License: MIT License

Haskell 99.13% Awk 0.87%

avus's Introduction

AVUS tool

Build Status

This tool allows for re-evaluating a list of vulnerability findings. It does that by providing the basic infrastructure for

  1. reading a report (in CSV format, as provided by other means, see below),
  2. re-evaluating its severity score, by calling out to user-provided functions that can modify the parameters of the rating (using CVSS v2), and
  3. outputting the resulting list.
               +---+
               | ? |
               +-+-+
                 |
                 v
+-----+      +-------+     +-----+
| CSV | -->  | AVUS  | --> | CSV |
+-----+      +-------+     +-----+

The knack is that anything can fill the place of the question mark, i.e., change how findings are evaluated. A basic, static example is given in examples/avus.hs, where the parameters of both the base and environment CVSS scoring are determined using a simple security concept.

The mechanism used for this feature is provided by Config.Dyre (see src/Avus.hs)

Furthermore, it includes a static mapping of CWE IDs (as read from the findings CSV) to partial/complete impacts (in src/Avus/CWE.hs, TODO: autogenerate).

Usage

Usage: avus [OPTION...] [FILE]
  -V        --version     show version information
  -o[FILE]  --out[=FILE]  output to FILE (defaults to stdout)

Supported report types

As of now, only the CSV input that is created with ThreadFix' CLI importer is supported. Furthermore, the CSV file needs to be preprocessed (see examples/prep.awk). The rare entries without a CWE ID are passed through unchanged.

Concepts and rationale of AVUS are documented in the following publication:

S. Renatus, C. Bartelheimer, and J. Eichler. Improving prioritization of software weaknesses using security models with AVUS, Source Code Analysis and Manipulation (SCAM 2015), to be published.

AVUS is copyright © 2015 Fraunhofer AISEC, and released to the public under the terms of the MIT license.

avus's People

Contributors

joern-e avatar srenatus avatar

Watchers

 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.