addedInput schema / properties / identifier / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / identifier / default
Added value: +null
removedInput schema / properties / identifier / description
Removed value: -"Custom identifier to track which injection point triggered (e.g., 'comment-field', 'profile-name')"
addedInput schema / properties / identifier / title
Added value: +"Identifier"
removedInput schema / properties / identifier / type
Removed value: -"string"
removedInput schema / properties / include_cookies / description
Removed value: -"Include payload that exfiltrates cookies (default: true)"
addedInput schema / properties / include_cookies / title
Added value: +"Include Cookies"
removedInput schema / properties / include_dom / description
Removed value: -"Include payload that captures DOM info like URL and referrer (default: true)"
addedInput schema / properties / include_dom / title
Added value: +"Include Dom"
changedInput schema / properties / webhook_token / description
Previous value: -"The webhook token (UUID) from webhook.site"New value: +"Webhook UUID returned by create_webhook"
addedInput schema / properties / webhook_token / title
Added value: +"Webhook Token"
addedInput schema / title
Added value: +"generate_xss_callbackArguments"
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "title": "generate_xss_callbackDictOutput",
+ "type": "object"
+}