Skip to content

Commit d2ac62a

Browse files
committed
update to json format
1 parent d06a0c8 commit d2ac62a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bounty_drive/reporting/results_manager.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
def write_xss_vectors(vectors, filename):
2828
with LOCKS["xss"]:
29+
vectors = list(set(vectors))
2930
if os.path.exists(filename):
3031
with open(filename, "r+") as f:
3132
json.dump(vectors, f)

0 commit comments

Comments
 (0)