[PR #4740] [MERGED] Improve URL validation for external wiki and external issues (#4710) #17482

Closed
opened 2025-11-02 13:37:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4740
Author: @lafriks
Created: 8/17/2018
Status: Merged
Merged: 8/18/2018
Merged by: @techknowlogick

Base: release/v1.5Head: backport/fix/url_validation_ext_issue


📝 Commits (1)

  • dae95a2 Improve URL validation for external wiki and external issues (#4710)

📊 Changes

5 files changed (+180 additions, -10 deletions)

View changed files

📝 modules/validation/binding.go (+3 -8)
modules/validation/helpers.go (+77 -0)
modules/validation/helpers_test.go (+90 -0)
📝 options/locale/locale_en-US.ini (+1 -0)
📝 routers/repo/setting.go (+9 -2)

📄 Description

Backport #4710


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4740 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 8/17/2018 **Status:** ✅ Merged **Merged:** 8/18/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `release/v1.5` ← **Head:** `backport/fix/url_validation_ext_issue` --- ### 📝 Commits (1) - [`dae95a2`](https://github.com/go-gitea/gitea/commit/dae95a2fe01e3237bcea57fb45559fd5cfd14abf) Improve URL validation for external wiki and external issues (#4710) ### 📊 Changes **5 files changed** (+180 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `modules/validation/binding.go` (+3 -8) ➕ `modules/validation/helpers.go` (+77 -0) ➕ `modules/validation/helpers_test.go` (+90 -0) 📝 `options/locale/locale_en-US.ini` (+1 -0) 📝 `routers/repo/setting.go` (+9 -2) </details> ### 📄 Description Backport #4710 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 13:37:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17482