Skip to content

Sync main with develop#31

Closed
thetechgy wants to merge 122 commits into
mainfrom
develop
Closed

Sync main with develop#31
thetechgy wants to merge 122 commits into
mainfrom
develop

Conversation

@thetechgy
Copy link
Copy Markdown
Owner

Summary

  • Sync main branch with latest develop changes
  • Includes code quality improvements, refactoring, and bug fixes
  • All 76 tests passing

Key Changes

  • Refactored helper functions for better code reuse
  • Fixed O(n²) array concatenation patterns
  • Added CmdletBinding to report helpers
  • Improved error handling and caching patterns
  • Multiple dependency updates and CI improvements

🤖 Generated with Claude Code

Codex Agent and others added 30 commits November 16, 2025 21:43
feat(baseline): add configurable baseline profiles with validation
dependabot Bot and others added 28 commits December 15, 2025 06:29
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.
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
- 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>
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>
@github-advanced-security
Copy link
Copy Markdown

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.

@thetechgy thetechgy closed this Dec 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants