Skip to content

Commit 73db45c

Browse files
committed
Added CODEOWNERS
1 parent fe5dcd8 commit 73db45c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/CODEOWNERS

+4
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ build.gradle.kts @oxisto
3030
.github @oxisto
3131

3232
cpg-language-ini @maximiliankaul
33+
3334
cpg-concepts @maximiliankaul
35+
36+
codyze @fwendland
37+
codyze-compliance @fwendland @oxisto

codyze-compliance/src/main/kotlin/de/fraunhofer/aisec/cpg/codyze/compliance/SecurityGoal.kt

+2-6
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ class NameSerializer : KSerializer<Name> {
7878
}
7979
}
8080

81-
/**
82-
* A custom serializer for the [Component] class.
83-
*/
81+
/** A custom serializer for the [Component] class. */
8482
class ComponentSerializer : KSerializer<Component?> {
8583
override val descriptor: SerialDescriptor =
8684
PrimitiveSerialDescriptor(Component::class.qualifiedName!!, PrimitiveKind.STRING)
@@ -97,9 +95,7 @@ class ComponentSerializer : KSerializer<Component?> {
9795
}
9896
}
9997

100-
/**
101-
* Load all security goals from a directory.
102-
*/
98+
/** Load all security goals from a directory. */
10399
@OptIn(ExperimentalPathApi::class)
104100
fun loadSecurityGoals(directory: String): List<SecurityGoal> {
105101
// Walk the directory and load all YAML files

0 commit comments

Comments
 (0)