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

add dotnet limitation rule for dynamic samples #983

Merged
merged 4 commits into from
Feb 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions internal/limitation/dynamic/internal-dotnet-file-limitation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
rule:
meta:
name: (internal) dotnet file limitation
v1bh475u marked this conversation as resolved.
Show resolved Hide resolved
namespace: internal/limitation/dynamic
authors:
- "@v1bh475u"
description: |
This sample contains a .NET sample analysis.

The runtime .NET APIs called in code may differ from the ones called in runtime.
This may cause the analysis to be incomplete or misleading.
v1bh475u marked this conversation as resolved.
Show resolved Hide resolved
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