Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dowjones/reapsaw
Reapsaw is a continuous security devsecops tool, which helps in enabling security into CI/CD Pipeline. It supports coverage for multiple programming languages.
https://github.com/dowjones/reapsaw
appsec continuous-security devsecops secure-coding
Last synced: 3 months ago
JSON representation
Reapsaw is a continuous security devsecops tool, which helps in enabling security into CI/CD Pipeline. It supports coverage for multiple programming languages.
- Host: GitHub
- URL: https://github.com/dowjones/reapsaw
- Owner: dowjones
- License: apache-2.0
- Created: 2019-07-29T15:36:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T11:20:40.000Z (about 4 years ago)
- Last Synced: 2024-05-22T02:52:30.249Z (6 months ago)
- Topics: appsec, continuous-security, devsecops, secure-coding
- Language: Python
- Homepage:
- Size: 2.61 MB
- Stars: 41
- Watchers: 13
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dev-first-security - ReapSaw
README
![Reapsaw](docs/logo.png)
## Reapsaw### Introduction
Dow Jones Reapsaw is our way to embed security testing within an SDLC lifecycle. This helps to ensure that security testing is consistent and effective.
Reapsaw is an orchestration platform for various security tools (static and run-time) which helps in identifying different types of security bugs during the process (open source vulnerabilities, static code security bugs, insecure functions, secrets in code, authentication bypass etc.).
It can be easily integrated into already-established process and tools in an organizations SDLC, bug trackers, source repositories and other testing tools. Being CI/CD friendly,once enabled within the CI pipeline, reapsaw will help in identifying very high fidelity and low false positive bugs into developers backlog. This will enable in quick feedback and provide developers friendly recommendations on fixes.![Reapsaw](docs/execution-model.png)
Static application security testing (SAST) is a set of technologies designed to analyze application source code for coding and design conditions that are indicative of security vulnerabilities.
### Documentation
- [Wiki](https://github.com/dowjones/reapsaw/wiki)### Tests
- see also [CONTRIBUTING](https://github.com/dowjones/reapsaw/blob/master/CONTRIBUTING.md)
```
tox -e install
tox -e test
```