Giter Club home page Giter Club logo

intercept's People

Contributors

cloudtriquetra avatar dependabot-preview[bot] avatar dependabot[bot] avatar patched-codes[bot] avatar renovate[bot] avatar xfhg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

intercept's Issues

Dependabot can't resolve your Go dependency files

Dependabot can't resolve your Go dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

github.com/xfhg/intercept/cmd: cannot find module providing package github.com/xfhg/intercept/cmd

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

TOML Trouble

Getting Compliant Output with Warning while ideally it should be non-compliant.

File to scan: https://github.com/grafana/grafana/blob/main/conf/ldap.toml

Rule:

- name: TOML ASSURE - Minimum TLS Version 1.2
   id: 1001
   description: Assure Minimum TLS Version
   error: Misconfiguration or omission is fatal
   tags: TLS
   type: toml
   fatal: false
   enforcement: true
   environment: all
   confidence: high
   toml_filepattern: "ldap.toml"
   toml_structure: |
     servers: [{minimum_tls_version:"1.2"}]
     ...

Output:


├ TOML Rule # 1001
│ Rule name : TOML ASSURE - Minimum TLS Version 1.2
│ Rule description : Assure Minimum TLS Version
│ Impacted Env : all
│ Confidence : high
│ Tags : TLS
│ File pattern : ldap.toml
│ TOML pattern : servers: [{minimum_tls_version:"1.2"}]
...


│ Scanning..
│ File : tests/ldap.toml
│ Hash : 1fd89962937a50cdabc3560e3e7642866f7ef450fafa8b4e18c43da895390b85

│ Warning : TOML File not valid
├ Missing keys feature not available


│ Compliant

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/codeql.yml
  • actions/checkout v3
  • actions/setup-go v4
  • github/codeql-action v2
  • github/codeql-action v2
.github/workflows/release.yml
  • actions/checkout v3
  • actions/setup-go v4
  • meeDamian/github-release 2.0
.github/workflows/static.yml
  • actions/checkout v3
  • actions/configure-pages v3
  • actions/upload-pages-artifact v2
  • actions/deploy-pages v2
.github/workflows/test.yml
  • actions/checkout v3
  • actions/setup-go v4
gomod
go.mod
  • go 1.20
  • github.com/blang/semver v3.5.1+incompatible
  • github.com/gookit/color v1.5.3
  • github.com/itchyny/gojq v0.12.13
  • github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0@2bc1f35cddc0
  • github.com/lens-vm/jsonmerge v0.0.0-20210328131518-91ae88d1bfff@91ae88d1bfff
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/owenrumney/go-sarif/v2 v2.2.0
  • github.com/rhysd/go-github-selfupdate v1.2.3
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/viper v1.16.0
  • github.com/theckman/yacspin v0.13.12
  • gopkg.in/yaml.v2 v2.2.2
  • gopkg.in/yaml.v3 v3.0.1

  • Check this box to trigger a request for Renovate to run again on this repository

Dependabot can't resolve your Go dependency files

Dependabot can't resolve your Go dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

rsc.io/quote/[email protected]: unrecognized import path "rsc.io/quote/v3" (parse https://rsc.io/quote/v3?go-get=1: no go-import meta tags ())

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Fix Reporting

  1. Avoid overwriting SARIF output by GenerateComplianceSarif
    Why? --> Running multiple TOML / INI etc. scan in same directory should not overwrite results.

  2. Generate SARIF Report only if --output = full or sarif

Dependabot can't resolve your Go dependency files

Dependabot can't resolve your Go dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

honnef.co/go/[email protected]: unrecognized import path "honnef.co/go/tools" (https fetch: Get https://honnef.co/go/tools?go-get=1: EOF)

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

New Documentation - part 1

Description:

Test for all Policy Types in bash/docker format and produce step by step example documentation and running code examples

Acceptance Criteria:

One example policy file for each Policy Type
One target file for each policy Type
Full suite of testing add policy types against its targets

Dependabot can't resolve your Go dependency files

Dependabot can't resolve your Go dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

github.com/xfhg/intercept/cmd: cannot find module providing package github.com/xfhg/intercept/cmd

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.