Skip to content
Snippets Groups Projects
Commit 57684558 authored by sjthales's avatar sjthales
Browse files

tranfer to ThalesGroup

parents 2f74201e bd97d18c
Branches
Tags
No related merge requests found
......@@ -174,3 +174,4 @@ incurred by, or claims asserted against, such Contributor by reason of your
accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
......@@ -130,3 +130,4 @@ $ make cva6_ooc CLK_PERIOD_NS=20 BATCH_MODE=0
This command generates synthesis and place and route reports in **fpga/reports_cva6_ooc_synth** and **fpga/reports_cva6_ooc_impl**.
Describe here all the security policies in place on this repository to help your contributors to handle security issues efficiently.
## Goods practices to follow
:warning:**You must never store credentials information into source code or config file in a GitHub repository**
- Block sensitive data being pushed to GitHub by git-secrets or its likes as a git pre-commit hook
- Audit for slipped secrets with dedicated tools
- Use environment variables for secrets in CI/CD (e.g. GitHub Secrets) and secret managers in production
# Security Policy
## Supported Versions
Use this section to tell people about which versions of your project are currently being supported with security updates.
| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
## Reporting a Vulnerability
Use this section to tell people how to report a vulnerability.
Tell them where to go, how often they can expect to get an update on a reported vulnerability, what to expect if the vulnerability is accepted or declined, etc.
You can ask for support by contacting security@opensource.thalesgroup.com
## Disclosure policy
Define the procedure for what a reporter who finds a security issue needs to do in order to fully disclose the problem safely, including who to contact and how.
## Security Update policy
Define how you intend to update users about new security vulnerabilities as they are found.
## Security related configuration.
Settings users should consider that would impact the security posture of deploying this project, such as HTTPS, authorization and many others.
## Known security gaps & future enhancements.
Security improvements you haven’t gotten to yet.
Inform users those security controls aren’t in place, and perhaps suggest they contribute an implementation
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment