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

Fix if base_domain is None before get_service_from_reverse_dns_base_d… #514

Merged
merged 2 commits into from
May 22, 2024

Conversation

Kuzuto
Copy link
Contributor

@Kuzuto Kuzuto commented Apr 15, 2024

  • Added if statement for base_domain before getting get_service_from_reverse_dns_base_domain().
    Fixes : If base_domain is None, get_service_from_reverse_dns_base_domain() will fail.

Kuzuto added 2 commits April 15, 2024 21:39
…omain call

- Added if statement for base_domain before getting get_service_from_reverse_dns_base_domain(). If base_domain is None, get_service_from_reverse_dns_base_domain() will fail the report.
- Added .xml test file
added .xml test sample report where base_domain return none
@Kuzuto
Copy link
Contributor Author

Kuzuto commented Apr 15, 2024

This PR fixes an issue, if base_domain has resolved to 'None' before calling the function get_service_from_reverse_dns_base_domain()
Added sample report for testing

@seanthegeek seanthegeek merged commit 91191e3 into domainaware:master May 22, 2024
1 check passed
seanthegeek added a commit that referenced this pull request May 22, 2024
- Fix for deadlock with large report (#508)
- Build: move to kafka-python-ng (#510)
- Fix new config variables previously not propagated in the code (#524)
- Fixes for kafka integration (#522)
- Fix if base_domain is None before get_service_from_reverse_dns_base_domain (#514)
- Update base_reverse_dns_map.csv
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.

2 participants