We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b199183 commit 998c9c8Copy full SHA for 998c9c8
src/main/java/io/securecodebox/persistence/defectdojo/models/Finding.java
@@ -98,6 +98,15 @@ public class Finding extends DefectDojoModel {
98
@Builder.Default
99
Boolean falsePositive = false;
100
101
+ @JsonProperty("component_name")
102
+ String componentName;
103
+
104
+ @JsonProperty("component_version")
105
+ String componentVersion;
106
107
+ @JsonProperty("file_path")
108
+ String filePath;
109
110
@JsonProperty
111
@NonNull
112
0 commit comments