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

Fix yaml config bug #2140

Merged
merged 2 commits into from
Feb 25, 2021
Merged

Fix yaml config bug #2140

merged 2 commits into from
Feb 25, 2021

Conversation

cx-joao-reigota
Copy link
Collaborator

Closes #2139

Proposed Changes

  • fix bug kics was having with config yaml
  • fix yaml arrays in config file errors
  • changed local envs from VIPER_ to KICS_

I submit this contribution under Apache-2.0 license.

@cx-joao-reigota cx-joao-reigota added the bug Something isn't working label Feb 25, 2021
@cx-joao-reigota cx-joao-reigota self-assigned this Feb 25, 2021
@kicsbot
Copy link
Contributor

kicsbot commented Feb 25, 2021

Scan submitted to Checkmarx

@kicsbot
Copy link
Contributor

kicsbot commented Feb 25, 2021

Logo
Checkmarx SAST - Scan Summary & Details

Cx-SAST Summary

Total of 2 vulnerabilities
High 0 High
Medium 2 Medium
Low 0 Low
Info 0 Info

Violation Summary

Medium 2 Medium

View more details on Checkmarx UI

Cx-SAST Details

Lines Severity Category File Link
31 Medium Path_Traversal cmd/builder/main.go Checkmarx
81 Medium Denial_Of_Service_Resource_Exhaustion pkg/kics/service.go Checkmarx

@github-actions
Copy link
Contributor

Linux - Unit Test Statistics

       1 files       20 suites   32s ⏱️
3 361 tests 3 361 ✔️ 0 💤 0 ❌

Results for commit 4529179.

@github-actions
Copy link
Contributor

Windows - Unit Test Statistics

       1 files       20 suites   45s ⏱️
3 361 tests 3 361 ✔️ 0 💤 0 ❌

Results for commit 4529179.

Copy link
Contributor

@rogeriopeixotocx rogeriopeixotocx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ruigomescx ruigomescx merged commit 8311d55 into master Feb 25, 2021
@ruigomescx ruigomescx deleted the fix-yaml-config-bug branch February 25, 2021 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Yaml config arrays bug
4 participants