Artem Rys

Results 24 comments of Artem Rys

@woodruffw this issue can be closed, as you already released an official GitHub Action (https://github.com/pypa/gh-action-pip-audit).

@woodruffw I would like to take this one, especially since we have an official GitHub Action already implemented.

Started working on this feature, created a sample SARIF file, and uploaded it to GitHub, attaching the screenshot of how it looks. Some links for future reference: * tool created...

I think we might be blocked here because GitHub requires a [`physicalLocation`](https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#physicallocation-object) field to be populated in a SARIF file. The `physicalLocation` requires the file location, line, and column where...

We probably can introduce a new type for only integer numbers.

Blocked by https://github.com/splunk/splunk-sdk-python/issues/548.

hey @alexhaydock, thanks for reporting this, we will take a look into it.

@alexhaydock there are 2 PRs which I implemented which should have support for IPv6: * https://github.com/splunk/addonfactory-solutions-library-python/pull/227 * https://github.com/splunk/addonfactory-solutions-library-python/pull/205 I followed docs from [here](https://docs.splunk.com/Documentation/Splunk/9.0.0/Admin/ConfigureSplunkforIPv6). The only difference I see so far...

> I've tried to patch the app in question by importing the whole solnlib directory from this repo, and I do think the changes in splunkenv.py above have fixed the...