iRon7

Results 89 issues of iRon7

Background (excerpt from Wikipedea [**Quotation mark**](ttps://en.wikipedia.org/wiki/Quotation_mark) definition): > Regarding their appearance, there are two types of quotation marks: > >* '…' and "…" are known as neutral, vertical, straight, typewriter,...

Issue - Discussion

Hyphen-minus characters are sometimes unintendedly replaced when passed by word processors as Microsoft Office applications as MSWord and Outlook. It is recommended to prefix parameters with an unambiguous hyphen-minus as...

Issue - Discussion

Currently there are quiet some reason to suppress a certain rule as e.g.: * Not be able to (easily) work around an issue * False positives There are also a...

Up-for-Grabs
Area - Rules
Issue-Enhancement

Currently the `-Fix` `-Confirm` (and `-WhatIf`) common parameters aren't very specific on what and how PSScriptAnalyzer is about to correct the found violations: ```PowerShell invoke-scriptanalyzer .\Test.ps1 -fix -Confirm Confirm Are...

Area - Engine
Issue-Enhancement

### Prerequisites - [X] **Existing Issue:** Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react,...

area-sdk-docs
issue-doc-idea
area-conceptual
up-for-grabs

Background: From my project, I have created a few PowerShell classes currently contained by a single file. As the project is growing (the number and size of the classes), I...

Related to issue #59, for my ObjectGraphTools project, I would like to separate my [interdependent classes contained by a single file](https://github.com/iRon7/ObjectGraphTools/blob/main/Source/Classes/ObjectParser.ps1) over multiple files to make my module better manageable....

We are in a highly secured environment and I am currently in a test phase for SecretManagement/Microsoft.PowerShell.SecretStore How is the trust/security of the 3rd party extensions (as e.g. [SecretManagement.KeePass](https://www.powershellgallery.com/packages/SecretManagement.KeePass/0.9.2)) guaranteed?...

Resolution- Answered

As for [AvoidUsingConvertToSecureStringWithPlainText](https://learn.microsoft.com/powershell/utility-modules/psscriptanalyzer/rules/avoidusingconverttosecurestringwithplaintext?view=ps-modules) it should be avoided to retrieve a **PlainText** password *from* a `SecureString` as it might leave memory trials (or even logging trails). ```PowerShell $Password = $SecureString |...

Issue - New Rule
Issue-Enhancement
Up for Grabs

## Summary of the new feature Remembering the days behind my TRS-80 where the first versions only had a `6` bit character set of `64` characters. A few years later,...

Issue - Discussion
Issue - New Rule
Issue-Enhancement