Closed aswanson-nr closed 3 years ago
Repository links were not be validated and allowed users to submit URLs of various protocols. This update restricts the display of links to those with a protocol of http or https and adds input validation to do the same.
Closes #67
All committers have signed the CLA.
:tada: This PR is included in version 0.6.8 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Summary
Repository links were not be validated and allowed users to submit URLs of various protocols. This update restricts the display of links to those with a protocol of http or https and adds input validation to do the same.
Closes #67