strapi-community / strapi-plugin-slugify

A plugin for Strapi Headless CMS that provides the ability to auto slugify a field for any content type.
https://market.strapi.io/plugins/strapi-plugin-slugify
MIT License
45 stars 21 forks source link

fix(slugController): sanitize response #19

Closed ComfortablyCoding closed 2 years ago

ComfortablyCoding commented 2 years ago

This PR ensures we sanitize the data before sending it back.

Relates Issue(s)

15

AlMuz commented 2 years ago

@ComfortablyCoding Hello, faced with problem that I'm getting createdBy and updatedBy and find out that data should be sanitized from strapi. As i understood - this PR should fix this problem, but this changes is not published as new version of package, right?

ComfortablyCoding commented 2 years ago

Yes, the release with these changes has not been published yet.

It should be published today or tomorrow.