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

Feature: Add conan detector that parses conan.lock files of conan package manager version 1.x #692

Merged
merged 14 commits into from
Aug 9, 2023

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    357f553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0c4938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e6999d View commit details
    Browse the repository at this point in the history
  4. Handle edge cases and version constraints when processing conan.lock …

    …files. Add docs and verification test sample files.
    ashokgowtham committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    830ab00 View commit details
    Browse the repository at this point in the history
  5. Update docs/detectors/conan.md

    Co-authored-by: Justin Perez <justinmp@vt.edu>
    ashokgowtham and melotic committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7e49552 View commit details
    Browse the repository at this point in the history
  6. Update docs/detectors/conan.md

    Co-authored-by: Justin Perez <justinmp@vt.edu>
    ashokgowtham and melotic committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    56f86de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d437264 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2f195f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff6ce34 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e8851b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Update test/Microsoft.ComponentDetection.Detectors.Tests/ConanLockCom…

    …ponentDetectorTests.cs
    
    Co-authored-by: Justin Perez <justinmp@vt.edu>
    ashokgowtham and melotic authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    1172a93 View commit details
    Browse the repository at this point in the history
  2. Update test/Microsoft.ComponentDetection.Detectors.Tests/ConanLockCom…

    …ponentDetectorTests.cs
    
    Co-authored-by: Justin Perez <justinmp@vt.edu>
    ashokgowtham and melotic authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    468abe6 View commit details
    Browse the repository at this point in the history
  3. Update test/Microsoft.ComponentDetection.Detectors.Tests/ConanLockCom…

    …ponentDetectorTests.cs
    
    Co-authored-by: Justin Perez <justinmp@vt.edu>
    ashokgowtham and melotic authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    6126c35 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Fix formatting issues

    ashokgowtham committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e5c4cb9 View commit details
    Browse the repository at this point in the history