diff --git a/cpg-core/src/main/kotlin/de/fraunhofer/aisec/cpg/graph/edge/Properties.kt b/cpg-core/src/main/kotlin/de/fraunhofer/aisec/cpg/graph/edge/Properties.kt index 78ab3f04a3a..9e73da5b044 100644 --- a/cpg-core/src/main/kotlin/de/fraunhofer/aisec/cpg/graph/edge/Properties.kt +++ b/cpg-core/src/main/kotlin/de/fraunhofer/aisec/cpg/graph/edge/Properties.kt @@ -52,7 +52,8 @@ enum class Properties { DEPENDENCE, DYNAMIC_INVOKE, SENSITIVITY, - CALLING_CONTEXT + CALLING_CONTEXT_IN, + CALLING_CONTEXT_OUT } /** The types of dependencies that might be represented in the CPG */