Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f3199c4113e4a3c2858f095618437453ffa75cf6 https://github.com/openSUSE/open-build-service/commit/f3199c4113e4a3c2858f09... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-11 (Thu, 11 Apr 2024) Changed paths: M src/api/app/views/webui/project/update.js.haml M src/api/spec/features/webui/projects_spec.rb Log Message: ----------- Escape project title When updating the title within an AJAX call, it crashed when the title contained quotes. Escaping the title was missing. Commit: ad0fa9d8c1fafbbca254820a86306bef7190cce4 https://github.com/openSUSE/open-build-service/commit/ad0fa9d8c1fafbbca25482... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-11 (Thu, 11 Apr 2024) Changed paths: M src/api/app/views/webui/package/update.js.haml M src/api/spec/features/webui/packages_spec.rb Log Message: ----------- Escape package title When updating the title within an AJAX call, it crashed when the title contained quotes. Escaping the title was missing. Commit: 55896ce99db3fddf94adba400a3bd2593e15a51e https://github.com/openSUSE/open-build-service/commit/55896ce99db3fddf94adba... Author: Saray Cabrera Padrón <scabrerapadron@suse.com> Date: 2024-04-11 (Thu, 11 Apr 2024) Changed paths: M src/api/app/views/webui/package/update.js.haml M src/api/app/views/webui/project/update.js.haml M src/api/spec/features/webui/packages_spec.rb M src/api/spec/features/webui/projects_spec.rb Log Message: ----------- Merge pull request #15969 from saraycp/edition_project_title Escape project and package title Compare: https://github.com/openSUSE/open-build-service/compare/040e40f9f54d...55896c... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications