Uh oh!
There was an error while loading. Please reload this page.
Switching all zone IPS operations to be fully UTF-8 - #93
Conversation
@citrus-it Here the PR to make all operations UTF-8. @olbohlen Did you change any other occurances of LC_ALL=C other then these here? |
danmcd
commented
Nov 3, 2021
Probably not a blocker for this, but the recent discovery of source/naming attacks that exploit bidirectional (bidi) or homonym-character attacks may be something to consider in future pkg5 updates, now that it will support UTF. |
Well not if we have manifest signatures and catalog signatures properly implemented. |
olbohlen
left a comment
There was a problem hiding this comment.
lgtm, I haven't changed anything else
AndWac
commented
Nov 4, 2021
Is it sufficient to only fix shell scripts or do we also need to fix Python code like this: |
Toasterson
commented
Nov 4, 2021
Shell scripts are sufficient, as it is the python based action and catalog decoders that fail. |
No description provided.