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

Update GitHub GraphQL import in vulntotal datasources #1445

Merged
merged 3 commits into from
May 13, 2024

Commits on Mar 21, 2024

  1. Refactor GitHub Query Utilization for Package Versions

    Change the method used to fetch GitHub GraphQL queries in github.py
    Shift from vulnerabilities.utils.fetch_github_graphql_query to fetchcode.package_versions.github_response
    The change avoids dependencies on Django apps in vulnerabilities.utils
    Signed-off-by: PoJuDeSu <spes9850401@gmail.com>
    poju3185 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    23d6702 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Fix linting error

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8ea43d3 View commit details
    Browse the repository at this point in the history
  2. Fix persistent failing docs link checks

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed May 13, 2024
    Configuration menu
    Copy the full SHA
    22132ef View commit details
    Browse the repository at this point in the history