Skip to content

Releases: NeuraLegion/bright-cli

v7.1.0

14 Oct 12:25
Compare
Choose a tag to compare

7.1.0 (2020-10-14)

Features

v7.0.2

05 Oct 15:30
4e6dfd5
Compare
Choose a tag to compare

7.0.2 (2020-10-05)

Bug Fixes

v7.0.1

21 Sep 07:52
4a9bf7f
Compare
Choose a tag to compare

7.0.1 (2020-09-21)

Documentation

  • readme: fix link to company homepage (#98) (4a9bf7f)

v7.0.0

21 Sep 07:28
f697ed9
Compare
Choose a tag to compare

7.0.0 (2020-09-21)

Features

  • bus: notify the user on status changes (#89) (f697ed9), closes #88

BREAKING CHANGES

  • repeater: agent option and REPEATER_AGENT environment variable have been deprecated, please instead use id or REPEATER_ID accordingly.

    Before:

    docker run neuralegion/repeater \
      -e 'REPEATER_TOKEN=my-api-tey' \
      -e 'REPEATER_AGENT=my-agent-id'

    After:

    docker run neuralegion/repeater \
      -e 'REPEATER_TOKEN=my-api-tey' \
      -e 'REPEATER_ID=my-repeater-id'
  • scan:run: agent option has been deprecated, please instead use repeater.

    Before:

    nexploit-cli scan:run \
        --name scan-name \
        --archive received-archive-id \
        --agent my-agent-id
        --token my-api-token

    After:

    nexploit-cli scan:run \
        --name scan-name \
        --archive received-archive-id \
        --repeater my-repeater-id
        --token my-api-token

v6.0.11

15 Sep 13:18
1c60ba3
Compare
Choose a tag to compare

6.0.11 (2020-09-15)

Bug Fixes

  • executor: bypass check for invalid field-vchar (#97) (1c60ba3), closes #96

v6.0.10

11 Sep 13:31
d09f9bd
Compare
Choose a tag to compare

6.0.10 (2020-09-11)

Bug Fixes

  • executor: prevent following redirect (#93) (d09f9bd), closes #92

v6.0.9

11 Sep 10:07
e9ab6e0
Compare
Choose a tag to compare

6.0.9 (2020-09-11)

Bug Fixes

v6.0.8

30 Aug 10:53
bd64ad7
Compare
Choose a tag to compare

6.0.8 (2020-08-30)

Bug Fixes

v6.0.7

29 Aug 19:25
Compare
Choose a tag to compare

6.0.7 (2020-08-29)

Bug Fixes

  • dockerfile: fix syntax typo (0e91dac)

v6.0.6

29 Aug 19:20
Compare
Choose a tag to compare

6.0.6 (2020-08-29)

Bug Fixes

  • dockerfile: deploying docker image (9669312)