Skip to content

Commit 6bcee1a

Browse files
committed
Add tag for taint problem
1 parent a31ebea commit 6bcee1a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

argot-proofs/argot-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,12 @@ dataflow-problems:
8787
- .*/session/retry.*
8888
- .*/session/shell.*
8989
- .*aws-sdk-go/service/kms.*
90+
9091
taint-tracking:
91-
- filters:
92+
- tag: diodon-io-independence
93+
description: "Diodon: SSM Agent I/O independence proof"
94+
severity: HIGH
95+
filters:
9296
- type: error$ # TODO is this ok?
9397
fail-on-implicit-flow: true # handle information flow
9498
sources:

0 commit comments

Comments
 (0)