|
38 | 38 | "short_name":"CheckMathLibraryFunctionParameters", |
39 | 39 | "shared_implementation_short_name":"UncheckedRangeDomainPoleErrors", |
40 | 40 | "tags": [ |
41 | | -"correctness" |
| 41 | +"correctness", |
| 42 | +"external/misra/c/2012/third-edition-first-revision" |
42 | 43 | ], |
43 | 44 | "implementation_scope": { |
44 | 45 | "description":"This query identifies possible domain, pole and range errors on a selection of C standard library fuctions from math.h." |
|
61 | 62 | "short_name":"FunctionErrorInformationUntested", |
62 | 63 | "shared_implementation_short_name":"FunctionErroneousReturnValueNotTested", |
63 | 64 | "tags": [ |
64 | | -"maintainability" |
| 65 | +"maintainability", |
| 66 | +"external/misra/c/2012/third-edition-first-revision" |
65 | 67 | ], |
66 | 68 | "implementation_scope": { |
67 | 69 | "description":"This query enforces checking on some C standard library functions that may return error codes." |
|