SecurityJedi

Results 10 issues of SecurityJedi

Updates per design review and comment on https://github.com/Azure/azure-powershell/pull/18790#issuecomment-1188735810 ## Checklist - [X] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes) section of [`CONTRIBUTING.md`](../blob/main/CONTRIBUTING.md) and reviewed the following...

needs-review
customer-reported

In beets when you have a CD that is "artist featuring artist" there is no way to name the folder as the primary artist. This creates multiple folders and then...

feature

Anyone looked at making this work on UDM/UDMPRO?

Required items, please complete Change(s): - Create v1 of solution package Reason for Change(s): - New solutioon Version Updated: - N/A Testing Completed: - Yes Checked that the validations are...

Waiting on poster
Playbook
Solution

### Requirements * This template is required. Any request that does not include enough information may be closed at the maintainers' discretion. * Have you (put an X between the...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Add support for process...

When running createSolution.ps1 to create a solution, it leaves a null field in the createUiDefintion.json if the playbook is not a playbook but is a custom connector. On line 312,...

Tools

https://community.microfocus.com/t5/ArcSight-Connectors/ArcSight-Common-Event-Format-CEF-Implementation-Standard/ta-p/1645557 reviewing the above there seems to be additional fields that needs to be added to the mappings. I also noticed a couple of incorrect mappings. for example slat =>sourceLongitude...

I am using validate against API responses. ```python validate(openapi_schema_path, response.json()) ``` seems to work on many of the apis. But when the api returns something like: ```json {"items":[4,5,6,1,2]} ``` which...

is there anyway to disable SSL verification? ``` Error: unable to verify the first certificate at TLSSocket.onConnectSecure (node:_tls_wrap:1600:34) at TLSSocket.emit (node:events:517:28) at TLSSocket._finishInit (node:_tls_wrap:1017:8) at ssl.onhandshakedone (node:_tls_wrap:803:12) { code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE'...