Skip to content

Commit

Permalink
Merge pull request #362 from bci-oss/kics-findings-fixed
Browse files Browse the repository at this point in the history
Fix: KICS findings fixed
  • Loading branch information
tunacicek authored Apr 2, 2024
2 parents 6822bfb + 5748e8d commit 3d83519
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.4.2
### Added
## fixed
- KICS findings fixed


## 0.4.1
### Added
- Added API POST lookup/shellsByAssetLink to retrieve shell ids without base64 encryption.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ paths:
properties:
items:
type: array
maxItems: 10000
items:
$ref: './access-control-openapi_schemas.yaml#/schemas/ReadUpdateAccessRule'
required:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ paths:
properties:
result:
type: array
maxItems: 1000
items:
type: string
'400':
Expand Down

0 comments on commit 3d83519

Please sign in to comment.