Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 74ebea2

Browse files
author
Michel Casabianca
committed
Fixed example run
1 parent 612861d commit 74ebea2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ To analyze given binary:
2323

2424
```yaml
2525
$ gobinsec path/to/binary
26-
binary: 'binary'
27-
vulnerable: true
26+
binary: VULNERABLE
2827
dependencies:
2928
- name: 'golang.org/x/text'
3029
version: 'v0.3.0'

test/config-memcached.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ api-key: "${NVD_API_KEY}"
22
memcached:
33
address: 127.0.0.1:11211
44
expiration: 86400
5+
username:
6+
password:
57
ignore:
68
- "CVE-2020-14040"

0 commit comments

Comments
 (0)