Skip to content

Add documentation for GovernmentBody element and related properties - #446

Open
copybara-service[bot] wants to merge 1 commit into
devfrom
test_698092421
Open

Add documentation for GovernmentBody element and related properties#446
copybara-service[bot] wants to merge 1 commit into
devfrom
test_698092421

Conversation

@copybara-service

Copy link
Copy Markdown

Add documentation for GovernmentBody element and related properties

Comment thread rules.py
if (
platform != "website"
and platform not in parsed_url.netloc
and not (platform == "facebook" and "fb.com" in parsed_url.netloc)

Check failure

Code scanning / CodeQL

Incomplete URL substring sanitization

The string [fb.com](1) may be at an arbitrary position in the sanitized URL.
Comment thread rules.py
platform != "website"
and platform not in parsed_url.netloc
and not (platform == "facebook" and "fb.com" in parsed_url.netloc)
and not (platform == "twitter" and "x.com" in parsed_url.netloc)

Check failure

Code scanning / CodeQL

Incomplete URL substring sanitization

The string [x.com](1) may be at an arbitrary position in the sanitized URL.
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