Results 8 issues of Eric Crist

Using the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date format allows the file listing to sort more naturally. Currently, the script outputs file with the DD-MM-YYYY format, which is horrible. ISO 8601 uses a...

This report is mostly functional without elevated privileges with a few exceptions. The SecurityLogs section requires elevated privileges. This is started on [line 443](https://github.com/bwya77/PSHTML-AD-Report/blob/master/PSHTML-AD.ps1#L443). At the very least, it would...

enhancement

I proposing dropping the claim to adhere to POSIX in favor of a looser claim to a happy-medium of BSD/GNU compatibility. I'd even go so far as to say we...

discussion
Sticky

Would like to support multiple CAs and/or sub-CAs. Basically, we'd have a root path, and sub paths for each subsequent CA/sub-CA in a directory structure, kinda like this: `/home/ecrist/easy-rsa |--example.org...

feedback welcome

I've not found a way to easily export the above, in a format that is easy to manually edit or share with others. The import option from RR is nice,...

The script doesn't currently support unicode characters in the application names. Our first instance of this is Übersicht. We've tried munging it but it's very quickly a mess. ``` ecrist@mackerel322:~/Patch-Starter-Script->...

There is a verified XSS vulnerability in the "name" variable for uploaded patch files. There is no input sanitization on the data contained in "name" which allows for injection of...

Some applications, like Übersicht use extended characters, causing an exception in patchstarter.py: ``` ecrist@mac:~/Patch-Starter-Script-> python patchstarter.py -o . /Applications/Übersicht.app Traceback (most recent call last): File "patchstarter.py", line 263, in main()...