Skip to content

Full Disclosure 2012 can't be deleted using run.py #11

@carlosparadis

Description

@carlosparadis

If the following is done:

  • run.py -a is used to add a new project
  • run.py -d is used to delete full disclosure 2012 (the default project)

The data of Full Disclosure 2012 will be removed, however controler.js and index.html will still contain information of Full Disclosure, leading to a menu that can't be accessed on the GUI. Manually scraping the data (which is minimal effort) can effectively replace it, but we should be able to do it with run.py

The current logic of run.py is to search for code to insert and delete as datasets are added and removed to circumvent the hardcoded data. However, rather than relying on a fixed dataset this should be much simpler to do with using comment markers instead.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions