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
Yes, that makes sense. I've made that change in c429220. This no longer preserves the order of the digests but I don't think that is a problem as the order doesn't really matter.
Using the following sudoers file in /etc/sudoers.d/test5:
Using the command:
We get the following invalid JSON output:
The issue here is the duplicated
sha256
key in the dict/hash. Potential results of parsing this with various library are:Instead, it should probably output this:
I haven't tested other checksums, but the rest of them probably have the same issue.
The text was updated successfully, but these errors were encountered: