SSE: limit allowed input/output to/from classic conditions (#33337)

* add tests for graph and specific cases in this pr
This commit is contained in:
Kyle Brandt
2021-04-27 07:22:11 -04:00
committed by GitHub
parent 83d24b5aee
commit f5efe97763
3 changed files with 244 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@ func buildCMDNode(dp *simple.DirectedGraph, rn *rawNode) (*CMDNode, error) {
id: dp.NewNode().ID(),
refID: rn.RefID,
},
CMDType: commandType,
}
switch commandType {