atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.34k stars 661 forks source link

Add a new property of `Crowd` class #1402

Closed ChowRex closed 4 months ago

ChowRex commented 4 months ago
ChowRex commented 4 months ago

Hi @gonchik ! As your said early (https://github.com/atlassian-api/atlassian-python-api/pull/1400#issuecomment-2130427506), I fixed this CVE by using bs4.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 23.07692% with 10 lines in your changes missing coverage. Please review.

Project coverage is 34.37%. Comparing base (b81fff5) to head (65f655c). Report is 14 commits behind head on master.

Files Patch % Lines
atlassian/crowd.py 23.07% 10 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1402 +/- ## ========================================== - Coverage 34.39% 34.37% -0.02% ========================================== Files 46 46 Lines 8569 8582 +13 Branches 1598 1601 +3 ========================================== + Hits 2947 2950 +3 - Misses 5499 5509 +10 Partials 123 123 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gonchik commented 4 months ago

@ChowRex Thank you!