jenkinsci / generic-webhook-trigger-plugin

Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
https://plugins.jenkins.io/generic-webhook-trigger
404 stars 159 forks source link

allow links and formatting in causeString #254

Closed yrumax closed 1 year ago

yrumax commented 1 year ago

This is related to #228 where the ability to include a user defined link was removed from the causeString. This change attempts to add links and formatting back to the element by running it through the OWASP HTML Sanitizer.

tomasbjerre commented 1 year ago

Thanks!