We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3546a commit 86659fcCopy full SHA for 86659fc
tests/appsec/iast/sink/test_hardcoded_secrets.py
@@ -44,7 +44,7 @@ def test_hardcoded_secrets_exec(self):
44
hardcode_secrets = [v for v in hardcode_secrets if v["evidence"]["value"] == "aws-access-token"]
45
assert len(hardcode_secrets) == 1
46
vuln = hardcode_secrets[0]
47
- assert vuln["location"]["path"] == get_expectation(self.location_map)
+ assert vuln["location"]["class"] == get_expectation(self.location_map)
48
49
50
@features.iast_sink_hardcoded_secrets
0 commit comments