Skip to content

Security validation #195

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

Merged
merged 3 commits into from
Feb 4, 2020
Merged

Security validation #195

merged 3 commits into from
Feb 4, 2020

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Feb 4, 2020

Very basic with API Key and HTTP types support

Fixes #187

@p1c2u p1c2u force-pushed the feature/security-validation branch 2 times, most recently from 1210020 to ab745c1 Compare February 4, 2020 09:49
@codecov
Copy link

codecov bot commented Feb 4, 2020

Codecov Report

Merging #195 into master will decrease coverage by 0.23%.
The diff coverage is 93.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #195      +/-   ##
==========================================
- Coverage   96.33%   96.09%   -0.24%     
==========================================
  Files         107      114       +7     
  Lines        2044     2177     +133     
==========================================
+ Hits         1969     2092     +123     
- Misses         75       85      +10
Impacted Files Coverage Δ
openapi_core/schema/security_schemes/models.py 100% <100%> (ø)
openapi_core/security/exceptions.py 100% <100%> (ø)
openapi_core/schema/security_schemes/generators.py 100% <100%> (ø)
...pi_core/schema/security_requirements/generators.py 100% <100%> (ø)
openapi_core/schema/specs/models.py 95.55% <100%> (+0.1%) ⬆️
openapi_core/schema/operations/generators.py 100% <100%> (ø) ⬆️
openapi_core/schema/components/models.py 100% <100%> (ø) ⬆️
openapi_core/schema/components/factories.py 100% <100%> (ø) ⬆️
openapi_core/validation/request/datatypes.py 100% <100%> (ø) ⬆️
openapi_core/schema/specs/factories.py 100% <100%> (ø) ⬆️
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75643da...fde1b6b. Read the comment docs.

@p1c2u p1c2u force-pushed the feature/security-validation branch from ab745c1 to 5f789ff Compare February 4, 2020 10:22
@p1c2u p1c2u changed the title Security validation Security validation with Api Key support Feb 4, 2020
@p1c2u p1c2u marked this pull request as ready for review February 4, 2020 10:31
@p1c2u p1c2u changed the title Security validation with Api Key support Security validation Feb 4, 2020
@p1c2u p1c2u force-pushed the feature/security-validation branch from 5f789ff to fbebb31 Compare February 4, 2020 11:07
@p1c2u p1c2u force-pushed the feature/security-validation branch from fbebb31 to 4ae5a08 Compare February 4, 2020 11:14
@p1c2u p1c2u force-pushed the feature/security-validation branch from ed1dfec to fde1b6b Compare February 4, 2020 13:58
@p1c2u p1c2u merged commit 90bbc55 into master Feb 4, 2020
@p1c2u p1c2u deleted the feature/security-validation branch February 4, 2020 15:54
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.

Any plans on validating security data in request?
1 participant