• Joined on 2025-07-20
michael commented on issue dutchcoders/transfer.sh#98 2026-01-19 18:28:57 +00:00
Update version of go to >=1.18?

@joshspicer commented on GitHub:

FWIW the official stance from the golang team is to support two major versions back from the latest (so 1.17, 1.18, and 1.19…

michael commented on issue dutchcoders/transfer.sh#98 2026-01-19 18:28:57 +00:00
Update version of go to >=1.18?

@paolafrancesca commented on GitHub:

Usually its good to require the latest + the previous two minor versions (ie 1.19, 1.18, 1.17)

in order to clarify: my goal is to give users the…

michael commented on issue dutchcoders/transfer.sh#98 2026-01-19 18:28:57 +00:00
Update version of go to >=1.18?

@stefanbenten commented on GitHub:

Usually its good to require the latest + the previous two minor versions (ie 1.19, 1.18, 1.17) and thus setting the minimum to 1.17 would be a good intermediate…

michael commented on issue dutchcoders/transfer.sh#99 2026-01-19 18:28:57 +00:00
how can delete a my file with curl

@bahammut commented on GitHub:

and if we upload without run this grep part, how to delete the file without this specific header value !?

michael commented on issue dutchcoders/transfer.sh#98 2026-01-19 18:28:57 +00:00
Update version of go to >=1.18?

@paolafrancesca commented on GitHub:

to shorten the discussion: @joshspicer you should be able to pin to a non-latest version of the azure sdk and still use azure blob storage

is it ok for you?

michael commented on issue dutchcoders/transfer.sh#99 2026-01-19 18:28:57 +00:00
how can delete a my file with curl

@toastie89 commented on GitHub:

Hi, the procedure described below works for me: https://github.com/dutchcoders/transfer.sh#x-url-delete https://github.com/dutchcoders/transfer.sh#deleting

Whe…

michael commented on issue dutchcoders/transfer.sh#99 2026-01-19 18:28:57 +00:00
how can delete a my file with curl

@stefanbenten commented on GitHub:

You can always reach out via the contact-us form on the website and we'll be happy to help with getting files deleted, if proven ownership of the file exists 👍

michael opened issue usnistgov/macos_security#22 2026-01-19 18:28:57 +00:00
Modifications to "authorizationdb" in 2.6.8 cause other commands to fail when run by root, sudo or by an mdm agent
michael commented on issue dutchcoders/transfer.sh#99 2026-01-19 18:28:57 +00:00
how can delete a my file with curl

@paolafrancesca commented on GitHub:

@bahammut there's no way without knowing the delete token

if you uploaded on transfer.sh you can try asking @stefanbenten

michael opened issue usnistgov/macos_security#23 2026-01-19 18:28:57 +00:00
Typo for os_siri_assistant_disable
michael commented on issue dutchcoders/transfer.sh#99 2026-01-19 18:28:57 +00:00
how can delete a my file with curl

@reorx commented on GitHub:

It's very easy to forget to grep the file because grep is not included in the getting started command.

Would it be a good idea to show the deleted url in upload…

michael opened issue usnistgov/macos_security#24 2026-01-19 18:28:57 +00:00
Typo in os_implement_cryptography and os_required_crypto_module in macOS Tahoe
michael closed issue usnistgov/macos_security#22 2026-01-19 18:28:57 +00:00
Modifications to "authorizationdb" in 2.6.8 cause other commands to fail when run by root, sudo or by an mdm agent
michael commented on issue dutchcoders/transfer.sh#97 2026-01-19 18:28:57 +00:00
Feature: skip auth from specific IP

@paolafrancesca commented on GitHub:

@michaelscl do you think the provided solution at infra level is satisfying?

I will look into adding NO_HTTP_AUTH_FROM_WHITELIST in case

michael commented on issue dutchcoders/transfer.sh#97 2026-01-19 18:28:57 +00:00
Feature: skip auth from specific IP

@paolafrancesca commented on GitHub:

I think YES, if the implementation is easy.

I was talking about this solution:

have you thought about hosting two instances pointing at the same…

michael commented on issue dutchcoders/transfer.sh#97 2026-01-19 18:28:57 +00:00
Feature: skip auth from specific IP

@paolafrancesca commented on GitHub:

@michaelscl as I said my main concern was about complexity of the configuration.

I think a solution migth be to add NO_HTTP_AUTH_FROM_WHITELIST

michael commented on issue dutchcoders/transfer.sh#97 2026-01-19 18:28:57 +00:00
Feature: skip auth from specific IP

@michaelscl commented on GitHub:

have you thought about hosting two instances pointing at the same storage, one with and one without upload authentication, and route to the second from the IPs…

michael commented on issue dutchcoders/transfer.sh#98 2026-01-19 18:28:57 +00:00
Update version of go to >=1.18?

@stefanbenten commented on GitHub:

Of course, i understand. That said, i do not know many go projects that do act against the recommendation, especially with regards to security patches, etc.…

michael closed issue usnistgov/macos_security#23 2026-01-19 18:28:57 +00:00
Typo for os_siri_assistant_disable
michael commented on issue dutchcoders/transfer.sh#98 2026-01-19 18:28:57 +00:00
Update version of go to >=1.18?

@paolafrancesca commented on GitHub:

@joshspicer is this still an issue for you?

Did you add support for azure blob storage?