Refactor Default System Exposure Values into an includable#1014
Merged
ahouseholder merged 2 commits intocopilot/refactor-default-exploitation-valuesfrom Oct 14, 2025
Conversation
Co-authored-by: ahouseholder <2594236+ahouseholder@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor default system exposure values into includable file
Refactor Default System Exposure Values into an includable
Oct 10, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR refactors the "Default System Exposure Values" tip into a reusable includable file to improve documentation consistency and maintainability across the SSVC documentation.
- Created a reusable includable file for default system exposure values guidance
- Replaced inline tip content with include-markdown references in three documentation files
- Added the tip to two additional relevant pages for broader coverage
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/_includes/default_system_exposure_values.md | New includable file containing the default system exposure values tip |
| docs/howto/bootstrap/collect.md | Replaced inline tip with include-markdown reference |
| docs/reference/decision_points/system_exposure.md | Added the tip via include-markdown |
| docs/howto/gathering_info/system_exposure.md | Added the tip via include-markdown |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
73f1938
into
copilot/refactor-default-exploitation-values
7 checks passed
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.
Refactors the "Default System Exposure Values" tip from
docs/howto/bootstrap/collect.mdinto a reusable includable file, following the pattern established in the repository for similar content reuse.Changes
docs/_includes/default_system_exposure_values.mdcontaining the tip with guidance on default System Exposure valuesdocs/howto/bootstrap/collect.mdto replace the inline tip with an include-markdown referencedocs/reference/decision_points/system_exposure.md(decision point reference page)docs/howto/gathering_info/system_exposure.md(gathering info page)Benefits
This refactoring ensures consistency across the documentation by:
The implementation follows the same pattern used for other includable content in the repository (e.g.,
automatable_cvss_ssvc.md,safety_cvss_ssvc.md).Closes #[issue_number]
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
astral.shcurl -LsSf REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
Fixes #961
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.