Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
carlosparadis opened this issue Feb 14, 2020 · 0 comments
Open

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

carlosparadis opened this issue Feb 14, 2020 · 0 comments
Assignees
Labels

Comments

@carlosparadis
Copy link
Member

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.

@carlosparadis carlosparadis self-assigned this Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant