forgejo/models
Gusted 631c87cc23
[GITEA] Use restricted sanitizer for repository description
- Currently the repository description uses the same sanitizer as a
normal markdown document. This means that element such as heading and
images are allowed and can be abused.
- Create a minimal restricted sanitizer for the repository description,
which only allows what the postprocessor currently allows, which are
links and emojis.
- Added unit testing.
- Resolves https://codeberg.org/forgejo/forgejo/issues/1202
- Resolves https://codeberg.org/Codeberg/Community/issues/1122

(cherry picked from commit a8afa4cd18)
(cherry picked from commit 0238587c51)
(cherry picked from commit a8c7bbf728)
(cherry picked from commit 80e05a8245)
(cherry picked from commit f5af5050b3)
(cherry picked from commit 608f981e55)
(cherry picked from commit f40cff9263)
(cherry picked from commit 5f113bb611)
(cherry picked from commit 7798a3d746)
2023-11-13 14:09:44 +01:00
..
actions [CLI] implement forgejo-cli 2023-11-13 11:51:54 +01:00
activities Refactor Find Sources and fix bug when view a user who belongs to an unactive auth source (#27798) 2023-11-03 01:41:00 +00:00
admin
asymkey Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
auth [GITEA] silently ignore obsolete sudo scope 2023-11-13 14:07:36 +01:00
avatars Final round of db.DefaultContext refactor (#27587) 2023-10-14 08:37:24 +00:00
db [GITEA] Add slow SQL query warning 2023-11-13 14:07:36 +01:00
dbfs
fixtures [GITEA] Improve HTML title on repositories 2023-11-13 14:07:36 +01:00
forgejo/semver [SEMVER] store SemVer in ForgejoSemVer after a database upgrade 2023-11-13 12:21:09 +01:00
forgejo_migrations [SEMVER] store SemVer in ForgejoSemVer after a database upgrade 2023-11-13 12:21:08 +01:00
git Upgrade xorm to 1.3.4 (#27807) 2023-10-27 13:28:53 +02:00
issues [GITEA] enable system users for comment.LoadPoster 2023-11-13 14:09:43 +01:00
migrations [UPGRADE] run sanity checks before the database is upgraded 2023-11-13 12:21:09 +01:00
organization
packages List all Debian package versions in Packages (#27786) 2023-10-29 14:14:47 +00:00
perm
project
pull Add Index to pull_auto_merge.doer_id (#27811) 2023-10-30 08:39:29 +00:00
repo [GITEA] Use restricted sanitizer for repository description 2023-11-13 14:09:44 +01:00
secret
shared/types
system Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
unit
unittest [TESTS] tests.AddFixtures helper loads additional per-test fixtures 2023-11-13 12:21:09 +01:00
user [GITEA] notifies admins on new user registration 2023-11-13 14:09:41 +01:00
webhook Final round of db.DefaultContext refactor (#27587) 2023-10-14 08:37:24 +00:00
error.go
fixture_generation.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
fixture_test.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
main_test.go
org.go Refactor the function RemoveOrgUser (#27582) 2023-11-03 14:01:45 +00:00
org_team.go Refactor the function RemoveOrgUser (#27582) 2023-11-03 14:01:45 +00:00
org_team_test.go
org_test.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00
repo.go
repo_test.go
repo_transfer.go
repo_transfer_test.go