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: mqtt-style resource wildcard matching #436

Closed
wants to merge 3 commits into from

Merge branch 'main' into mqtt-wildcard-support

9d0911d
Select commit
Loading
Failed to load commit list.
Closed

feat: mqtt-style resource wildcard matching #436

Merge branch 'main' into mqtt-wildcard-support
9d0911d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 11, 2024 in 4s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 53 in src/main/java/com/aws/greengrass/clientdevices/auth/configuration/CDAConfiguration.java

See this annotation in the file changed.

Code scanning / CodeQL

Use of default toString() Note

Default toString(): MetricsConfiguration inherits toString() from Object, and so is not suitable for printing.
Default toString(): SecurityConfiguration inherits toString() from Object, and so is not suitable for printing.
Default toString(): CAConfiguration inherits toString() from Object, and so is not suitable for printing.
Default toString(): RuntimeConfiguration inherits toString() from Object, and so is not suitable for printing.
Default toString(): DomainEvents inherits toString() from Object, and so is not suitable for printing.