TrimarcJake / Locksmith

A small tool built to find and fix common misconfigurations in Active Directory Certificate Services.
https://github.com/TrimarcJake/Locksmith
Other
823 stars 77 forks source link

Fixes "Unable to index into an object..." Errors #104

Closed TrimarcJake closed 8 months ago

TrimarcJake commented 8 months ago

I apparently fixed these three functions 4 days ago but didn't realize it.

Instead of using $Issue['Issue'] = 'EDITF_ATTRIBUTESUBJECTALTNAME2 is enabled.', now using $Issue.Issue = 'EDITF_ATTRIBUTESUBJECTALTNAME2 is enabled.'

github-actions[bot] commented 8 months ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 2 0 0.03s
⚠️ COPYPASTE jscpd yes 19 1.86s
⚠️ EDITORCONFIG editorconfig-checker 27 1 0.17s
⚠️ MARKDOWN markdownlint 3 3 10 1.09s
⚠️ MARKDOWN markdown-link-check 3 15 5.72s
✅ MARKDOWN markdown-table-formatter 3 3 0 0.29s
⚠️ POWERSHELL powershell 21 14 35.57s
✅ POWERSHELL powershell_formatter 21 0 18.48s
⚠️ REPOSITORY checkov yes 1 12.6s
✅ REPOSITORY gitleaks yes no 0.49s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 12.89s
✅ REPOSITORY secretlint yes no 0.83s
✅ REPOSITORY trivy yes no 5.95s
✅ REPOSITORY trivy-sbom yes no 1.32s
✅ REPOSITORY trufflehog yes no 3.08s
⚠️ SPELL cspell 28 237 11.53s
✅ YAML prettier 2 2 0 0.56s
✅ YAML v8r 2 0 3.86s
✅ YAML yamllint 2 0 0.29s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_