Skip to content

Release 4.5.0.66

Choose a tag to compare

@cccs-rs cccs-rs released this 12 Dec 21:26
· 120 commits to master since this release
59b0648

Bugfixes

  • Cast size parameter as an integer to perform facet queries via the API

Improvements

  • Backend changes for UpdateSource model

    • fetch_method: Specifying fetch method (one of 'POST', 'GET', 'GIT') (#248)
    • enabled: Is the source active for periodic fetching? (#159)
    • override_classification: Should the classification assigned to the source override what's defined by the signature
    • configuration: Processing configuration that's specific to the source (#136)
    • update_interval: The update check interval for the specific source (default is the global update_interval_seconds)
    • ignore_cache: Ignore caching (ie. force updater to always fetch from remote source)
  • Add support to perform updates using local mounts on the container via file protocol support in the URI field (#263)

  • Add token-based authentication by using the password field for Git cloning

  • Frontend changes:

    • Update UpdateSource dialog into a two tab design ("General", "Network")

NOTE: It's possible updates to the Service model won't take effect in Elasticsearch, to force the mapping to update. Use the Assemblyline CLI to perform a reindex.

# Inside of a container on the deployment
python -m assemblyline.run.cli
$ index reindex service
$ index reindex service_delta