OWASP / www-project-vulnerable-web-applications-directory

The OWASP Vulnerable Web Applications Directory Project (VWAD) is a comprehensive and well maintained registry of all known vulnerable web applications currently available.
https://owasp.org/www-project-vulnerable-web-applications-directory/
21 stars 22 forks source link

Sort list entries by GH stars and/or age (instead of alphabetically) #72

Open bkimminich opened 2 years ago

bkimminich commented 2 years ago

As an author of a popular and up-to-date vulnerable application I want that app to show up at the top of the relevant VWAD lists so that the lists in general represent more of a ranking than an index.

With the current implementation of grabbing the GitHub star badges only (i.e. not having the actual number of stars available during rendering) this is probably not possible. The actual number of stars needs to be retrieved in some way. This could for example be a nightly job creating a simple JSON file in the repo that could then be processed during rendering.

bkimminich commented 2 years ago

This User Story was inspired by https://github.com/psiinon/open-source-web-scanners, but that is a manually created list, and we probably do not want to go back that route. But what could work for VWAD might also be a solution for @psiinon's list or vice versa.