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

[MTM-54517]allow registration of custom filters #448

Closed

Conversation

sguhc8y
Copy link

@sguhc8y sguhc8y commented Feb 5, 2024

This is a related change to DAST scan changes to capture request and transform them postman collection. More information can be found here:

Pynt doc

Quality PR: https://github.softwareag.com/IOTA/cumulocity-quality/pull/2488

@@ -455,6 +456,16 @@ public static Client createClient(PlatformParameters platformParameters) {
return client;
}

private static void registerExternalFilters(PlatformParameters platformParameters,ClientConfig config) {
if (platformParameters.customFilterSet != null) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can it ever be null?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree. Remove this check now. Please have a look.

Copy link
Contributor

@jkot-softwareag jkot-softwareag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

current version of PR looks OK for me

@sguhc8y sguhc8y marked this pull request as ready for review March 5, 2024 05:50
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.

None yet

5 participants