Conversation
…ture and guidelines
…ons and known vulnerabilities
…view documentation
…guidance and common problem areas
… detailed guidance and expectations
…idance and practices
…er guidance and integration points
…esponsibilities and operational guidelines
…obsolete authentication documentation
…eference documentation
…nd remove TypeScript SDK placeholder
…te descriptions and summaries
…urate descriptions and summaries
…scriptions and structure
…s for installation and advanced integration
…ise and open-source API surfaces
…ty and user focus
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
| # Assert | ||
| assert "GatewayProvider" in repr_str | ||
| assert "test-provider" in repr_str | ||
| assert "https://api.example.com" in repr_str |
Check failure
Code scanning / CodeQL
Incomplete URL substring sanitization High test
Copilot Autofix
AI 2 months ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| id-token: write | ||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Initialize CodeQL | ||
| uses: github/codeql-action/init@v2 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
| languages: python | ||
|
|
||
| - name: Autobuild | ||
| uses: github/codeql-action/autobuild@v2 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Set up Python ${{ matrix.python-version }} | ||
| uses: actions/setup-python@v5 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium test
|
|
||
| - name: Install uv | ||
| run: | | ||
| curl -LsSf https://astral.sh/uv/install.sh | sh |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium test
|
|
||
| - name: Upload coverage to Codecov | ||
| if: matrix.python-version == '3.11' | ||
| uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium test
|
|
||
| - name: Upload HTML coverage report | ||
| if: always() | ||
| uses: actions/upload-artifact@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium test
|
|
||
| - name: Upload test results | ||
| if: always() | ||
| uses: actions/upload-artifact@v4 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium test
PR Title
Summary
Related Issue
Fixes #___
Type of Change
How Was This Tested?
Notes:
CE & Security Check
Screenshots / Demos (if UI or UX)
Checklist