You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME: Workaround due to type incompatibility of MultiValueMap<String, String> and MultiValueMap<String, Object>.
103
+
// FIXME: #36 Workaround due to type incompatibility of MultiValueMap<String, String> and MultiValueMap<String, Object>.
104
104
for (finalvaroption : options.entrySet()) {
105
105
body.add(option.getKey(), option.getValue());
106
106
}
@@ -114,7 +114,7 @@ public String getFilename() {
114
114
}
115
115
};
116
116
117
-
// FIXME: Why do we add the whole byte array resource here as object? Is not simply the file name sufficient here? Then we could use <String, String>
117
+
// FIXME: #36 Why do we add the whole byte array resource here as object? Is not simply the file name sufficient here? Then we could use <String, String>
118
118
// We send the whole file content, so DefectDojo can parse the finding by itself.
0 commit comments