• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#91 2026-01-19 18:29:13 +00:00
Store lastComplianceCheck date string as a regularised value

@georgalis commented on GitHub:

I highly recommend storing the date in UNIX seconds format. This format is easily processed and converted to human readable locale for reports. Integer seconds…

michael commented on issue usnistgov/macos_security#93 2026-01-19 18:29:13 +00:00
SyntaxWarning: invalid escape sequence '\|'

@MHHK89 commented on GitHub:

I have the same issue.

michael commented on issue dutchcoders/transfer.sh#153 2026-01-19 18:29:12 +00:00
[Feature] Read in from stdin/pipe

@anihm136 commented on GitHub:

Hi! I've modified the script from the website to accept input from STDIN. Where would you like me to share it? I noticed that there is a separate repository for the…

michael commented on issue dutchcoders/transfer.sh#152 2026-01-19 18:29:12 +00:00
Upload files from url

@bman46 commented on GitHub:

One thing that I would use this for is storing files from urls that have a short amount of time to be accessed. For example, instagram videos have a hash and…

michael commented on issue dutchcoders/transfer.sh#152 2026-01-19 18:29:12 +00:00
Upload files from url

@paolafrancesca commented on GitHub:

@wuniversales do you mean from the command line or on the web UI?

michael commented on issue dutchcoders/transfer.sh#152 2026-01-19 18:29:12 +00:00
Upload files from url

@paolafrancesca commented on GitHub:

One thing that I would use this for is storing files from urls that have a short amount of time to be accessed. For example, instagram videos have a hash…

michael commented on issue dutchcoders/transfer.sh#151 2026-01-19 18:29:12 +00:00
No x-url-delete header when sending POST request

@paolafrancesca commented on GitHub:

I have created a PR for adding the headers

thanks, see my comment

Let me know how you'd like to begin work on listing existing clients

either an…

michael commented on issue dutchcoders/transfer.sh#152 2026-01-19 18:29:12 +00:00
Upload files from url

@bman46 commented on GitHub:

Regardless of the specifics, there are situations where uploading from a link would be useful. That also wont stop anyone from just uploading the file from a local…

michael commented on issue dutchcoders/transfer.sh#152 2026-01-19 18:29:12 +00:00
Upload files from url

@stefanbenten commented on GitHub:

I do agree having a shell alias/function for the above command is fine and easiest. In that case, it would still pass the data via the client and check all…

michael commented on issue dutchcoders/transfer.sh#152 2026-01-19 18:29:12 +00:00
Upload files from url

@paolafrancesca commented on GitHub:

we should add an example box in the frontend, @stefanbenten

michael commented on issue usnistgov/macos_security#90 2026-01-19 18:29:12 +00:00
Add basic usage instructions

@brodjieski commented on GitHub:

The information in the wiki is now available in a site that can help navigate getting started with the project. Visit: https://pages.nist.gov/macos_security to…

michael opened issue usnistgov/macos_security#93 2026-01-19 18:29:12 +00:00
SyntaxWarning: invalid escape sequence '\
michael closed issue usnistgov/macos_security#91 2026-01-19 18:29:12 +00:00
Store lastComplianceCheck date string as a regularised value
michael closed issue usnistgov/macos_security#92 2026-01-19 18:29:12 +00:00
Undefined reference to 'parser' in main() of generate_baseline.py
michael closed issue usnistgov/macos_security#93 2026-01-19 18:29:12 +00:00
SyntaxWarning: invalid escape sequence '\|'
michael opened issue dutchcoders/transfer.sh#154 2026-01-19 18:29:12 +00:00
Unable to download files
michael opened issue dutchcoders/transfer.sh#155 2026-01-19 18:29:12 +00:00
Bug: Error 404 when try to delete file uploaded via zsh function
michael opened issue dutchcoders/transfer.sh#156 2026-01-19 18:29:12 +00:00
Website certificate has expired
michael commented on issue dutchcoders/transfer.sh#152 2026-01-19 18:29:12 +00:00
Upload files from url

@stefanbenten commented on GitHub:

I totally agree, it would not stop it. But certainly make it possible to track down who uploaded it in case of an takedown/abuse request.

michael commented on issue dutchcoders/transfer.sh#153 2026-01-19 18:29:12 +00:00
[Feature] Read in from stdin/pipe

@paolafrancesca commented on GitHub:

@corneliusroemer it's feasible but we still would need a filename for the upload

it could be generated randomly as well, what's your proposed solution for…