SEDATED℠ Version 1.1.1
Update SEDATED℠ with performance improvements (specifically targeted at large, one-line files). Discovered very large, minified (one-line) JavaScript files, took excessively long for SEDATED℠ to scan. This improvement appears to allow for up to 10MB one-line files to be processed, up from approx 1.5MB. In addition, the code changes made also improved overall performance.
Bug fix - Commit whitelisted output formatting was inconsistent when first commit ID was whitelisted and subsequent commit ID's were present and contained violations.
Regex grep PCRE error handling. Added grep PCRE error handling for non-zero/one exit codes from grep command. When PCRE backtracking limit exceeded error is now thrown and the push is rejected. Previously, when this limit was reached the push was automatically accepted, regardless of violations.
Additional content added in the README to include local testing.