• Joined on 2025-07-20
michael opened issue dutchcoders/transfer.sh#172 2026-01-19 18:29:17 +00:00
Can one configure the file hash size to increase security ?
michael commented on issue usnistgov/macos_security#113 2026-01-19 18:29:17 +00:00
DISA customer pointed out potential issue with regex in pwpolicy_custom_regex_enforce

@robertgendler commented on GitHub:

PR #368 has been merged. Check it out.

michael commented on issue usnistgov/macos_security#113 2026-01-19 18:29:17 +00:00
DISA customer pointed out potential issue with regex in pwpolicy_custom_regex_enforce

@robertgendler commented on GitHub:

I believe this is all fixed in the sonoma branch. So closing the issue.

michael commented on issue dutchcoders/transfer.sh#171 2026-01-19 18:29:17 +00:00
[Server Issue] Transfer.sh once again uploads nothing

@EMREOYUN commented on GitHub:

I don't have timestamps, you can check by the IP address. This is the only machine i ever struggled.

michael commented on issue dutchcoders/transfer.sh#171 2026-01-19 18:29:17 +00:00
[Server Issue] Transfer.sh once again uploads nothing

@stefanbenten commented on GitHub:

I had a script upload 1 50MB file every hour for the last 3 days. The slowest speed i got was 3MB/s (24Mbit/s). Would you be able to just curl the webpage in…

michael commented on issue usnistgov/macos_security#112 2026-01-19 18:29:17 +00:00
STIG guidance leads to inconsistent failed password account locking time

@bernstei commented on GitHub:

I've investigated a bit further. It seems like if you do the mobileconfig and the pwpolicy xml together, you end up with multiple instances of some of the rules,…

michael commented on issue usnistgov/macos_security#113 2026-01-19 18:29:17 +00:00
DISA customer pointed out potential issue with regex in pwpolicy_custom_regex_enforce

@georgalis commented on GitHub:

If this approach is more intelligible... the test could be fitted... for a in AAABBB aaabbb aaaBBB AAAbbb AAA.BBB AAA.BBB aaa.BBB AAA.bbb ; do printf…

michael commented on issue usnistgov/macos_security#113 2026-01-19 18:29:17 +00:00
DISA customer pointed out potential issue with regex in pwpolicy_custom_regex_enforce

@ion-ize commented on GitHub:

@bernstei Yeah, I realized that issue two after some further testing when my PR #363 was pushed. I have now submitted a new PR (#368) which includes a positive…

michael commented on issue usnistgov/macos_security#114 2026-01-19 18:29:17 +00:00
SyntaxWarning for python string \| with sufficiently new python version

@robertgendler commented on GitHub:

Merged into the OS branches.

michael commented on issue usnistgov/macos_security#113 2026-01-19 18:29:17 +00:00
DISA customer pointed out potential issue with regex in pwpolicy_custom_regex_enforce

@robertgendler commented on GitHub:

Please check out the sonoma branch. PR #363 took care of it.

michael commented on issue usnistgov/macos_security#113 2026-01-19 18:29:17 +00:00
DISA customer pointed out potential issue with regex in pwpolicy_custom_regex_enforce

@bernstei commented on GitHub:

I've also discovered that the alphanumeric mobileconfig leads to the following regex in the xml returned by pwpolicy -getaccountpolicies

<string>policyAttrib…
michael commented on issue usnistgov/macos_security#113 2026-01-19 18:29:17 +00:00
DISA customer pointed out potential issue with regex in pwpolicy_custom_regex_enforce

@bernstei commented on GitHub:

The regex in #363 would match AAA-bbb, but not bbbAAA, because it requires that the capital letter come first. If the regex syntax allows logical or, I think…

michael commented on issue dutchcoders/transfer.sh#171 2026-01-19 18:29:17 +00:00
[Server Issue] Transfer.sh once again uploads nothing

@stefanbenten commented on GitHub:

@EMREOYUN I double checked and cannot find and request failures for your IP in that timeframe.

michael commented on issue dutchcoders/transfer.sh#171 2026-01-19 18:29:17 +00:00
[Server Issue] Transfer.sh once again uploads nothing

@stefanbenten commented on GitHub:

Next time it happens, please let me know and i'll scan all available logs manually, regardless of the IP. I would propose to close the issue at this stage,…

michael commented on issue dutchcoders/transfer.sh#171 2026-01-19 18:29:17 +00:00
[Server Issue] Transfer.sh once again uploads nothing

@EMREOYUN commented on GitHub:

Next time it happens, please let me know and i'll scan all available logs manually, regardless of the IP. I would propose to close the issue at this stage,…

michael commented on issue usnistgov/macos_security#113 2026-01-19 18:29:17 +00:00
DISA customer pointed out potential issue with regex in pwpolicy_custom_regex_enforce

@bernstei commented on GitHub:

Thanks. Just for my edification, does anyone understand why a customRegex field in the mobileconfig makes it MDM-only?

michael commented on issue dutchcoders/transfer.sh#171 2026-01-19 18:29:17 +00:00
[Server Issue] Transfer.sh once again uploads nothing

@EMREOYUN commented on GitHub:

@EMREOYUN I double checked and cannot find and request failures for your IP in that timeframe.

Weird, sometimes it returns that for no reason then.

michael commented on issue usnistgov/macos_security#113 2026-01-19 18:29:17 +00:00
DISA customer pointed out potential issue with regex in pwpolicy_custom_regex_enforce

@ion-ize commented on GitHub:

@bernstei It's especially weird because Jamf does not seem to even support the customRegex key. We have to re-upload the mobileconfig every time we want to change this.

michael closed issue usnistgov/macos_security#114 2026-01-19 18:29:16 +00:00
SyntaxWarning for python string \| with sufficiently new python version
michael commented on issue dutchcoders/transfer.sh#171 2026-01-19 18:29:16 +00:00
[Server Issue] Transfer.sh once again uploads nothing

@stefanbenten commented on GitHub:

Hello @EMREOYUN,

can you please recheck? I cannot see any performance bottlenecks or limits currently. I just uploaded a 8GB ISO Image just fine with 15MB/s…