@microsoft/sarif-multitool-darwin 4.5.4 → 4.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/DotnetToolSettings.xml +6 -0
- package/Sarif.Converters.pdb +0 -0
- package/Sarif.Converters.xml +1576 -0
- package/Sarif.Driver.pdb +0 -0
- package/Sarif.Driver.xml +1196 -0
- package/Sarif.Multitool +0 -0
- package/Sarif.Multitool.Library.pdb +0 -0
- package/Sarif.Multitool.Library.xml +1572 -0
- package/Sarif.Multitool.dll.config +8 -0
- package/Sarif.Multitool.pdb +0 -0
- package/Sarif.Multitool.xml +39 -0
- package/Sarif.WorkItems.pdb +0 -0
- package/Sarif.WorkItems.xml +79 -0
- package/Sarif.pdb +0 -0
- package/Sarif.xml +12196 -0
- package/WorkItems.pdb +0 -0
- package/WorkItems.xml +227 -0
- package/amd64/KernelTraceControl.dll +0 -0
- package/amd64/msdia140.dll +0 -0
- package/amd64/msvcp140.dll +0 -0
- package/amd64/vcruntime140.dll +0 -0
- package/amd64/vcruntime140_1.dll +0 -0
- package/arm64/KernelTraceControl.dll +0 -0
- package/arm64/msdia140.dll +0 -0
- package/arm64/msvcp140.dll +0 -0
- package/arm64/vcruntime140.dll +0 -0
- package/arm64/vcruntime140_1.dll +0 -0
- package/default.configuration.xml +6 -0
- package/package.json +1 -1
- package/sarif-2.1.0.json +3370 -0
- package/x86/KernelTraceControl.Win61.dll +0 -0
- package/x86/KernelTraceControl.dll +0 -0
- package/x86/msdia140.dll +0 -0
- package/x86/msvcp140.dll +0 -0
- package/x86/vcruntime140.dll +0 -0
package/Sarif.Multitool.pdb
CHANGED
|
Binary file
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<doc>
|
|
3
|
+
<assembly>
|
|
4
|
+
<name>Sarif.Multitool</name>
|
|
5
|
+
</assembly>
|
|
6
|
+
<members>
|
|
7
|
+
<member name="T:Microsoft.CodeAnalysis.Sarif.Multitool.MultitoolResources">
|
|
8
|
+
<summary>
|
|
9
|
+
A strongly-typed resource class, for looking up localized strings, etc.
|
|
10
|
+
</summary>
|
|
11
|
+
</member>
|
|
12
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.Multitool.MultitoolResources.ResourceManager">
|
|
13
|
+
<summary>
|
|
14
|
+
Returns the cached ResourceManager instance used by this class.
|
|
15
|
+
</summary>
|
|
16
|
+
</member>
|
|
17
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.Multitool.MultitoolResources.Culture">
|
|
18
|
+
<summary>
|
|
19
|
+
Overrides the current thread's CurrentUICulture property for all
|
|
20
|
+
resource lookups using this strongly typed resource class.
|
|
21
|
+
</summary>
|
|
22
|
+
</member>
|
|
23
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.Multitool.MultitoolResources.AT1001_Error_FiredAnError">
|
|
24
|
+
<summary>
|
|
25
|
+
Looks up a localized string similar to Fired an error result against '{0}'..
|
|
26
|
+
</summary>
|
|
27
|
+
</member>
|
|
28
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.Multitool.MultitoolResources.AT1001_FiresOnEveryTarget_Description">
|
|
29
|
+
<summary>
|
|
30
|
+
Looks up a localized string similar to Fires a notification or result for every scan target that is passed to the rule..
|
|
31
|
+
</summary>
|
|
32
|
+
</member>
|
|
33
|
+
<member name="M:Microsoft.CodeAnalysis.Sarif.Multitool.Program.Main(System.String[])">
|
|
34
|
+
<summary>The entry point for the SARIF multi utility.</summary>
|
|
35
|
+
<param name="args">Arguments passed in from the tool's command line.</param>
|
|
36
|
+
<returns>0 on success; nonzero on failure.</returns>
|
|
37
|
+
</member>
|
|
38
|
+
</members>
|
|
39
|
+
</doc>
|
package/Sarif.WorkItems.pdb
CHANGED
|
Binary file
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<doc>
|
|
3
|
+
<assembly>
|
|
4
|
+
<name>Sarif.WorkItems</name>
|
|
5
|
+
</assembly>
|
|
6
|
+
<members>
|
|
7
|
+
<member name="M:Microsoft.CodeAnalysis.Sarif.WorkItems.SarifWorkItemFiler.#ctor(System.Uri,Microsoft.CodeAnalysis.Sarif.WorkItems.SarifWorkItemContext)">
|
|
8
|
+
<summary>
|
|
9
|
+
Initializes a new instance of the <see cref="T:Microsoft.CodeAnalysis.Sarif.WorkItems.SarifWorkItemFiler"> class.</see>
|
|
10
|
+
</summary>
|
|
11
|
+
<param name="filingUri">
|
|
12
|
+
The uri to the remote filing host.
|
|
13
|
+
</param>
|
|
14
|
+
<param name="filingContext">
|
|
15
|
+
A starting context object that configures the work item filing operation. In the
|
|
16
|
+
current implementation, this context is copied for each SARIF file (if any) split
|
|
17
|
+
from the input log and then further elaborated upon.
|
|
18
|
+
</param>
|
|
19
|
+
</member>
|
|
20
|
+
<member name="T:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources">
|
|
21
|
+
<summary>
|
|
22
|
+
A strongly-typed resource class, for looking up localized strings, etc.
|
|
23
|
+
</summary>
|
|
24
|
+
</member>
|
|
25
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.ResourceManager">
|
|
26
|
+
<summary>
|
|
27
|
+
Returns the cached ResourceManager instance used by this class.
|
|
28
|
+
</summary>
|
|
29
|
+
</member>
|
|
30
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.Culture">
|
|
31
|
+
<summary>
|
|
32
|
+
Overrides the current thread's CurrentUICulture property for all
|
|
33
|
+
resource lookups using this strongly typed resource class.
|
|
34
|
+
</summary>
|
|
35
|
+
</member>
|
|
36
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.AzureDevOpsDefaultDescriptionFooter">
|
|
37
|
+
<summary>
|
|
38
|
+
Looks up a localized string similar to <br><br>For another viewing option, load the attached SARIF log file in: <br>
|
|
39
|
+
<li>The <a href="https://marketplace.visualstudio.com/items?itemName=WDGIS.MicrosoftSarifViewer">Visual Studio SARIF add-in</a>.</li>
|
|
40
|
+
<li>The <a href="https://marketplace.visualstudio.com/items?itemName=WDGIS.MicrosoftSarifViewer2022">Visual Studio 2022 SARIF add-in</a>.</li>
|
|
41
|
+
<li>The <a href="https://marketplace.visualstudio.com/items?itemName=MS-SarifVSCode.sarif-viewer">VS Code SARIF extension</a>.</li>
|
|
42
|
+
<li>The browser-hoste [rest of string was truncated]";.
|
|
43
|
+
</summary>
|
|
44
|
+
</member>
|
|
45
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.GitHubDefaultDescriptionFooter">
|
|
46
|
+
<summary>
|
|
47
|
+
Looks up a localized string similar to **For another viewing option, load the referenced SARIF log file in:**
|
|
48
|
+
- The [Visual Studio SARIF add-in](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/WDGIS/vsextensions/MicrosoftSarifViewer/2.1.7/vspackage)
|
|
49
|
+
- The [VS Code SARIF extension](https://marketplace.visualstudio.com/items?itemName=MS-SarifVSCode.sarif-viewer)
|
|
50
|
+
- The browser-hosted [SARIF web control]("https://microsoft.github.io/sarif-web-component/).
|
|
51
|
+
</summary>
|
|
52
|
+
</member>
|
|
53
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.HtmlLinkTemplate">
|
|
54
|
+
<summary>
|
|
55
|
+
Looks up a localized string similar to <a href="{1}">{0}</a>.
|
|
56
|
+
</summary>
|
|
57
|
+
</member>
|
|
58
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.InconsistentHostUrisProvided">
|
|
59
|
+
<summary>
|
|
60
|
+
Looks up a localized string similar to Inconsistent URIs were provided in 'filingContext' and 'filingUri' arguments..
|
|
61
|
+
</summary>
|
|
62
|
+
</member>
|
|
63
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.MarkdownLinkTemplate">
|
|
64
|
+
<summary>
|
|
65
|
+
Looks up a localized string similar to [{0}]({1}).
|
|
66
|
+
</summary>
|
|
67
|
+
</member>
|
|
68
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.MultipleToolsFooter">
|
|
69
|
+
<summary>
|
|
70
|
+
Looks up a localized string similar to (and other locations).
|
|
71
|
+
</summary>
|
|
72
|
+
</member>
|
|
73
|
+
<member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.WorkItemBodyTemplateText">
|
|
74
|
+
<summary>
|
|
75
|
+
Looks up a localized string similar to This work item contains {0} {1} issue(s) detected in {2}{3}. Click the 'Scans' tab to review results..
|
|
76
|
+
</summary>
|
|
77
|
+
</member>
|
|
78
|
+
</members>
|
|
79
|
+
</doc>
|
package/Sarif.pdb
CHANGED
|
Binary file
|