-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add dotnet limitation rule for dynamic samples (#983)
* add dotnet limitation rule for dynamic samples * restructure limitations rules Signed-off-by: vibhatsu <maulikbarot2915@gmail.com> * refactor limitation rules to use 'static' namespace Signed-off-by: vibhatsu <maulikbarot2915@gmail.com> * update internal .NET file limitation description and name Signed-off-by: vibhatsu <maulikbarot2915@gmail.com> --------- Signed-off-by: vibhatsu <maulikbarot2915@gmail.com>
- Loading branch information
Showing
8 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
internal/limitation/dynamic/internal-dotnet-file-limitation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
rule: | ||
meta: | ||
name: (internal) .NET file limitation | ||
namespace: internal/limitation/dynamic | ||
authors: | ||
- "@v1bh475u" | ||
description: | | ||
This dynamic analysis trace describes a .NET file. | ||
capa rules are not yet tuned for the .NET runtime, | ||
so its analysis may be incomplete or misleading. | ||
scopes: | ||
static: unsupported | ||
dynamic: file | ||
examples: | ||
- 2f8a79b12a7a989ac7e5f6ec65050036588a92e65aeb6841e08dc228ff0e21b4_min_archive.zip | ||
features: | ||
- or: | ||
- format: dotnet | ||
- import: mscoree._CorExeMain | ||
- import: mscoree._corexemain | ||
- import: mscoree._CorDllMain | ||
- import: mscoree._cordllmain |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...e/internal-autohotkey-file-limitation.yml → ...c/internal-autohotkey-file-limitation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...net-single-file-deployment-limitation.yml → ...net-single-file-deployment-limitation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../file/internal-packer-file-limitation.yml → ...tatic/internal-packer-file-limitation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...internal-visual-basic-file-limitation.yml → ...internal-visual-basic-file-limitation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters