|
188 | 188 | "tool": { |
189 | 189 | "driver": { |
190 | 190 | "name": "Semgrep OSS", |
191 | | - "rules": [ |
192 | | - { |
193 | | - "defaultConfiguration": { |
194 | | - "level": "warning" |
195 | | - }, |
196 | | - "fullDescription": { |
197 | | - "text": "Unsafe command execution with os.system" |
198 | | - }, |
199 | | - "help": { |
200 | | - "markdown": "Unsafe command execution with os.system", |
201 | | - "text": "Unsafe command execution with os.system" |
202 | | - }, |
203 | | - "id": "codacy.tools-configs.python.lang.security.audit.os-system.os-system", |
204 | | - "name": "codacy.tools-configs.python.lang.security.audit.os-system.os-system", |
205 | | - "properties": { |
206 | | - "precision": "very-high", |
207 | | - "tags": [] |
208 | | - }, |
209 | | - "shortDescription": { |
210 | | - "text": "Semgrep Finding: codacy.tools-configs.python.lang.security.audit.os-system.os-system" |
211 | | - } |
212 | | - }, |
213 | | - { |
214 | | - "defaultConfiguration": { |
215 | | - "level": "warning" |
216 | | - }, |
217 | | - "fullDescription": { |
218 | | - "text": "Unsafe deserialization with pickle" |
219 | | - }, |
220 | | - "help": { |
221 | | - "markdown": "Unsafe deserialization with pickle", |
222 | | - "text": "Unsafe deserialization with pickle" |
223 | | - }, |
224 | | - "id": "codacy.tools-configs.python.lang.security.audit.pickle.avoid-pickle", |
225 | | - "name": "codacy.tools-configs.python.lang.security.audit.pickle.avoid-pickle", |
226 | | - "properties": { |
227 | | - "precision": "very-high", |
228 | | - "tags": [] |
229 | | - }, |
230 | | - "shortDescription": { |
231 | | - "text": "Semgrep Finding: codacy.tools-configs.python.lang.security.audit.pickle.avoid-pickle" |
232 | | - } |
233 | | - }, |
234 | | - { |
235 | | - "defaultConfiguration": { |
236 | | - "level": "warning" |
237 | | - }, |
238 | | - "fullDescription": { |
239 | | - "text": "Hardcoded password detected" |
240 | | - }, |
241 | | - "help": { |
242 | | - "markdown": "Hardcoded password detected", |
243 | | - "text": "Hardcoded password detected" |
244 | | - }, |
245 | | - "id": "codacy.tools-configs.python.lang.security.audit.hardcoded-password.hardcoded-password", |
246 | | - "name": "codacy.tools-configs.python.lang.security.audit.hardcoded-password.hardcoded-password", |
247 | | - "properties": { |
248 | | - "precision": "very-high", |
249 | | - "tags": [] |
250 | | - }, |
251 | | - "shortDescription": { |
252 | | - "text": "Semgrep Finding: codacy.tools-configs.python.lang.security.audit.hardcoded-password.hardcoded-password" |
253 | | - } |
254 | | - }, |
255 | | - { |
256 | | - "defaultConfiguration": { |
257 | | - "level": "warning" |
258 | | - }, |
259 | | - "fullDescription": { |
260 | | - "text": "Unsafe command execution with shell=True" |
261 | | - }, |
262 | | - "help": { |
263 | | - "markdown": "Unsafe command execution with shell=True", |
264 | | - "text": "Unsafe command execution with shell=True" |
265 | | - }, |
266 | | - "id": "codacy.tools-configs.python.lang.security.audit.subprocess-shell-true.subprocess-shell-true", |
267 | | - "name": "codacy.tools-configs.python.lang.security.audit.subprocess-shell-true.subprocess-shell-true", |
268 | | - "properties": { |
269 | | - "precision": "very-high", |
270 | | - "tags": [] |
271 | | - }, |
272 | | - "shortDescription": { |
273 | | - "text": "Semgrep Finding: codacy.tools-configs.python.lang.security.audit.subprocess-shell-true.subprocess-shell-true" |
274 | | - } |
275 | | - } |
276 | | - ], |
| 191 | + "rules": null, |
277 | 192 | "semanticVersion": "1.78.0" |
278 | 193 | } |
279 | 194 | } |
|
0 commit comments