Skip to content

v7.2.0

Compare
Choose a tag to compare
@sei-dupdyke sei-dupdyke released this 21 Dec 21:17
· 290 commits to master since this release

Windows clients for this release:

Linux clients for this release:

API

This version features:

Download timeline from http|s url before doing anything (if this fails, the client falls back to local). New section for this in ./config/application.json:

"TimelineConfiguration": {
        "Location": "https://raw.githubusercontent.com/cmu-sei/GHOSTS/6e04885809dfdceb138fbf9cdf1a1f795ea907ef/src/Ghosts.Client/config/timeline.json"
  },

or like this for local (basically disable download default timeline at startup):

"TimelineConfiguration": {
    "Location": "config/timeline.json",
  },