Update copyright to the correct text#43
Merged
kevinbackhouse merged 2 commits intoGitHubSecurityLab:mainfrom Feb 12, 2026
Merged
Update copyright to the correct text#43kevinbackhouse merged 2 commits intoGitHubSecurityLab:mainfrom
kevinbackhouse merged 2 commits intoGitHubSecurityLab:mainfrom
Conversation
find . -type f -exec sed -i "s/SPDX-FileCopyrightText: 202[0-9] GitHub/SPDX-FileCopyrightText: GitHub, Inc./g" {} \;
Contributor
There was a problem hiding this comment.
Pull request overview
Standardizes SPDX copyright headers across the repository by replacing year-based “GitHub” text with the canonical “GitHub, Inc.” form.
Changes:
- Replaced
SPDX-FileCopyrightText: 2025 GitHubwithSPDX-FileCopyrightText: GitHub, Inc.across Python, shell, and YAML assets. - Kept existing SPDX license identifiers intact.
Reviewed changes
Copilot reviewed 73 out of 73 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/test_00.py | Update SPDX-FileCopyrightText header text |
| tests/init.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/toolboxes/report_alert_state.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/toolboxes/repo_context.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/toolboxes/local_gh_resources.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/toolboxes/local_file_viewer.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/toolboxes/ghsa.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/toolboxes/gh_file_viewer.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/toolboxes/gh_code_scanning.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/toolboxes/gh_actions.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/toolboxes/codeql_python.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/remote_sources_local.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/js_ts_endpoint_access_checks.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/inspect_issue.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/identify_applications_local.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/identify_applications.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/ghsa_variant_analysis_demo.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/gather_web_entry_point_info_local.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/gather_web_entry_point_info.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/fetch_source_code.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/fetch_audit_issue.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/classify_application_local.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/classify_application.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/audit_sanitizers.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/audit_issue_local_iter.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/audit_issue_local.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/audit_issue.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/audit/acl_check.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_untrusted_checkout_critical.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_js_ts_path_injection.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_js_ts_client_side_xss.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/triage_actions_code_injection.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/review_untrusted_checkout_issues.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/review_actions_injection_issues.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/create_issues_js_ts.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/create_issues_actions.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/trigger_analysis.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/track_workflow_users.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/review_report.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/create_report.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/collect_dismiss_reasons.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/cleanup_results.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/check_report.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_taskflows/actions_common/audit_workflow_users.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_common/validate_user_input.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_common/reachability_analysis.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_common/fetch_code_scanning_alerts.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/taskflows/alert_triage_examples/triage_common/check_notes.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/prompts/triage_taskflows/actions_common/dismiss_decision.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/prompts/triage_taskflows/actions_common/check_dismiss_reason.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/prompts/audit/audit_issue.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/personalities/web_application_security_expert.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/personalities/auditor.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/personalities/action_expert.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/utils.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/report_alert_state.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/repo_context_models.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/repo_context.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/local_gh_resources.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/local_file_viewer.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/gh_file_viewer.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/gh_code_scanning.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/gh_actions.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/codeql_utils.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/codeql_python/mcp_server.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/codeql_python/codeql_sqlite_models.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/mcp_servers/alert_results_models.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/configs/model_config_lowercost.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/configs/model_config_codeql_python.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/configs/model_config.yaml | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/init.py | Update SPDX-FileCopyrightText header text |
| src/seclab_taskflows/about.py | Update SPDX-FileCopyrightText header text |
| scripts/audit/run_audit.sh | Update SPDX-FileCopyrightText header text |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
p-
previously approved these changes
Feb 9, 2026
anticomputer
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I ran this command: