Skip to content

Releases: cmu-sei/GHOSTS

v4.0.0.0

09 Oct 12:24
Compare
Choose a tag to compare

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

18 Jun 20:28
Compare
Choose a tag to compare

Fixes problem with timeline args being object arrays and serialization. Moved these to strings proper.

CI Test Release

17 Jun 17:59
Compare
Choose a tag to compare
3.0.0.1-rc1.1.8

adds new docker repository job

CI Test Release

17 Jun 17:51
Compare
Choose a tag to compare
3.0.0.1-rc1.1.7

adds new docker repository job

CI Test Release

17 Jun 17:45
Compare
Choose a tag to compare
3.0.0.1-rc1.1.6

adds new docker repository job

CI Test Release

17 Jun 17:42
Compare
Choose a tag to compare
3.0.0.1-rc1.1.5

adds new docker repository job

CI Test Release

17 Jun 17:28
Compare
Choose a tag to compare
3.0.0.1-rc1.1.4

adds new docker repository job

CI Test Release

17 Jun 17:23
Compare
Choose a tag to compare
3.0.0.1-rc1.1.3

adds new docker repository job

CI Test Release

17 Jun 16:38
Compare
Choose a tag to compare
3.0.0.1-rc1.1.2

adds new docker repository job

CI Test Release

17 Jun 16:26
Compare
Choose a tag to compare
3.0.0.1-rc1.1.1

Merge branch 'master' of github.com-ddupdyke-sei:cmu-sei/GHOSTS