From 6b6f635b7e5ef57ba688b966d0cc41bd4020599d Mon Sep 17 00:00:00 2001 From: Alexander Kuechler Date: Thu, 12 Oct 2023 14:26:54 +0200 Subject: [PATCH] Minor change --- .../kotlin/de/fraunhofer/aisec/cpg/graph/edge/Properties.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */