Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 3.63 KB

SECURITY.md

File metadata and controls

62 lines (46 loc) · 3.63 KB

CrowdStrike Falcon

Twitter URL

Security Policy

This document outlines security policy and procedures for the CrowdStrike omigo-data-analytics project.

Supported Python versions

Project functionality is unit tested to run under the following versions of Python.

Version Supported
3.9.x Yes
3.8.x Yes
3.7.x Yes
3.6.x Yes
<= 3.5 No
<= 2.x.x No

Supported versions

When discovered, we release security vulnerability patches for the most recent release at an accelerated cadence.

Reporting a potential security vulnerability

We accept security-related vulnerability reports via bug reports or pull requests.

Please report suspected security vulnerabilities by:

  • Submitting a bug.
  • Submitting a pull request to potentially resolve the issue.

Disclosure and mitigation process

Upon receiving a security bug report, the issue will be assigned to one of the project maintainers. This person will coordinate the related fix and release process, involving the following steps:

  • Communicate with you to confirm we have received the report and provide you with a status update.
    • You should receive this message within 48 - 72 business hours.
  • Confirmation of the issue and a determination of affected versions.
  • An audit of the codebase to find any potentially similar problems.
  • Preparation of patches for all releases still under maintenance.
    • These patches will be submitted as a separate pull request and contain a version update.
    • This pull request will be flagged as a security fix.
    • Once merged, and after post-merge unit testing has been completed, the patch will be immediately published to both PyPI repositories.

Comments

If you have suggestions on how this process could be improved, please let us know by opening an issue.