MicrosoftDocs / PowerShell-Docs

The official PowerShell documentation sources
https://learn.microsoft.com/powershell
Other
1.96k stars 1.56k forks source link

Add topic about best practices for writing secure code #10099

Open TravisEz13 opened 1 year ago

TravisEz13 commented 1 year ago

Prerequisites

PowerShell Version

7.4

Summary

We have two scenarios:

  1. Writing secure code in general
    1. Don't rely on auto-loading
      1. Import the modules you use or use module qualified invocation
  2. Writing code for Constrained Language Mode

Details

No response

Proposed Content Type

About Topic

Proposed Title

No response

Related Articles

sdwheeler commented 1 year ago

@TravisEz13 Do you have a draft you can share?

sdwheeler commented 1 year ago

We have some existing documentation: