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

feat: add method not allow, referrerPolicy #2962

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

czy88840616
Copy link
Member

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@czy88840616 czy88840616 added the pr: new feature This PR adds a new API or behavior. label May 14, 2023
@codecov-commenter
Copy link

codecov-commenter commented May 14, 2023

Codecov Report

Patch coverage: 77.61% and project coverage change: -0.04 ⚠️

Comparison is base (1a67449) 81.68% compared to head (d1dc019) 81.64%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2962      +/-   ##
==========================================
- Coverage   81.68%   81.64%   -0.04%     
==========================================
  Files         437      440       +3     
  Lines       15852    15894      +42     
  Branches     3739     3738       -1     
==========================================
+ Hits        12948    12977      +29     
- Misses       2635     2647      +12     
- Partials      269      270       +1     
Impacted Files Coverage Δ
packages/security/src/config/config.default.ts 100.00% <ø> (ø)
packages/core/src/error/http.ts 98.03% <33.33%> (-1.97%) ⬇️
packages/security/src/error.ts 71.42% <33.33%> (-28.58%) ⬇️
...ecurity/src/middleware/refererPolicy.middleware.ts 46.66% <46.66%> (ø)
packages/security/src/middleware/base.ts 83.33% <77.77%> (-3.34%) ⬇️
...rity/src/middleware/methodNotAllowed.middleware.ts 94.11% <94.11%> (ø)
packages/security/src/configuration.ts 100.00% <100.00%> (ø)
packages/security/src/constants.ts 100.00% <100.00%> (ø)
packages/security/src/index.ts 100.00% <100.00%> (ø)
...ackages/security/src/middleware/csrf.middleware.ts 91.34% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: new feature This PR adds a new API or behavior.
Development

Successfully merging this pull request may close these issues.

None yet

2 participants