LOTS of security fixes of containers and other versions

This commit is contained in:
frikky
2021-10-14 23:00:07 +02:00
parent 66ed72b241
commit 435454ca78
19 changed files with 1696 additions and 157 deletions
+11
View File
@@ -753,6 +753,10 @@ const ParsedAction = (props) => {
var placeholder = "Static value"
if (data.example !== undefined && data.example !== null && data.example.length > 0) {
placeholder = data.example
if (data.name === "url" && data.value.length === 0) {
data.value = data.example
}
}
if (data.name.startsWith("${") && data.name.endsWith("}")) {
@@ -1270,6 +1274,13 @@ const ParsedAction = (props) => {
}
tmpitem = (tmpitem.charAt(0).toUpperCase()+tmpitem.substring(1)).replaceAll("_", " ")
if (tmpitem === "Username basic") {
tmpitem = "Username"
} else if (tmpitem === "Password basic") {
tmpitem = "Password"
}
const description = data.description === undefined ? "" : data.description
const tooltipDescription =
<span>