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 tests for the propagation of vulnerabilities within git repositories #2140

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    1e8e897 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    2266578 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    8410244 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Refactor test_repository.py and impact_git_test.py (#1)

    ## Refactoring – `test_repository.py `
    * Make the repo generation cleaner, remove unnecessary branch that were generated 
    * Use protobuf type for events
    
    ## Refactoring - `impact_git_test.py`
    * Move to a template architecture 
    * Remove inconsistent tests
    * Support cherry picking test
    
    Note : 
    `impact.py ` has been modified to handle repository that do not support caching. We are still trying to find a solution to enable the cache for synthetic repository created with pygit2.
    RomainLefeuvre committed May 16, 2024
    Configuration menu
    Copy the full SHA
    05f77f8 View commit details
    Browse the repository at this point in the history