Skip to content

Releases: NeuraLegion/bright-cli

v5.1.0

19 Aug 18:00
9383184
Compare
Choose a tag to compare

5.1.0 (2020-08-19)

Features

  • agent: rework command to accept env variables (#56) (9383184), closes #55

v5.0.1

19 Aug 16:23
Compare
Choose a tag to compare

5.0.1 (2020-08-19)

Docs

  • readme: update the ref to docker image #54 (b3742f55)

v5.0.0

19 Aug 16:12
6b27424
Compare
Choose a tag to compare

5.0.0 (2020-08-19)

Features

BREAKING CHANGES

  • archive: type argument is no longer supporte. Instead, type option is introduced.

    Before:

    nexploit-cli archive:upload \
      --discovery archive \
      PATH_TO_FILE

    After:

    nexploit-cli archive:upload \
      --type har \
      PATH_TO_FILE
  • polling: failure-on option has been removed. We suggest you use breakpoint option instead.

    Before:

    nexploit-cli scan:polling \
      --failure-on first-issue \
      SCAN_ID

    After:

    nexploit-cli scan:polling \
      --breakpoint any \
      SCAN_ID

v4.6.1

22 Jul 20:12
30a7c6b
Compare
Choose a tag to compare

4.6.1 (2020-07-22)

Bug Fixes

  • builder: decorating errors, params and helps (#48) (30a7c6b), closes #47

v4.6.0

22 Jul 16:40
191945b
Compare
Choose a tag to compare

4.6.0 (2020-07-22)

Features

  • scan: add support of "open_buckets" test (#44) (191945b), closes #43

v4.5.0

16 Jul 12:10
aae8123
Compare
Choose a tag to compare

4.5.0 (2020-07-16)

Features

  • scan: add support of "open_database" and "html_injection" tests (#42) (aae8123), closes #41

v4.4.0

22 Jun 18:29
2897d2b
Compare
Choose a tag to compare

4.4.0 (2020-06-22)

Features

  • run: add the ability to set agent ids (#38) (2897d2b), closes #37

v4.3.0

16 Jun 13:10
e9a1622
Compare
Choose a tag to compare

4.3.0 (2020-06-16)

Features

  • polling: add ability to set a timeout for polling (#36) (e9a1622), closes #35

v4.2.2

04 Jun 17:21
Compare
Choose a tag to compare

4.2.2 (2020-06-04)

Bug Fixes

  • strategy: implement proper api to stop a scan (84627f7), closes #33

v4.2.1

27 Apr 16:33
Compare
Choose a tag to compare

4.2.1 (2020-04-27)

Docs

README: describe the ability to specify tests to run a scan (0040e2b9)