You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix log injection in FilePathValidator and DirectoryPathValidator
by removing the path from the log message. I can't find something
to easily (and with 100% certainty) sanitize the path from all possible
badness, so just removing it entirely.
Add message about the Nul character in FilePathValidator just like the
DirectortPathValidator has. Extracted Nul character check to
package-private method in InternalKiwiValidators.
Fixes#880Fixes#883
Fix log injection in FilePathValidator and DirectoryPathValidator
by removing the path from the log message. I can't find something
to easily (and with 100% certainty) sanitize the path from all possible
badness, so just removing it entirely.
Add message about the Nul character in FilePathValidator just like the
DirectortPathValidator has. Extracted Nul character check to
package-private method in InternalKiwiValidators.
Fixes#880Fixes#883
Tracking issue for:
The text was updated successfully, but these errors were encountered: