-
Notifications
You must be signed in to change notification settings - Fork 4
Incomplete multi-character sanitization #29
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency filedocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency filedocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Projects
Status
In progress
When sanitizing input, the current implementation only handles single-character replacements. This can lead to issues when multiple characters need to be sanitized in a string, as only the first occurrence will be replaced.