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

Add security related class excludes during normal class transformer creation #1918

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

jtduffy
Copy link
Contributor

@jtduffy jtduffy commented May 31, 2024

Resolves #1917

Refactor ClassTransformerConfigImpl to add security related class exclusions (if applicable) while parsing user defined class exclusions.

@jtduffy jtduffy marked this pull request as ready for review May 31, 2024 16:05
@jtduffy jtduffy requested review from a team and lovesh-ap May 31, 2024 16:05
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.64%. Comparing base (5dcd0a8) to head (4739ccf).
Report is 6 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1918      +/-   ##
============================================
- Coverage     70.66%   70.64%   -0.02%     
+ Complexity     9858     9857       -1     
============================================
  Files           826      826              
  Lines         39804    39792      -12     
  Branches       6062     6061       -1     
============================================
- Hits          28127    28111      -16     
- Misses         8951     8959       +8     
+ Partials       2726     2722       -4     

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

@jtduffy jtduffy merged commit 464aa44 into main Jun 4, 2024
111 checks passed
@jtduffy jtduffy deleted the parse-sec-excludes branch June 4, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

When the secuirity agent is enabled, the excludes stanza for class_transformer doesn't get parsed correctly
4 participants