Conversation
feat(baseline): add configurable baseline profiles with validation
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.0 to 2.4.3. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@62b2cac...4eaacf0) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.31.8 to 4.31.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f47c8e6...1b168cd) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Prefer future DomainDetective authoritative TTL fields for _mta-sts and _smtp._tls while continuing to fall back to resolver TTLs until DD surfaces those maps.
Expose MinMxTtl to Get-DSATtlValue and refresh Get-DSADomainEvidence tests to use DomainOverallHealth-based stubs with authoritative TTL expectations.
Update Get-DSADomainEvidence unit stubs to include future authoritative TTL maps so tests cover resolver fallback without failing when properties are accessed.
Silence PSProvideCommentHelp in test stub functions so PSScriptAnalyzer passes in CI.
Feat/ttl healthcheck consolidation
Avoid property errors when DomainDetective lacks ServerTtlTxtMtasts/ServerTtlTxtTlsRpt by checking property presence before access; continue resolver fallback otherwise.
Extract classification from Test-DDDomainOverallHealth when present, fall back to Test-DDMailDomainClassification, and honor parameter/CSV overrides via Get-DSADomainEvidence. Pass overrides through Invoke-DSADomainRun.
…op/actions/checkout-6.0.1 build(deps): bump actions/checkout from 4.3.1 to 6.0.1
…op/ossf/scorecard-action-2.4.3 build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.3
…op/github/codeql-action-4.31.8 build(deps): bump github/codeql-action from 3.31.8 to 4.31.8
…op/actions/upload-artifact-6.0.0 build(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0
Refactor/cache effective checks
- Add Get-DSAStatusMetadata function as single source of truth for status class/filter/icon mappings; update existing status functions to use it - Centralize TTL candidate property names in DSA.ModuleState.ps1 - Add Test-DSAProperty helper to reduce PSObject.Properties.Name boilerplate - Extract Get-DSADkimSelectorsFromRecord from nested scope to separate file - Unify DKIMKeyStrength and DKIMSelectorHealth switch cases for consistency - Pre-warm condition definitions cache at module load time 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Test-DSAProperty tests: PSObject/hashtable property detection, null handling - Add Get-DSAStatusMetadata tests: status mapping, case-insensitivity, edge cases 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Refactor/code quality improvements
Remove $script:DefaultLogRoot and $script:DefaultOutputRoot which were defined but never referenced. The default paths are computed directly in Invoke-DomainSecurityAuditor using $script:ModuleRoot. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.8 to 4.31.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b168cd...5d4e8d1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…op/github/codeql-action-4.31.9 build(deps): bump github/codeql-action from 4.31.8 to 4.31.9
Extract reusable helper functions for classification extraction, DKIM analysis, and column width calculation. Fix O(n²) array concatenation patterns, simplify cache initialization, add CmdletBinding to report helpers, and improve error handling in path resolution. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
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.
Summary
Key Changes
🤖 Generated with Claude Code