Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
micabot committed Apr 6, 2016
1 parent e73b6eb commit 81dcd49
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 15 deletions.
2 changes: 0 additions & 2 deletions helpers/cleanXML.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Copyright (C) 2014 Infobyte LLC (http://www.infobytesec.com/)
See the file 'doc/LICENSE' for the license information
'''
'''
This script fixes invalid XMLs.
'''

Expand Down
2 changes: 0 additions & 2 deletions helpers/fixBrokenChildren.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
Copyright (C) 2014 Infobyte LLC (http://www.infobytesec.com/)
See the file 'doc/LICENSE' for the license information
'''
'''
This script either updates or removes Interfaces, Services and Vulnerabilities in case their parent property is null.
If the property is null but a parent is found in Couch, the document is updated.
If the parent is not found in Couch the document is deleted, since it is an invalid one.
Expand Down
4 changes: 1 addition & 3 deletions helpers/pushCwe.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
Copyright (C) 2014 Infobyte LLC (http://www.infobytesec.com/)
See the file 'doc/LICENSE' for the license information
'''
'''
This script upload a Vulnerability database to Couch.
This script uploads a Vulnerability database to Couch.
It takes the content of the DB from data/cwe.csv
'''
import argparse
Expand Down
6 changes: 1 addition & 5 deletions helpers/removeBySeverity.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
Copyright (C) 2014 Infobyte LLC (http://www.infobytesec.com/)
See the file 'doc/LICENSE' for the license information
'''
'''
This script either updates or removes Interfaces, Services and Vulnerabilities in case their parent property is null.
If the property is null but a parent is found in Couch, the document is updated.
If the parent is not found in Couch the document is deleted, since it is an invalid one.
This script removes vulnerabilities from Couch depending on thei severity.
'''

import argparse
Expand Down
3 changes: 0 additions & 3 deletions helpers/vulndbToCsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
'''
Copyright (C) 2016 Infobyte LLC (http://www.infobytesec.com/)
Author: Ezequiel Tavella
'''
'''
This script generate a CSV file with information about the vulndb database.
CSV Format:
cwe,name,desc_summary,description,resolution,exploitation,references
'''
from subprocess import call
from os import walk
Expand Down

0 comments on commit 81dcd49

Please sign in to comment.