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

feat: add semgrep code scanning via -safe argument #484

Merged

Commits on Sep 28, 2023

  1. feat: add semgrep code scanning via --safe flag

    This reintroduces the --safe functionality from OpenInterpreter#24.
    
    --safe has 3 possible values auto, ask, and off
    
    Code scanning is opt-in.
    ericrallen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    76a220e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe9b6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7379727 View commit details
    Browse the repository at this point in the history
  4. revert: undo default and choices change to cli.py

    This is being removed from this PR in favor of a standalone fix in OpenInterpreter#511
    ericrallen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2869457 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c89b82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba930b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efce285 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2653909 View commit details
    Browse the repository at this point in the history
  9. feat: add loading indicator for feedback

    Also update scan_code to safe_mode in conditional
    ericrallen committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0b73235 View commit details
    Browse the repository at this point in the history