-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
APIv2 integration #853
Comments
can have a look at it once i get the new server up and running. Of and can we rename APIv2 to Fileformat v2 or smth? :) |
Been doing some work on it just to get a "poc" working so I can create a pull request and ask for some feedback. Not sure what you mean about the file format? or the api endpoint? :) |
Still need to:
|
Just need to:
|
Any ideas on how to implement implement last_updated and latest_version into the output? :) |
@erwanlr any chance you could look into implementing Everything else should be in place |
Done. Furthermore, It would be cool to not push any new features to the v2 as specs are a mess given that they are not correctly updated when such features are implemented. |
Awesome :D I will fix the popular bug then pull these changes in. I think you're right about new features for the 2.x branch. Shall we release a final 2.9 version once this is pulled in? then we can do a code freeze on wpscan 2.x? |
Merged |
Any volunteers for implementing APIv2 into WPScan v2.x? @erwanlr @firefart
Would fix #704
Maybe fix #514
If no volunteers I can do it :)
New structure for those unaware:
Now incorporates
latest_version
for the plugin/theme andlast_updated
for the plugin/theme.As well as including the
popular
tag for plugins/themes and including all plugins/themes not just those that have known vulnerabilities. This means we can combine all of our data files into one single file.Some other data implemented such as vulnerability
published_date
The text was updated successfully, but these errors were encountered: