|
17 | 17 | "severity": "error", |
18 | 18 | "short_name": "FunctionsMallocCallocReallocAndFreeUsed", |
19 | 19 | "tags": [ |
20 | | - "correctness" |
| 20 | + "correctness", |
| 21 | + "scope/single-translation-unit" |
21 | 22 | ] |
22 | 23 | } |
23 | 24 | ], |
|
40 | 41 | "severity": "error", |
41 | 42 | "short_name": "BindUsed", |
42 | 43 | "tags": [ |
43 | | - "correctness" |
| 44 | + "correctness", |
| 45 | + "scope/single-translation-unit" |
44 | 46 | ] |
45 | 47 | } |
46 | 48 | ], |
|
62 | 64 | "precision": "very-high", |
63 | 65 | "severity": "error", |
64 | 66 | "short_name": "PseudorandomNumbersGeneratedUsingRand", |
65 | | - "shared_implementation_short_name" : "DoNotUseRandForGeneratingPseudorandomNumbers", |
| 67 | + "shared_implementation_short_name": "DoNotUseRandForGeneratingPseudorandomNumbers", |
66 | 68 | "tags": [ |
67 | | - "security" |
| 69 | + "security", |
| 70 | + "scope/single-translation-unit" |
68 | 71 | ] |
69 | 72 | } |
70 | 73 | ], |
|
87 | 90 | "severity": "error", |
88 | 91 | "short_name": "SetjmpMacroAndTheLongjmpFunctionUsed", |
89 | 92 | "tags": [ |
90 | | - "correctness" |
| 93 | + "correctness", |
| 94 | + "scope/single-translation-unit" |
91 | 95 | ] |
92 | 96 | } |
93 | 97 | ], |
|
111 | 115 | "short_name": "LibraryFunctionsAbortExitGetenvAndSystemFromLibraryCstdlibUsed", |
112 | 116 | "tags": [ |
113 | 117 | "correctness", |
114 | | - "security" |
| 118 | + "security", |
| 119 | + "scope/single-translation-unit" |
115 | 120 | ] |
116 | 121 | } |
117 | 122 | ], |
|
135 | 140 | "short_name": "TimeHandlingFunctionsOfLibraryCtimeUsed", |
136 | 141 | "tags": [ |
137 | 142 | "correctness", |
138 | | - "security" |
| 143 | + "security", |
| 144 | + "scope/single-translation-unit" |
139 | 145 | ] |
140 | 146 | } |
141 | 147 | ], |
|
159 | 165 | "short_name": "UnboundedFunctionsOfLibraryCstringUsed", |
160 | 166 | "tags": [ |
161 | 167 | "security", |
162 | | - "correctness" |
| 168 | + "correctness", |
| 169 | + "scope/single-translation-unit" |
163 | 170 | ] |
164 | 171 | } |
165 | 172 | ], |
|
182 | 189 | "severity": "error", |
183 | 190 | "short_name": "MacroOffsetofUsed", |
184 | 191 | "tags": [ |
185 | | - "security" |
| 192 | + "security", |
| 193 | + "scope/single-translation-unit" |
186 | 194 | ] |
187 | 195 | } |
188 | 196 | ], |
|
203 | 211 | "severity": "error", |
204 | 212 | "short_name": "DoNotUseSetjmpOrLongjmp", |
205 | 213 | "tags": [ |
206 | | - "correctness" |
| 214 | + "correctness", |
| 215 | + "scope/single-translation-unit" |
207 | 216 | ] |
208 | 217 | } |
209 | 218 | ], |
|
221 | 230 | "precision": "very-high", |
222 | 231 | "severity": "error", |
223 | 232 | "short_name": "DoNotUseRandForGeneratingPseudorandomNumbers", |
224 | | - "shared_implementation_short_name" : "DoNotUseRandForGeneratingPseudorandomNumbers", |
| 233 | + "shared_implementation_short_name": "DoNotUseRandForGeneratingPseudorandomNumbers", |
225 | 234 | "tags": [ |
226 | | - "security" |
| 235 | + "security", |
| 236 | + "scope/single-translation-unit" |
227 | 237 | ] |
228 | 238 | } |
229 | 239 | ], |
|
242 | 252 | "severity": "error", |
243 | 253 | "short_name": "PreferSpecialMemberFunctionsAndOverloadedOperatorsToCStandardLibraryFunctions", |
244 | 254 | "tags": [ |
245 | | - "correctness" |
| 255 | + "correctness", |
| 256 | + "scope/single-translation-unit" |
246 | 257 | ] |
247 | 258 | } |
248 | 259 | ], |
|
0 commit comments