Skip to content

Releases: ninoseki/mihari

v5.4.5.1

30 Sep 09:54
Compare
Choose a tag to compare

A release to invoke the docs build

v5.4.5

30 Sep 09:53
98a5a2b
Compare
Choose a tag to compare
  • Renew docs with MkDocs

v5.4.4

24 Sep 00:34
857e098
Compare
Choose a tag to compare

This release contains internal refactorings only.

v5.4.3

09 Sep 08:24
Compare
Choose a tag to compare
  • Prefer "fat" clients over fat analyzers (#696)
  • Set hide_config_values as true by default (#695)

v5.4.1

12 Aug 11:55
Compare
Choose a tag to compare
  • Fix attribute accessor issue (#678)
  • Improve configuration error message (#677)
  • Simplify artifact normalization & enrichment flow (#676)

v5.4.0

11 Aug 10:25
65c643c
Compare
Choose a tag to compare
  • Add hunter.how support (#673)
  • Introduce "pagination limit" option (#674)

Pagination limit

This option can prevent issue like #664, consuming so many API quota.

For example, the following query allows 10 pagination at max.

analyzer: ...
query: ...
options:
  pagination_limit: 10

(Note: pagination limit is set as 1000 by default)

v5.3.2

07 Aug 12:18
1b5bb42
Compare
Choose a tag to compare
  • Fix interval issue (#667)

v5.3.1

16 Jul 08:43
bfe3df3
Compare
Choose a tag to compare
  • Tree-shaking Font Awesome resources (#653)

v5.3.0

16 Jul 03:29
a37631a
Compare
Choose a tag to compare
  • Remove dry-initalizer (#644)
  • Remove the frontend assets from the repository (#645)
  • Remove dry-configurable (#646, #648)
  • Make retry configurable (#647)

Configurable retry

Now you can set retry conditions per query/analyzer like the following:

queries:
  - analyzer: ...
    query: ...
    options:
      retry_times: 10    # retry 10 times  
      retry_interval: 10 # 10 secs interval between retries

(Note: Mihari automatically retries if there is a retryable error such as network error, timeout error, etc.)

v5.2.4

18 Jun 09:20
66c7656
Compare
Choose a tag to compare
  • Minor refactorings (#620, #619, #614)
  • Include the frontend in this repository (#615)
  • Replace overcommit with lefthook (#618, #617)