aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorAdam Janovsky2021-04-16 16:44:15 +0200
committerAdam Janovsky2021-04-16 16:44:15 +0200
commit077fa3856a7616ba6cc0a59a84ccbff3e9137550 (patch)
tree2ec2755a6a46276ce9ae18b306a13937c453dee6 /examples
parent38b41edea9b37f33bf47c0fa983826b54ed98575 (diff)
downloadsec-certs-077fa3856a7616ba6cc0a59a84ccbff3e9137550.tar.gz
sec-certs-077fa3856a7616ba6cc0a59a84ccbff3e9137550.tar.zst
sec-certs-077fa3856a7616ba6cc0a59a84ccbff3e9137550.zip
remove dumb mistake in cpe labeling
Diffstat (limited to 'examples')
-rw-r--r--examples/readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/readme.md b/examples/readme.md
index e4ebc2cd..5bdeba2b 100644
--- a/examples/readme.md
+++ b/examples/readme.md
@@ -41,4 +41,6 @@ Select fitting CPE matches (split with comma if choosing more):
one may answer with `0,1,2` as all CPEs may be releated to the certificate.
-The progress of the expert is periodically saved. Currently, there's no way to gracefully exit the process, just do keyboard interrupt if you want to stop. The json will be updated and next time you will get prompted only for the unlabeled certificates.
+The progress of the expert is periodically saved. Currently, there's no way to gracefully exit the process, just do keyboard interrupt if you want to stop. The json will be updated and next time you will get prompted only for the unlabeled certificates.
+
+We strongly suggest you try the process with `dset.manually_verify_cpe_matches(update_json=False)` to experiment with correct inputs/outputs. While you will get prompted again if the input is recognized incorrect, the `update_json=False` will not store the results so you can experiment with the tool without loosing your results or creating bad labels.