deleted old rule from installer/dotnet

This commit is contained in:
sara-rn 2023-11-20 11:25:54 +01:00
parent dfa6f46b84
commit 1178cd07b4

View file

@ -1,19 +0,0 @@
rule:
meta:
name: packaged as single-file .NET application
namespace: executable/installer/dotnet
authors:
- michael.hunhoff@mandiant.com
description: Single binary containing target .NET application and all application-dependent files
scope: file
references:
- https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli
examples:
- a6e9d94e286984b9e44c58df5eeb20cf5c08b9acff4af341ddecdfbe3ea9249d
features:
- and:
# the installer portion of a single-file application is native code (in the samples I have seen) so format(dotnet) does not apply here.
- string: "Failure processing application bundle; possible file corruption."
- string: "Failure processing application bundle."
- string: "Bundle header version compatibility check failed"
- string: "A fatal error was encountered. Could not extract contents of the bundle"