Commit 73db45c 1 parent fe5dcd8 commit 73db45c Copy full SHA for 73db45c
File tree 2 files changed +6
-6
lines changed
codyze-compliance/src/main/kotlin/de/fraunhofer/aisec/cpg/codyze/compliance
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,8 @@ build.gradle.kts @oxisto
30
30
.github @ oxisto
31
31
32
32
cpg-language-ini @ maximiliankaul
33
+
33
34
cpg-concepts @ maximiliankaul
35
+
36
+ codyze @ fwendland
37
+ codyze-compliance @ fwendland @ oxisto
Original file line number Diff line number Diff line change @@ -78,9 +78,7 @@ class NameSerializer : KSerializer<Name> {
78
78
}
79
79
}
80
80
81
- /* *
82
- * A custom serializer for the [Component] class.
83
- */
81
+ /* * A custom serializer for the [Component] class. */
84
82
class ComponentSerializer : KSerializer <Component ?> {
85
83
override val descriptor: SerialDescriptor =
86
84
PrimitiveSerialDescriptor (Component ::class .qualifiedName!! , PrimitiveKind .STRING )
@@ -97,9 +95,7 @@ class ComponentSerializer : KSerializer<Component?> {
97
95
}
98
96
}
99
97
100
- /* *
101
- * Load all security goals from a directory.
102
- */
98
+ /* * Load all security goals from a directory. */
103
99
@OptIn(ExperimentalPathApi ::class )
104
100
fun loadSecurityGoals (directory : String ): List <SecurityGoal > {
105
101
// Walk the directory and load all YAML files
You can’t perform that action at this time.
0 commit comments