Closed akashpaladin closed 3 months ago
The recent update introduces new constants into the PacmanSdkConstants
and ViolationAssociationManager
classes to enhance the configuration flexibility and string formatting capabilities within the application. These changes aim to streamline the handling of update descriptions, resource names, and violation associations.
File Path | Change Summary |
---|---|
commons/pac-batch-commons/src/main/java/com/tmobile/pacman/commons/PacmanSdkConstants.java |
Added new constants UPDATE_DESCRIPTION and RESOURCE_NAME |
jobs/pacman-data-shipper/src/main/java/com/tmobile/cso/pacman/datashipper/entity/ViolationAssociationManager.java |
Introduced POLICY_REASON_TEMPLATE constant and a conditional block to format a string based on conditions |
Objective | Addressed | Explanation |
---|---|---|
[PLG-585] Map Findings | ✅ |
In the code, new constants bloom,
UPDATE_DESCRIPTION
andRESOURCE_NAME
make room,
Violation strings now formatted with care,
Enhancing the logic, making it fair.
Code refines, as rabbits cheer,
For updates now, we hold dear!
🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
PLG-585
Description
Policy reason changed for burpsuite
Problem
Solution
Fixes # (issue if any)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist:
Other Information:
List any documentation updates that are needed for the Wiki
Summary by CodeRabbit
UPDATE_DESCRIPTION
andRESOURCE_NAME
for improved configuration handling.POLICY_REASON_TEMPLATE
for enhanced violation reporting with formatted messages.