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: 4 days ago
JSON representation
Open Enclave specific security automation projects (CodeQL static analysis, Fuzzing and binary analysis).
- Host: GitHub
- URL: https://github.com/openenclave/openenclave-security
- Owner: openenclave
- License: mit
- Created: 2021-01-19T18:59:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T21:32:15.000Z (3 months ago)
- Last Synced: 2025-03-25T08:51:19.111Z (21 days ago)
- Language: C++
- Size: 59.6 KB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-SGX-Open-Source - https://github.com/openenclave/openenclave-security
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).