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

Add group creation date to issues and group json #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 10, 2023

  1. Add group creation date to issues and group json

    Through the json interface currently there is no way to find when a
    group was created. If an app for example uses /issues/vulnerable.json
    and needs this information it currently additionally has to download the
    group html for each group and parse the "Created date" from the html.
    
    This MR adds group.created as 'date' to the issues and group json so for
    example downloading /issues/vulnerable.json would include this
    information and no additional download for each group is needed.
    
    It uses Y-M-d date format same as is used for advisories creation date
    in package json.
    jakedane committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9c65c52 View commit details
    Browse the repository at this point in the history