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

Dependabot::UnexpectedExternalCode #3098

Merged
merged 3 commits into from
Feb 9, 2021
Merged

Commits on Feb 8, 2021

  1. Dependabot::UnexpectedExternalCode

    This introduces the above new error, to be raised when Dependabot
    determines it may need to evaluate external code to update a dependency.
    
    The included sample and test cases centre around the Bundler ecosystem,
    where Git sources which may result in a evaluating the dependency's
    `.gemspec`, e.g. https://github.com/dependabot/dependabot-core/blob/main/common/dependabot-common.gemspec
    
    Note: this guard and the associated exception are an opt-in feature, to
    be used in conjunction with features that extend the resources
    accessible to Dependabot (e.g. private packages and sources).
    thepwagner committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    cfed359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e620c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63b89c4 View commit details
    Browse the repository at this point in the history