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

JFrog Advanced Security - Secrets & IaC scans #788

Merged
merged 70 commits into from
Jun 13, 2023

Commits on Apr 3, 2023

  1. applicabilityscanner.go

    orto17 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    88c3f7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd8ab72 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 16, 2023

  1. analyzer manager executer

    orto17 committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    67f0f9d View commit details
    Browse the repository at this point in the history
  2. ConvertToApplicableTableValue

    orto17 committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    66cdf20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b6f0a1 View commit details
    Browse the repository at this point in the history
  4. with violations cves results

    orto17 committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    9ebb80b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    108e4ea View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 18, 2023

  1. unit tests

    orto17 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8bedfb3 View commit details
    Browse the repository at this point in the history
  2. all unit tests for app scanner

    orto17 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2401d3f View commit details
    Browse the repository at this point in the history
  3. updates after static analysis

    orto17 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8b3400f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bfdf3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c12b402 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Merge remote-tracking branch 'upstream/dev' into Applicable-vulnerabi…

    …lity-column
    
    # Conflicts:
    #	xray/commands/audit/generic/auditmanager.go
    #	xray/commands/scan/buildscan.go
    #	xray/formats/conversion.go
    #	xray/formats/table.go
    #	xray/utils/resultstable.go
    #	xray/utils/resultstable_test.go
    #	xray/utils/resultwriter.go
    orto17 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    41e5884 View commit details
    Browse the repository at this point in the history
  2. Smallfixes after review

    orto17 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2c29b86 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    32ea54d View commit details
    Browse the repository at this point in the history
  2. handle error code 31 from am

    orto17 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    bb54ab7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. secret scanner, print table

    orto17 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d9fe0aa View commit details
    Browse the repository at this point in the history
  2. changes after Tal review

    orto17 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    5b735e6 View commit details
    Browse the repository at this point in the history
  3. tech eligible for scan fix

    orto17 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    0ca272d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. secret scanner improvements

    orto17 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    fb035ed View commit details
    Browse the repository at this point in the history
  2. secret scanner improvements

    orto17 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    182cb41 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'Applicable-vulnerability-column' into secrets-scanner

    # Conflicts:
    #	xray/commands/audit/generic/jas/applicabilityscanner.go
    #	xray/commands/audit/generic/jas/generic.go
    orto17 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    eb108f8 View commit details
    Browse the repository at this point in the history
  4. secret scanner improvements

    orto17 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    dc67147 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. tryExtractRelativePath

    orto17 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3a9d2d6 View commit details
    Browse the repository at this point in the history
  2. severity column design

    orto17 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2629f3d View commit details
    Browse the repository at this point in the history
  3. table improvements, tests

    orto17 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    6864666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1682570 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. iac scanner

    orto17 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4ffe8bb View commit details
    Browse the repository at this point in the history
  2. iac scanner

    orto17 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    9fe4e09 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. print iac results

    orto17 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    57e4ddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26af01e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Merge remote-tracking branch 'upstream/dev' into secrets-scanner

    # Conflicts:
    #	go.mod
    #	xray/commands/audit/generic/auditmanager.go
    #	xray/commands/audit/generic/generic.go
    #	xray/utils/resultstable.go
    #	xray/utils/resultwriter.go
    orto17 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    1acedff View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. GetSeverity()

    orto17 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    e398117 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge branch 'dev' into secrets-scanner

    # Conflicts:
    #	utils/coreutils/tableutils.go
    #	xray/commands/audit/generic/generic.go
    #	xray/commands/scan/buildscan.go
    #	xray/commands/scan/scan.go
    #	xray/formats/table.go
    #	xray/utils/resultstable.go
    #	xray/utils/resultstable_test.go
    #	xray/utils/resultwriter.go
    #	xray/utils/resultwriter_test.go
    orto17 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    9f31d53 View commit details
    Browse the repository at this point in the history
  2. merged dev

    orto17 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    6895b1e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. fixed conflicts

    orto17 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fc93f3b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    9d85cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98380d5 View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    orto17 committed May 21, 2023
    Configuration menu
    Copy the full SHA
    5816b5c View commit details
    Browse the repository at this point in the history
  4. IacSecretsRow

    orto17 committed May 21, 2023
    Configuration menu
    Copy the full SHA
    f387563 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/dev' into secrets-scanner

    # Conflicts:
    #	xray/commands/audit/applicabilitymanager.go
    #	xray/commands/audit/applicabilitymanager_test.go
    #	xray/utils/resultstable.go
    orto17 committed May 21, 2023
    Configuration menu
    Copy the full SHA
    41bcc18 View commit details
    Browse the repository at this point in the history
  6. merged dev

    orto17 committed May 21, 2023
    Configuration menu
    Copy the full SHA
    25018ce View commit details
    Browse the repository at this point in the history
  7. cmd dir

    orto17 committed May 21, 2023
    Configuration menu
    Copy the full SHA
    8e793d9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. fixed config file output field

    orto17 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6dd16a4 View commit details
    Browse the repository at this point in the history
  2. fixed tests

    orto17 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0feb7a6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Merge branch 'dev' into secrets-scanner

    # Conflicts:
    #	xray/utils/analyzermanager.go
    #	xray/utils/resultstable.go
    orto17 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    b87b830 View commit details
    Browse the repository at this point in the history
  2. unit tests

    orto17 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    2a70cbf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into secrets-scanner

    # Conflicts:
    #	xray/commands/audit/applicabilitymanager.go
    #	xray/commands/audit/applicabilitymanager_test.go
    #	xray/utils/analyzermanager.go
    orto17 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    c6eec36 View commit details
    Browse the repository at this point in the history
  4. empty url warning message

    orto17 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    36241e8 View commit details
    Browse the repository at this point in the history
  5. ApplicabilityScanResults

    orto17 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    7370225 View commit details
    Browse the repository at this point in the history
  6. secret scan failure message

    orto17 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    c41ad00 View commit details
    Browse the repository at this point in the history
  7. secret scan failure message

    orto17 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    1139820 View commit details
    Browse the repository at this point in the history
  8. not entitled const not in use

    orto17 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    951db93 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. secrets ExtractRelativePath

    orto17 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    161bbf1 View commit details
    Browse the repository at this point in the history
  2. ca column logic fix

    orto17 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    9ee4848 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. npm test

    orto17 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    17e15aa View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. level to severity map

    orto17 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6267ef5 View commit details
    Browse the repository at this point in the history
  2. errorutils.CheckError(err)

    orto17 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    7d485ae View commit details
    Browse the repository at this point in the history
  3. SkippedDirs

    orto17 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1beb1b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. cmd.Process.Kill()

    orto17 committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    42ade5d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. fixed exec defer

    orto17 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    87e02bd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. exit code const

    orto17 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    11a26c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. updates after Eyal's review

    orto17 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    134e36e View commit details
    Browse the repository at this point in the history
  2. updates after Eyal's review

    orto17 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    aaafafb View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/dev' into secrets-scanner

    # Conflicts:
    #	xray/utils/analyzermanager.go
    #	xray/utils/resultwriter.go
    orto17 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    537f7b2 View commit details
    Browse the repository at this point in the history
  4. fixed tests

    orto17 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    8fb676d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. changes after code review

    orto17 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    eadb9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63a4ded View commit details
    Browse the repository at this point in the history