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

Refresh onfido-python after onfido-openapi-spec update (2998dd3) #73

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

devops-automation-onfido
Copy link
Collaborator

@devops-automation-onfido devops-automation-onfido commented Oct 23, 2024

Auto-generated PR with changes till commit onfido/onfido-openapi-spec@2998dd3 (included)

Additional changes:

Change will be persisted by onfido/onfido-openapi-spec#131 waiting for a fix in OpenAPI generator.

onfido/api_client.py Fixed Show fixed Hide fixed
data = json.loads(response_text)
except ValueError:
data = response_text
elif re.match(r'^application/(json|[\w!#$&.+-^]+\+json)\s*(;|$)', content_type, re.IGNORECASE):

Check warning

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that overlaps with \\w in the same character class, and is equivalent to \[+,\\-.\\/0-9:;<=>?@A-Z\\\[\\\\\\\]^\].
Copy link
Contributor

@dvacca-onfido dvacca-onfido Oct 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dvacca-onfido dvacca-onfido merged commit 7c8cd8e into master Oct 23, 2024
8 checks passed
@dvacca-onfido dvacca-onfido deleted the release-upgrade branch October 23, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants