Skip to content

Commit

Permalink
SOAR-16875-Addressing SNYK vulnerabilities in gunicorn and validators
Browse files Browse the repository at this point in the history
  • Loading branch information
rbowden-r7 committed Jun 6, 2024
1 parent 9c71246 commit b97fd12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def extract_from_security_policy(self, policy: dict) -> dict: # noqa: MC0001
data=f"Policy config: {policy}",
)


for _, object_value in output.items():
if isinstance(object_value, list):
if isinstance(object_value[0], dict):
Expand Down
1 change: 0 additions & 1 deletion plugins/palo_alto_pan_os/unit_test/test_add_to_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def test_add_to_policy(
"Double-check that inputs are valid. Contact support if this issue persists.",
'{"line": "No such node"}',
]
]
)
def test_add_to_policy_bad(
Expand Down

0 comments on commit b97fd12

Please sign in to comment.