This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP Glue Tool Project"

From OWASP
Jump to: navigation, search
(Project About)
Line 6: Line 6:
 
| valign="top"  style="border-right: 1px dotted gray;padding-right:25px;" |
 
| valign="top"  style="border-right: 1px dotted gray;padding-right:25px;" |
  
==OWASP Pipeline Tool Project==
+
==OWASP Glue Tool Project==
  
The OWASP Pipeline Tool Project is a tools based project intended to make security automation easier.  It is essentially a ruby gem that co-ordinates the running of different analysis tools and reporting from those tools.
+
The OWASP Glue Tool Project is a tools based project intended to make security automation easier.  It is essentially a ruby gem that co-ordinates the running of different analysis tools and reporting from those tools.
  
 
==Description==
 
==Description==
Line 23: Line 23:
 
== Project Resources ==
 
== Project Resources ==
  
[https://github.com/OWASP/pipeline Source Code]
+
[https://github.com/OWASP/glue Source Code]
 
 
[https://www.owasp.org/index.php/OWASP_Pipeline_Tool_Project Wiki Home Page]
 
  
 
== Project Leader ==
 
== Project Leader ==
Line 51: Line 49:
 
== News and Events ==
 
== News and Events ==
 
* [27 Aug 2015] Initial Release.
 
* [27 Aug 2015] Initial Release.
 
+
* [14 Sep 2016] Renamed to Glue from Pipeline.
 
|}
 
|}
  
 
=FAQs=
 
=FAQs=
  
==What does Pipeline do?==
+
==What does Glue do?==
The OWASP Pipeline tool attempts to make it very easy to run different types of security tools at various stages of the software development process and produce unified issues that can be used in other contexts to track or remediate issues.
+
The OWASP Glue tool attempts to make it very easy to run different types of security tools at various stages of the software development process and produce unified issues that can be used in other contexts to track or remediate issues.
  
==Why would I use Pipeline?==
+
==Why would I use Glue?==
 
To help get security feedback into your developers hands faster.
 
To help get security feedback into your developers hands faster.
  
Line 82: Line 80:
  
 
==Roadmap==
 
==Roadmap==
As of <strong>December, 2015, the highest priorities for the next 6 months</strong> are:
+
As of <strong>September, 2016, the highest priorities for the next 6 months</strong> are:
 
<strong>
 
<strong>
* Produce Docker image for easy use
+
* Stronger Jenkins workflow integration
* Integrate SonarQube
 
* Jenkins workflow integration
 
 
* Integrate ZAP
 
* Integrate ZAP
* Closing JIRA items when fixed
+
* Stronger JIRA integration
 
</strong>
 
</strong>
  

Revision as of 22:05, 14 September 2016

OWASP Project Header.jpg

OWASP Glue Tool Project

The OWASP Glue Tool Project is a tools based project intended to make security automation easier. It is essentially a ruby gem that co-ordinates the running of different analysis tools and reporting from those tools.

Description

The purpose of the project is to make it easy to run static analysis tools, live analysis tools (ZAP) etc. as part of an automated build process and to report the findings to JIRA or other tracking systems.

Licensing

Apache 2.0 License

This program is free software: you can redistribute it and/or modify it under the terms of the link Apache 2.0 License as published by the Apache Software Foundation. Any contributions are Copyright © by OWASP 2015.

Project Resources

Source Code

Project Leader

Matt Konda

Related Projects

Classifications

Project Type Files TOOL.jpg
Incubator Project Owasp-builders-small.png
Owasp-defenders-small.png

News and Events

  • [27 Aug 2015] Initial Release.
  • [14 Sep 2016] Renamed to Glue from Pipeline.

What does Glue do?

The OWASP Glue tool attempts to make it very easy to run different types of security tools at various stages of the software development process and produce unified issues that can be used in other contexts to track or remediate issues.

Why would I use Glue?

To help get security feedback into your developers hands faster.

How can I participate in your project?

Reach out to [email protected] with any questions or ideas or ideas about how to participate. We are welcoming input. We are following standard github workflow so you can fork the code and submit a pull request if you prefer. Alternatively, you can get more deeply involved and talk with us about roadmap and other items.

If I am not a programmer can I participate in your project?

Yes, you can certainly participate in the project if you are not a programmer or technical. The project needs different skills and expertise and different times during its development. Currently, we are looking for researchers, writers, graphic designers, and a project administrator. See the Road Map and Getting Involved tab for more details.

Contributors

To this point, project contributors include:

Deliverable: Pipeline is delivered as a ruby gem (executable binary) and in a docker image with required tools already bundled.

Roadmap

As of September, 2016, the highest priorities for the next 6 months are:

  • Stronger Jenkins workflow integration
  • Integrate ZAP
  • Stronger JIRA integration

Subsequent Releases will add

  • Additional Tools...

Getting Involved

Involvement in the development and promotion of Pipeline is actively encouraged! You do not have to be a security expert or a programmer to contribute. Some of the ways you can help are as follows:

Coding

We could implement some of the later items on the roadmap sooner if someone wanted to help out with unit or automated regression tests

Localization

Are you fluent in another language? Can you help translate the text strings in the Tool Project Template into that language?

Testing

Do you have a flair for finding bugs in software? We want to product a high quality product, so any help with Quality Assurance would be greatly appreciated. Let us know if you can offer your help.

Feedback

Please use the Tool Project Template project mailing list for feedback about:

  • What do like?
  • What don't you like?
  • What features would you like to see prioritized on the roadmap?

Pipeline needs

1. Pull from github or a specified location on the file system 2. Run tools like brakeman, bundler-audit and owasp-dependency-check on the code. 3. Standardizes the format of results then reports them in text, csv, json or via JIRA's REST API. 4. Detect duplicates and won't report the same thing more than once.

It also needs to be easy to set up the security tools and digest results. Hence a focus on docker.

Detail around this project can be found at: https://github.com/owasp/pipeline