Skip to content

Commit 94918f9

Browse files
authored
Merge pull request #6 from PredicateSystems/fix_release
fix: Add nosec B404 comment to subprocess import
2 parents 5a628b8 + 9d262d7 commit 94918f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/predicate_secure/openclaw_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import json
1313
import os
14-
import subprocess
14+
import subprocess # nosec B404
1515
import threading
1616
from collections.abc import Callable
1717
from dataclasses import dataclass

0 commit comments

Comments
 (0)