Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge develop to master to fix #1511, #1540 #1551

Open
wants to merge 98 commits into
base: master
Choose a base branch
from

Conversation

cyberqueenmeg
Copy link

Description

Follow up on #1540 : merge development branch to master because master branch is broken with current version of python

Fixes #1540

Type of change

Select the relevant option(s):

  • [ x ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • [ x ] My code follows the style guidelines of this project
  • [ x ] I have performed a self-review of my own code
  • [ x] I have commented my code, particularly in hard-to-understand areas
  • [ x] My changes generate no new warnings
  • [ x] I have added tests that prove my fix is effective or that my feature works (optional)
  • [ x] New and existing unit tests pass locally with my changes

FlorinAsavoaie and others added 30 commits September 2, 2022 11:11
Handle error when function has no maxInstances attribute defined
docs.microsoft.com->learn.microsoft.com in Azure document
Fixing typo in container-set-init.sh
We should exclude port 25 from `ec2-security-group-opens-port-to-all` because it already is covered by `ec2-security-group-opens-known-port-to-all` (as SMTP)
Remove the assumption that all Secrets have a `data` field.
Remove the assumption the `data` field in every Secret is a dictionary.
This typing seems to have caused some compatibility issues.
cckev and others added 30 commits April 18, 2023 14:49
…gex-change

Changing regex to comply with python3.11
Moved global flag in regexp to beginning of the expression to enable compatibility with Python 3.11
Add code to continue downloading from API in the event that one resource cannot be retrieved
…ble-jeopardy

Exclude SMTP port 25 from rule
…-case-sensitive

Fix (AWS): Bucket Allowing Clear Text (HTTP) Communication Case-insensitive Conditional Key Name
Fix (GCP): Remove credentials validity checks which cause issues
…-to-process-rule-c2-instance-in-security-group

add dashboard_name to rule ec2-instance-in-security-group.json
…fetch-additional-users

Update azure-mgmt-authorization
Fix(gcp): update cloudsql api and edge case configurations
Update supported Python versions.
Update Python versions.
Adding Python v3.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue #1511 not fixed