• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@pepa65 commented on GitHub:

Using the Max-Days header is a good idea. But sometimes if you change your mind, it is good to have the option to delete a file (in a way that others can't delete…

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@paolafrancesca commented on GitHub:

@Anachron I'm indeed now an admin of the repo. I want to understand what's the needing behind the option to delete a file: I can see two:

  • purge storage…
michael opened issue usnistgov/macos_security#333 2026-01-19 18:30:05 +00:00
Baseline names should be more descriptive.
michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@paolafrancesca commented on GitHub:

@pepa65 the problem is that I don't find any proper solution to provide the ability for the uploader to delete the file in a way that others cannot without…

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@nl5887 commented on GitHub:

I have thought before about this issue, and thought about returning an extra X-Url-Delete header, which would not interfere with current api / scripts and could be…

michael commented on issue usnistgov/macos_security#326 2026-01-19 18:30:05 +00:00
sysprefs_ad_tracking_disable check

@robertgendler commented on GitHub:

Fixed within the Catalina branch.

michael commented on issue dutchcoders/transfer.sh#374 2026-01-19 18:30:05 +00:00
Install on a raspberry pi?

@schollz commented on GitHub:

Download and install:

wget https://storage.googleapis.com/golang/go1.6.2.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.6.2.linux-armv6l.tar.gz

Add a…

michael closed issue usnistgov/macos_security#328 2026-01-19 18:30:05 +00:00
Consider adding a mapping for Common Criteria GPOS 4.2.1
michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@monkz commented on GitHub:

I would recommend a second url for deletion (independent of the download link), otherwise the -X DELETE variant would be accessible for annoying people, that delete…

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@monkz commented on GitHub:

And if you return two urls - it would break the current API.

michael commented on issue usnistgov/macos_security#328 2026-01-19 18:30:05 +00:00
Consider adding a mapping for Common Criteria GPOS 4.2.1

@macblazer commented on GitHub:

I've generated an appropriate CSV file from the data in the CC GPOS Control Mappings.pdf at the above link. Running the scripts/generate_mapping.py on it…

michael commented on issue usnistgov/macos_security#328 2026-01-19 18:30:05 +00:00
Consider adding a mapping for Common Criteria GPOS 4.2.1

@macblazer commented on GitHub:

For whoever wants to pick this up, here is the contents of the mapping file. I named it CommonCriteria_GPOS_PP_421.csv.

pp_os_v4.2.1,800-53r5
FCS_CKM.1,…
michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@monkz commented on GitHub:

3 attempts from the same IP unable to hit the code at least with hour precision -- functionality ban.

You can use arbitrary numbers of IP addresses. This allows…

michael commented on issue usnistgov/macos_security#329 2026-01-19 18:30:05 +00:00
profile_generator.py - All baselines use the same 'mobileconfigs' directory

@peterlewis commented on GitHub:

Sounds/looks good, to me! So long as I'm not unintentionally overwriting .mobileconfig sets, then I'm happy! :)

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@monkz commented on GitHub:

I've to extend/amend my former comments: The deletion shouldn't be executed on a GET request - as it might result in deletion by crawlers (there were some image…

michael commented on issue dutchcoders/transfer.sh#375 2026-01-19 18:30:05 +00:00
DELETE a file ?

@Anachron commented on GitHub:

I mostly use transfer.sh to upload logs/config files to share them temporarly. (like for debugging or help a user out)

Now I was thinking about generating a…

michael commented on issue usnistgov/macos_security#324 2026-01-19 18:30:04 +00:00
Additional rule Disable Improve Siri & Dictation

@robertgendler commented on GitHub:

Added

michael commented on issue dutchcoders/transfer.sh#371 2026-01-19 18:30:04 +00:00
transfer.sh Down?

@g33k247 commented on GitHub:

curl -I https://transfer.sh curl: (7) Failed to connect to transfer.sh port 443: Connection refused

michael commented on issue dutchcoders/transfer.sh#371 2026-01-19 18:30:04 +00:00
transfer.sh Down?

@sophuric commented on GitHub:

@nl5887 is https://transfer.sh down again?

$ curl -I https://transfer.sh
HTTP/1.1 503 Service Unavailable: Back-end server is at capacity
…
michael commented on issue usnistgov/macos_security#323 2026-01-19 18:30:04 +00:00
Filename tweak

@robertgendler commented on GitHub:

The script has been removed in our current release. So this has been resolved.