Skip to content

Releases: sheagcraig/SavingThrow

1.1.0 - Mind Flayer

18 Sep 19:57
Compare
Choose a tag to compare

Added

  • TestedFile now adds a FilenameRegex and Path element to its allowed types of subelements.
    • Specify as many Path elements to folders as you want.
    • You may specify as many FilenameRegex elements to use to determine whether any of the files contained in the Paths match. A file being considered for being adware must only match one of FilenameRegex (Logical OR).
    • You may now specify as many Regex elements of a TestedFile as you want. A file being considered for being adware must only match one of Regex (Logical OR).
    • If you have specified a Regex, then the contents will also be tested before adding to the candidate list.
  • You may now specify as many File elements in a TestedFile as you want also.
  • Malformed XML will not stop SavingThrow from processing.
  • Added SavingThrowVersion tag to top-level of ADFs. If the SavingThrow version is less than the one requested by the ADF, it will log a warning, and try to continue.

1.0.4 - Dire Beetle

30 Apr 18:26
Compare
Choose a tag to compare

Changed

  • Removes positional arguments meant to absorb Casper policy script variables $1-$3.
  • Took SavingThrow out of beta (v.1.x.x)

Fixed

  • When run as a Casper policy script, does not handle optional arguments correctly, resulting in no action.

0.0.3 (April 14, 2015) Gelatinous Cube

14 Apr 15:49
Compare
Choose a tag to compare

Initial release.

CHANGES (from prerelease and gist versions):

  • Loads ADF (adware definition files) files from the internets.
  • Caches ADF's locally in case network is down.
  • New XML ADF format
  • Unloads launchd jobs prior to deletion.
  • Kills processes.
  • More commandline options
    • -s for regular old reporting to stdout (not in extension attribute format)
    • -r is still remove
    • -q Quarantine files into a zip in your /Library/Application Support/SavingThrow/Quarantine folder