File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The _CodeQL Coding Standards_ product is a set of CodeQL queries for identifying
48
48
49
49
| Standard | Version | Total rules | Total supportable rules | Status |
50
50
| -------------------------------------------------------------------------------------------------------------------- | ------- | ----------- | ----------------------- | ----------------- |
51
- | [ AUTOSAR C++] ( https://www.autosar.org/fileadmin/user_upload/ standards/adaptive/20-11/AUTOSAR_RS_CPP14Guidelines.pdf ) | 20-11 | 397 | 375 | Implemented |
51
+ | [ AUTOSAR C++] ( https://www.autosar.org/fileadmin/standards/adaptive/20-11/AUTOSAR_RS_CPP14Guidelines.pdf ) | 20-11 | 397 | 375 | Implemented |
52
52
| [ CERT-C++] ( https://resources.sei.cmu.edu/downloads/secure-coding/assets/sei-cert-cpp-coding-standard-2016-v01.pdf ) | 2016 | 83 | 83 | Implemented |
53
53
| [ CERT C] ( https://resources.sei.cmu.edu/downloads/secure-coding/assets/sei-cert-c-coding-standard-2016-v01.pdf ) | 2016 | 99 | 99 | Under development |
54
54
| [ MISRA C] ( https://www.misra.org.uk/product/misra-c2012-third-edition-first-revision/ ) | 2012 | 172 | 169 | Under development |
Original file line number Diff line number Diff line change 49
49
},
50
50
"AUTOSAR" : {
51
51
"standard_title" : "AUTOSAR: Guidelines for the use of the C++14 language in critical and safety-related systems" ,
52
- "standard_url" : "https://www.autosar.org/fileadmin/user_upload/ standards/adaptive/19 -11/AUTOSAR_RS_CPP14Guidelines.pdf"
52
+ "standard_url" : "https://www.autosar.org/fileadmin/standards/adaptive/20 -11/AUTOSAR_RS_CPP14Guidelines.pdf"
53
53
},
54
54
"CERT-C" : {
55
55
"standard_title" : "CERT-C" ,
@@ -368,7 +368,7 @@ def generate_package_files(package_name: str) -> None:
368
368
query ["standard_title" ] = "AUTOSAR: Guidelines for the use of the C++14 language in critical and safety-related systems"
369
369
query [
370
370
"standard_url"
371
- ] = "https://www.autosar.org/fileadmin/user_upload/ standards/adaptive/19 -11/AUTOSAR_RS_CPP14Guidelines.pdf"
371
+ ] = "https://www.autosar.org/fileadmin/standards/adaptive/20 -11/AUTOSAR_RS_CPP14Guidelines.pdf"
372
372
373
373
help_dir = None
374
374
if standard_name in external_help_file_standards :
You can’t perform that action at this time.
0 commit comments