Skip to content

feat(gendocs): add release-please tags to generated docs

aaa6175
Select commit
Loading
Failed to load commit list.
Open

chore: add release-please tags to generated docs #2525

feat(gendocs): add release-please tags to generated docs
aaa6175
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 9, 2025 in 3s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 72 in cmd/gendocs/gen_cloud-sql-proxy_docs.go

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High

This regular expression has an unescaped dot before 'googleapis.com', so it might match more hosts than expected when
the regular expression is used
.

Check failure on line 72 in cmd/gendocs/gen_cloud-sql-proxy_docs.go

See this annotation in the file changed.

Code scanning / CodeQL

Missing regular expression anchor High

When this is used as a regular expression on a URL, it may match anywhere, and arbitrary hosts may come before or after it.