Skip to content

Commit 39ddab9

Browse files
authored
Update README.md to clarify supported standards
* Clarify support for MISRA C++ 2008 is limited to those rules available in AUTOSAR * Clarify our position on the C Coding Standards rules.
1 parent 4eb3112 commit 39ddab9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ This repository contains CodeQL queries and libraries which support various Codi
44

55
## Supported standards
66

7-
Carnegie Mellon and CERT are registered trademarks of Carnegie Mellon University.
7+
_Carnegie Mellon and CERT are registered trademarks of Carnegie Mellon University._
8+
89
This repository contains CodeQL queries and libraries which support various Coding Standards for the [C++14](https://www.iso.org/standard/64029.html) programming language.
910

10-
The following coding standards are included:
11-
- [AUTOSAR - Guidelines for the use of C++14 language in critical and safety-related systems Release 18-10](https://www.autosar.org/fileadmin/user_upload/standards/adaptive/18-10/AUTOSAR_RS_CPP14Guidelines.pdf)
12-
- [MISRA C++:2008](https://www.misra.org.uk)
11+
The following coding standards are supported:
12+
- [AUTOSAR - Guidelines for the use of C++14 language in critical and safety-related systems Release 20-11](https://www.autosar.org/fileadmin/user_upload/standards/adaptive/20-11/AUTOSAR_RS_CPP14Guidelines.pdf)
13+
- [MISRA C++:2008](https://www.misra.org.uk) (support limited to the rules specified in AUTOSAR 20-11).
1314
- [SEI CERT C++ Coding Standard: Rules for Developing Safe, Reliable, and Secure Systems (2016 Edition)](https://resources.sei.cmu.edu/library/asset-view.cfm?assetID=494932)
1415

16+
In addition, the following Coding Standards for the C programming language are under development:
17+
18+
- [SEI CERT C Coding Standard: Rules for Developing Safe, Reliable, and Secure Systems (2016 Edition)](https://resources.sei.cmu.edu/downloads/secure-coding/assets/sei-cert-c-coding-standard-2016-v01.pdf)
19+
- [MISRA C 2012](https://www.misra.org.uk/product/misra-c2012-third-edition-first-revision/).
20+
1521
## How do I use the CodeQL Coding Standards Queries?
1622

1723
The use of the CodeQL Coding Standards is extensively documented in the [user manual](docs/user_manual.md).

0 commit comments

Comments
 (0)