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

refactor(APIv2): introduce the V2::ApplicationPolicy #1873

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

skateman
Copy link
Member

This was never namespaced properly from the V1

Secure Coding Practices Checklist GitHub Link

Secure Coding Checklist

  • Input Validation
  • Output Encoding
  • Authentication and Password Management
  • Session Management
  • Access Control
  • Cryptographic Practices
  • Error Handling and Logging
  • Data Protection
  • Communication Security
  • System Configuration
  • Database Security
  • File Management
  • Memory Management
  • General Coding Practices

@skateman skateman requested a review from a team as a code owner November 14, 2023 18:10
@skateman skateman added the APIv2 REST API v2 label Nov 14, 2023
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (259ddac) 98.60% compared to head (1b9ff5e) 98.63%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1873      +/-   ##
==========================================
+ Coverage   98.60%   98.63%   +0.02%     
==========================================
  Files         191      192       +1     
  Lines        3955     3963       +8     
==========================================
+ Hits         3900     3909       +9     
+ Misses         55       54       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@skateman skateman merged commit bcdbac7 into RedHatInsights:master Nov 14, 2023
6 checks passed
@skateman skateman deleted the v2-policy branch November 14, 2023 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APIv2 REST API v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants