Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify the lnk #569

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Simplify the lnk #569

merged 1 commit into from
Feb 19, 2024

Conversation

Romanitho
Copy link
Owner

Due to Antivirus false detection, testing a simplified command:

From:
powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -Command "& {gci -R | Unblock-File; ".\WAU\Gui.ps1"}"

To:
powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File .\WAU\Gui.ps1

On my machine, Microsoft Defender didn't say anything 😇

Due to Antivirus false detection, testing a simplified command:
From:
%WinDir%\System32\WindowsPowerShell\v1.0\powershell.exe -ep Bypass -w h -C "& {gci -R | Unblock-File; ".\WAU\Gui.ps1"}"
To:
%WinDir%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -WindowStyle Hidden -File .\WAU\Gui.ps1
@Romanitho
Copy link
Owner Author

Not sure at all this will do it... but let's try this before changing our plans.

Copy link
Contributor

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
⚠️ COPYPASTE jscpd yes 10 2.79s
✅ POWERSHELL powershell 1 0 4.87s
✅ POWERSHELL powershell_formatter 1 0 2.42s
⚠️ REPOSITORY checkov yes 1 15.83s
⚠️ REPOSITORY devskim yes 11 3.63s
✅ REPOSITORY dustilock yes no 0.02s
✅ REPOSITORY gitleaks yes no 1.03s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 9.87s
✅ REPOSITORY kics yes no 1.77s
✅ REPOSITORY secretlint yes no 1.1s
✅ REPOSITORY syft yes no 0.32s
✅ REPOSITORY trivy yes no 7.89s
✅ REPOSITORY trivy-sbom yes no 6.57s
✅ REPOSITORY trufflehog yes no 8.8s
⚠️ SPELL cspell 2 18 4.66s

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

@Romanitho Romanitho merged commit 5bec9e0 into main Feb 19, 2024
3 checks passed
@Romanitho Romanitho deleted the Antivirus branch February 19, 2024 17:03
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.

None yet

1 participant