@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…
@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…
@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…
@paolafrancesca commented on GitHub:
@wuniversales do you mean from the command line or on the web UI?
@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…
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…
@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…
@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…
@paolafrancesca commented on GitHub:
we should add an example box in the frontend, @stefanbenten
@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…
@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.
@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…