Releases: cmu-sei/GHOSTS
Releases · cmu-sei/GHOSTS
v4.0.0.0
Breaking Changes from previous versions:
- C2 Database was a weird naming convention mix, this update changes tables to normal postgres format e.g. "table_names". This should be the last breaking change for the database for a long while. The future will be migrations for any database changes.
- Some new config values for the Client
Adds:
- Check for malformed timeline json and writes specific error to console and logs
Ability to Base64 encode (client) and decode (C2) the client workstation current username (for cases that include characters such as "š" or "ć") - Ability to pull content off shared drive (such as email content) via configuration
- Better API documentation via swagger
Removes:
- Dependency on Microsoft's Identity library (nobody seems to be using users to restrict all/portions of the API, and there are likely better ways to do this now in the future if we revisit) — this also made migrations janky
v3.1.1.0
Fixes problem with timeline args being object arrays and serialization. Moved these to strings proper.
CI Test Release
3.0.0.1-rc1.1.8 adds new docker repository job
CI Test Release
3.0.0.1-rc1.1.7 adds new docker repository job
CI Test Release
3.0.0.1-rc1.1.6 adds new docker repository job
CI Test Release
3.0.0.1-rc1.1.5 adds new docker repository job
CI Test Release
3.0.0.1-rc1.1.4 adds new docker repository job
CI Test Release
3.0.0.1-rc1.1.3 adds new docker repository job
CI Test Release
3.0.0.1-rc1.1.2 adds new docker repository job
CI Test Release
3.0.0.1-rc1.1.1 Merge branch 'master' of github.com-ddupdyke-sei:cmu-sei/GHOSTS