Liron Levin

Results 12 issues of Liron Levin

The datagram channel is closed without synchronization, thus the reading routine is exposed to a race condition that crashes the channel. As the crash is sporadic, it's not easily reproducible...

Replaced the default registry auth configuration from 'none' to 'htpasswd'. Following the change in docker/distribution#2362. Signed-off-by: Liron Levin

Currently only AWS is covered for cloud scans. We need to add support for the following providers: - [x] Azure - [x] GCP - [ ] IBM Cloud - [...

enhancement

Currently our insecure app detector only uses insecure connectivity checks. It's important to verify that common apps are not deployed with common naive passwords. In this feature, we will add...

enhancement

Add mapping for the following popular docker hub apps: - [ ] [RabbitMQ](https://hub.docker.com/_/rabbitmq/) - [ ] [Redis](https://hub.docker.com/_/redis/) - [ ] [Postgres](https://hub.docker.com/_/postgres/) - [ ] [Wordpress](https://hub.docker.com/_/wordpress/) bruteforce support - [ ]...

enhancement

Return early if relationship was not found for the given workbook # PR Details Fix panic in `getSheetMap` where we don't check if relationship map is nil ## Description Return...

size/S

The following [code](https://github.com/pdfcpu/pdfcpu/blob/master/pkg/pdfcpu/validate/outlineTree.go#L122C3-L127C4) panics: ``` if count == nil || *count == 0 { if xRefTable.ValidationMode == model.ValidationStrict { return errors.New("pdfcpu: validateOutlineTree: non-empty outline item dict needs \"Count\" 0") }...

bug

**Describe the change** Add missing implementation for GET /fine_tuning/jobs **Describe your solution** Implemented the method as described in the API specification (consistent with other APIs) **Tests** Added UTs and verified...

**Describe the bug** Missing pagination parameters for list assistants beta API: ``` first_id last_id has_more ``` **To Reproduce** ``` curl "https://api.openai.com/v1/assistants?order=desc&limit=20" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY"...

bug

**Describe the bug** Implementation is missing for ``` https://api.openai.com/v1/fine_tuning/jobs ```

bug