CISecurity/OVALRepo

/Scripts folder cleanup

DavidRies opened this issue · 1 comments

I would like to delete the following script and folder:

  • build_all_oval_definitions.py: it is not maintained or necessary (you can use the --all_definitions param of build_oval_definitions.py)
  • .idea\*: this appears to be someone's intelliJ project folder and should be omitted from source control

I believe the following scripts/folders may be deleted as well. Is anyone using any of these?:

  • add_to_repository.py: I don't believe this is used
  • build_oval_definitions_file_from_nvd.py: I don't believe this was completed
  • lib_nvd.py: I don't believe this was completed

Anything else that should be removed?

I'll also nominate the generated HTML docs folder for deletion as it hasn't been maintained and IMO is not necessary because the scripts provide CLI help via -h.

  • Documentation\*