Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Checkmarx/kics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.8
Choose a base ref
...
head repository: Checkmarx/kics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.9
Choose a head ref
  • 6 commits
  • 42 files changed
  • 3 contributors

Commits on May 23, 2025

  1. fix(perms): revert permissions change to fix results export error (#7477

    )
    
    * revert permissions change to fix
    
    * use constant to update filePerms to OpenFile
    
    * update helm and go version
    
    * update go version to version 1.24
    
    * update all test names to have a constant name instead of using fmt.Sprintf function to build it
    
    * empty commit to trigger pipelines
    
    * update dockerfile go mod version to 1.24.2
    cx-artur-ribeiro authored May 23, 2025
    Configuration menu
    Copy the full SHA
    11456d5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Configuration menu
    Copy the full SHA
    b48bd3c View commit details
    Browse the repository at this point in the history
  2. feat(analyzer): add a blacklist to the Analyzer to exclude FHIR files (

    …#7470)
    
    * add new Ignored Files parameter to scan results verbose and remove FHIR documents from being parsed
    
    * rename getTotalFiles to GetTotalFiles
    
    * add a new counter IgnoredFiles
    
    * fix gocritic lint issue
    
    * refactor Counters print with correct order
    
    * revert addition of ignored files to report output
    
    * revert addition of ignored files field
    
    * add e2e to test fhir files skip from KICS scan
    
    * remove unnecessary check for fhir as a return type
    
    * add unit test to analyzer_test.go for fhir file
    
    * add fhir to all exclude files
    
    * add fhir file to TestProvider_getExcludePaths
    cx-artur-ribeiro authored May 26, 2025
    Configuration menu
    Copy the full SHA
    0694206 View commit details
    Browse the repository at this point in the history
  3. fix(query): fix fn for S3_Bucket_Allows_Public_Policy query (#7456)

    * fix fn for S3 Bucket Allows Public Policy query
    
    * refactor name from bucket and account, separating both assets
    
    * remove unused bucket_name variable from policy
    
    * update query behaviour
    
    * update positive expected results
    
    * remove unused files
    
    * refactor S3 Bucket Allows Public Policy query update
    
    * revert query name change and delete old references
    
    * add new lower severity query and update comments on automations
    
    * fix severity capitalization
    
    * fix severity on expected results
    
    * update name for positive expected results with correct query name
    
    * revert addition of new query
    
    * fix typo
    
    * remove index from pubBucket document since we are not using it anymore
    cx-artur-ribeiro authored May 26, 2025
    Configuration menu
    Copy the full SHA
    7118e02 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. docs(queries): update queries catalog (#7480)

    Co-authored-by: cx-artur-ribeiro <153724638+cx-artur-ribeiro@users.noreply.github.com>
    kicsbot and cx-artur-ribeiro authored May 27, 2025
    Configuration menu
    Copy the full SHA
    94fd45d View commit details
    Browse the repository at this point in the history
  2. docs(kicsbot): preparing for release 2.1.9 (#7481)

    * docs(kicsbot): preparing for release 2.1.9
    
    * update kics to version 219
    
    ---------
    
    Co-authored-by: cx-monica-casanova <109349080+cx-monica-casanova@users.noreply.github.com>
    kicsbot and cx-monica-casanova authored May 27, 2025
    Configuration menu
    Copy the full SHA
    ce3868e View commit details
    Browse the repository at this point in the history
Loading