Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/openenclave/openenclave-security

Open Enclave specific security automation projects (CodeQL static analysis, Fuzzing and binary analysis).
https://github.com/openenclave/openenclave-security

Last synced: 1 day ago
JSON representation

Open Enclave specific security automation projects (CodeQL static analysis, Fuzzing and binary analysis).

Lists

README

        

# Open Enclave Security
This repository will host security automation projects for Open Enclave. These scripts and toolset are used in continous intergration, developer testing and security analysis of Open Enclave.

1. Static Analysis
- [OpenEnclave-CodeQL](src/static/codeql)

2. Dynamic Analysis
- [OpenEnclave-Fuzzing](src/dynamic/fuzzing)

# Prerequisites
## Build dependencies
- [Open Enclave build dependencies](https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/install_oe_sdk-Ubuntu_18.04.md)
- Python3

## Platforms
- Ubuntu 16.04
- Ubuntu 18.04

## Licensing

This project is released under the [MIT License](LICENSE).

## Contributing

This project welcomes contributions and suggestions. All contributions to the Open Enclave Security
must adhere to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
For details, see parent project [Contributing to Open Enclave](https://github.com/openenclave/openenclave/blob/master/docs/Community/Contributing.md).

When you submit a pull request, a DCO-bot will automatically determine whether you need
to provide a DCO sign off. Simply follow the instructions provided by the bot.

This project follows a [Code of Conduct](docs/CodeOfConduct.md) adapted from the [Contributor Covenant v1.4](https://www.contributor-covenant.org).