Masuit.Tools.Core 2.1.3.1

Details
Advisory: https://github.com/advisories/GHSA-vh38-ghx6-vmvg Severity: high
There is a newer version of this package available.
See the version list below for details.
dotnet add package Masuit.Tools.Core --version 2.1.3.1
                    
NuGet\Install-Package Masuit.Tools.Core -Version 2.1.3.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Masuit.Tools.Core" Version="2.1.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Masuit.Tools.Core" Version="2.1.3.1" />
                    
Directory.Packages.props
<PackageReference Include="Masuit.Tools.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Masuit.Tools.Core --version 2.1.3.1
                    
#r "nuget: Masuit.Tools.Core, 2.1.3.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Masuit.Tools.Core&version=2.1.3.1
                    
Install as a Cake Addin
#tool nuget:?package=Masuit.Tools.Core&version=2.1.3.1
                    
Install as a Cake Tool

包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。

示例代码:

1.检验字符串是否是Email

bool isEmail="1170397736@qq.com".MatchEmail();

2.获取线程内唯一对象

CallContext<T>.GetData("db");

3.获取当前请求上下文

var context=HttpContext2.Current;

4.获取IP详细地理信息

var address="114.114.114.114".GetPhysicsAddress();

5.大文件操作

FileStream fs = new FileStream(@"D:\boot.vmdk", FileMode.OpenOrCreate, FileAccess.ReadWrite);

{

//fs.CopyToFile(@"D:\1.bak");//同步复制大文件

fs.CopyToFileAsync(@"D:\1.bak");//异步复制大文件

string md5 = fs.GetFileMD5Async().Result;//异步获取文件的MD5

}

6.html的防XSS处理:

string html = @"<link href="/Content/font-awesome/css" rel="stylesheet" />

<!--[if IE 7]>

<link href='/Content/font-awesome-ie7.min.css' rel='stylesheet'/>

<![endif]-->

<script src="/Scripts/modernizr"></script>

<div id="searchBox" role="search">

<form action="/packages" method="get">

<span class="user-actions"><a href="/users/account/LogOff">退出</a></span>

<input name="q" id="searchBoxInput" />

<input id="searchBoxSubmit" type="submit" value="Submit" />

</form>

</div>";

string s = html.HtmlSantinizerStandard();//清理后:<div><span><a href="/users/account/LogOff">退出</a></span></div>

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (23)

Showing the top 5 NuGet packages that depend on Masuit.Tools.Core:

Package Downloads
BaseLibrary.ClassLibraryStand

Package Description

L.52Abp.Application

52ABP框架Application应用层的基类

Masuit.Tools.AspNetCore

全龄段友好的C#万能工具库,码数吐司库(适用于.NET Core Web项目),不管你是菜鸟新手还是骨灰级玩家都能轻松上手,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展等常用封装。包含一些AspNetCore常用的工具类、ModelBinder等。 官网教程:https://tools.masuit.org github:https://github.com/ldqk/Masuit.Tools

BXJG.Utils

Package Description

BlpIMSEFrame

BlpFrame是一套较为完整的微服务架构,整合SqlSugar、AOP、AutoMapper、常用帮助类、MiniProfiler、Swagger、Log4Net、WebApiClient、版本控制、JWT等功能模块。

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Masuit.Tools.Core:

Repository Stars
Redns/North
一个易于搭建的图床服务
DotNet-MoYu/SimpleAdmin
💥一个小而美的通用业务型后台管理系统。采用前后端分离的设计模式,基于RBAC+多机构的权限管理模式,实现接口级别的数据权限控制。集成国密加解密插件,注释详细,文档齐全,让你的开发少走弯路。
Version Downloads Last Updated
2025.4.4 353 6/22/2025
2025.4.3 125 6/22/2025
2025.4.2 174 6/20/2025
2025.4.1 164 6/19/2025
2025.4.0 145 6/19/2025
2025.3.1 210 6/18/2025
2025.3.0 148 6/18/2025
2025.2.0 1,308 5/12/2025
2025.1.9 539 4/28/2025
2025.1.8 1,051 4/16/2025
2025.1.7 1,880 3/7/2025
2025.1.6 313 3/6/2025
2025.1.5 281 3/5/2025
2025.1.4 1,236 2/17/2025
2025.1.3 825 2/11/2025
2025.1.2 347 2/5/2025
2025.1.1 164 2/5/2025
2025.1.0 585 1/15/2025
2024.7.4 929 12/27/2024
2024.7.3 201 12/26/2024
2024.7.2 734 12/19/2024
2024.7.1 428 12/13/2024
2024.7.0 317 12/12/2024
2024.6.1 407 12/9/2024
2024.6.0 3,624 11/13/2024
2024.5.9 744 11/4/2024
2024.5.8 5,083 9/27/2024
2024.5.7 249 9/27/2024
2024.5.6 3,111 8/15/2024
2024.5.5 253 8/15/2024
2024.5.4 241 8/15/2024
2024.5.3 604 8/14/2024
2024.5.2 451 8/10/2024
2024.5.1 290 8/9/2024
2024.5.0 345 8/8/2024
2024.4.6-beta2 203 8/7/2024
2024.4.6-beta 217 8/7/2024
2024.4.6-alpha2 199 8/7/2024
2024.4.6-alpha 197 8/7/2024
2024.4.5 1,290 7/26/2024
2024.4.4 222 7/25/2024
2024.4.3 699 7/17/2024
2024.4.2 1,027 7/6/2024
2024.4.1 488 7/2/2024
2024.4.0 330 7/1/2024
2024.3.4 6,645 5/11/2024
2024.3.3 2,660 5/10/2024
2024.3.2 259 5/9/2024
2024.3.1 255 5/9/2024
2024.3.0 259 5/9/2024
2024.2.0 4,068 4/30/2024
2024.1.0 1,300 4/12/2024
2.6.9.9 4,133 4/2/2024
2.6.9.8 1,803 3/22/2024
2.6.9.7 799 3/21/2024
2.6.9.6 319 3/21/2024
2.6.9.5 345 3/20/2024
2.6.9.4 948 3/11/2024
2.6.9.3 655 3/7/2024
2.6.9.2 868 2/22/2024
2.6.9.1 859 2/3/2024
2.6.9 611 1/30/2024
2.6.8.9 792 1/19/2024
2.6.8.8 1,073 1/11/2024
2.6.8.7 1,379 12/29/2023
2.6.8.6 1,024 12/28/2023
2.6.8.5 962 12/22/2023
2.6.8.4 859 12/17/2023
2.6.8.3 727 12/15/2023
2.6.8.2 1,672 12/1/2023
2.6.8.1 9,082 11/22/2023
2.6.8 916 11/17/2023
2.6.7.5 7,960 11/5/2023
2.6.7.4 2,372 10/25/2023
2.6.7.3 1,124 10/16/2023
2.6.7.2 1,672 9/20/2023
2.6.7.1 1,221 9/14/2023
2.6.7 902 9/12/2023
2.6.6.9 955 9/9/2023
2.6.6.8 904 9/7/2023
2.6.6.7 871 9/7/2023
2.6.6.6 888 9/6/2023
2.6.6.5 807 9/6/2023
2.6.6.4 836 9/5/2023
2.6.6.3 2,380 8/31/2023
2.6.6.2 1,111 8/27/2023
2.6.6.1 1,357 8/18/2023
2.6.6 968 8/15/2023
2.6.5 906 8/14/2023
2.6.4.1 935 8/11/2023
2.6.4 1,218 8/3/2023
2.6.3.1 1,354 7/20/2023
2.6.3 1,589 7/18/2023
2.6.2.10 1,753 7/14/2023
2.6.2.9 1,174 7/10/2023
2.6.2.8 1,015 7/9/2023
2.6.2.7 955 7/6/2023
2.6.2.6 965 7/6/2023
2.6.2.5 1,777 6/20/2023
2.6.2.4 920 6/19/2023
2.6.2.3 1,401 6/9/2023
2.6.2.2 893 6/9/2023
2.6.2.1 1,133 6/1/2023
2.6.2 3,736 5/24/2023
2.6.1 2,594 5/6/2023
2.6.0.2 2,855 4/19/2023
2.6.0.1 1,060 4/18/2023
2.6.0 2,097 4/18/2023
2.5.9.9 1,683 4/14/2023
2.5.9.8 1,153 4/14/2023
2.5.9.7 1,339 4/13/2023
2.5.9.6 2,050 4/11/2023
2.5.9.5 1,230 4/8/2023
2.5.9.4 2,011 3/22/2023
2.5.9.3 2,845 3/4/2023
2.5.9.2 3,992 2/4/2023
2.5.9.1 4,104 12/22/2022
2.5.9 1,595 12/16/2022
2.5.9-beta 988 12/14/2022
2.5.8.3 2,479 12/10/2022
2.5.8.2 2,154 12/6/2022
2.5.8.1 2,138 12/1/2022
2.5.8 3,777 11/23/2022
2.5.7.7 1,790 11/18/2022
2.5.7.6 1,764 11/15/2022
2.5.7.5 1,849 11/10/2022
2.5.7.4 2,155 11/10/2022
2.5.7.3 1,600 11/9/2022
2.5.7.2 1,844 11/7/2022
2.5.7.1 4,749 11/3/2022
2.5.7 1,833 11/3/2022
2.5.6.3 7,792 10/25/2022
2.5.6.2 2,464 10/24/2022
2.5.6.1 1,718 10/24/2022
2.5.6 3,986 10/18/2022
2.5.5.1 3,404 10/6/2022
2.5.5 3,845 9/17/2022
2.5.4.3 3,452 9/6/2022
2.5.4.2 1,862 9/3/2022
2.5.4.1 1,724 9/3/2022
2.5.4 1,887 8/31/2022
2.5.3 5,905 8/25/2022
2.5.3-beta 1,391 8/4/2022
2.5.2 22,172 7/4/2022
2.5.1 1,879 7/2/2022
2.5.0.2 1,818 7/1/2022
2.5.0.1 1,736 7/1/2022
2.5.0 2,604 6/28/2022
2.4.9.4 9,672 6/21/2022
2.4.9.3 2,073 6/14/2022
2.4.9.2 3,409 6/7/2022
2.4.9.1 1,779 6/7/2022
2.4.9 1,839 6/7/2022
2.4.8.10 3,442 5/26/2022
2.4.8.9 1,853 5/25/2022
2.4.8.8 1,973 5/25/2022
2.4.8.7 1,914 5/24/2022
2.4.8.6 3,540 4/25/2022 2.4.8.6 has at least one vulnerability with high severity.
2.4.8.5 2,611 4/18/2022 2.4.8.5 has at least one vulnerability with high severity.
2.4.8.4 1,915 4/15/2022 2.4.8.4 has at least one vulnerability with high severity.
2.4.8.3 2,655 4/1/2022 2.4.8.3 has at least one vulnerability with high severity.
2.4.8.2 2,530 3/23/2022 2.4.8.2 has at least one vulnerability with high severity.
2.4.8.1 1,987 3/23/2022 2.4.8.1 has at least one vulnerability with high severity.
2.4.8 2,095 3/23/2022 2.4.8 has at least one vulnerability with high severity.
2.4.7.9 3,390 3/17/2022 2.4.7.9 has at least one vulnerability with high severity.
2.4.7.8 3,064 3/8/2022 2.4.7.8 has at least one vulnerability with high severity.
2.4.7.7 1,646 3/7/2022 2.4.7.7 has at least one vulnerability with high severity.
2.4.7.6 2,281 3/1/2022 2.4.7.6 has at least one vulnerability with high severity.
2.4.7.5 3,198 2/9/2022 2.4.7.5 has at least one vulnerability with high severity.
2.4.7.4 1,925 1/25/2022 2.4.7.4 has at least one vulnerability with high severity.
2.4.7.3 1,880 1/18/2022 2.4.7.3 has at least one vulnerability with high severity.
2.4.7.2 3,803 1/17/2022 2.4.7.2 has at least one vulnerability with high severity.
2.4.7.1 1,858 1/13/2022 2.4.7.1 has at least one vulnerability with high severity.
2.4.7 1,871 1/12/2022 2.4.7 has at least one vulnerability with high severity.
2.4.6.5 1,972 1/6/2022 2.4.6.5 has at least one vulnerability with high severity.
2.4.6.4 1,845 1/4/2022 2.4.6.4 has at least one vulnerability with high severity.
2.4.6.3 1,923 1/4/2022 2.4.6.3 has at least one vulnerability with high severity.
2.4.6.2 1,805 1/4/2022 2.4.6.2 has at least one vulnerability with high severity.
2.4.6.1 1,976 12/29/2021 2.4.6.1 has at least one vulnerability with high severity.
2.4.6 2,361 12/29/2021 2.4.6 has at least one vulnerability with high severity.
2.4.5.5 3,936 12/8/2021 2.4.5.5 has at least one vulnerability with high severity.
2.4.5.3 3,011 11/23/2021 2.4.5.3 has at least one vulnerability with high severity.
2.4.5.2 2,875 11/9/2021 2.4.5.2 has at least one vulnerability with high severity.
2.4.5.1 2,610 11/4/2021 2.4.5.1 has at least one vulnerability with high severity.
2.4.4.8 2,701 10/16/2021 2.4.4.8 has at least one vulnerability with high severity.
2.4.4.7 2,128 9/29/2021 2.4.4.7 has at least one vulnerability with high severity.
2.4.4.6 11,819 9/24/2021 2.4.4.6 has at least one vulnerability with high severity.
2.4.4.5 1,908 9/24/2021 2.4.4.5 has at least one vulnerability with high severity.
2.4.4.4 2,317 9/17/2021 2.4.4.4 has at least one vulnerability with high severity.
2.4.4.3 1,840 9/17/2021 2.4.4.3 has at least one vulnerability with high severity.
2.4.4.2 1,785 9/17/2021 2.4.4.2 has at least one vulnerability with high severity.
2.4.4.1 2,212 9/7/2021 2.4.4.1 has at least one vulnerability with high severity.
2.4.4 1,816 9/6/2021 2.4.4 has at least one vulnerability with high severity.
2.4.3.9 8,110 8/10/2021 2.4.3.9 has at least one vulnerability with high severity.
2.4.3.8 2,091 8/3/2021 2.4.3.8 has at least one vulnerability with high severity.
2.4.3.7 3,038 7/8/2021 2.4.3.7 has at least one vulnerability with high severity.
2.4.3.6 2,115 6/25/2021 2.4.3.6 has at least one vulnerability with high severity.
2.4.3.5 2,687 5/18/2021 2.4.3.5 has at least one vulnerability with high severity.
2.4.3.4 66,030 5/6/2021 2.4.3.4 has at least one vulnerability with high severity.
2.4.3.3 2,067 4/17/2021 2.4.3.3 has at least one vulnerability with high severity.
2.4.3.2 2,134 4/2/2021 2.4.3.2 has at least one vulnerability with high severity.
2.4.3.1 1,870 4/1/2021 2.4.3.1 has at least one vulnerability with high severity.
2.4.3 2,822 3/26/2021 2.4.3 has at least one vulnerability with high severity.
2.4.2.10 1,980 3/26/2021 2.4.2.10 has at least one vulnerability with high severity.
2.4.2.9 2,006 3/23/2021 2.4.2.9 has at least one vulnerability with high severity.
2.4.2.8 1,947 3/19/2021 2.4.2.8 has at least one vulnerability with high severity.
2.4.2.7 2,126 3/11/2021 2.4.2.7 has at least one vulnerability with high severity.
2.4.2.6 1,959 3/10/2021 2.4.2.6 has at least one vulnerability with high severity.
2.4.2.5 1,984 3/6/2021 2.4.2.5 has at least one vulnerability with high severity.
2.4.2.4 2,156 2/26/2021 2.4.2.4 has at least one vulnerability with high severity.
2.4.2.3 1,976 2/19/2021 2.4.2.3 has at least one vulnerability with high severity.
2.4.2.1 2,060 1/26/2021 2.4.2.1 has at least one vulnerability with high severity.
2.4.2 2,083 1/23/2021 2.4.2 has at least one vulnerability with high severity.
2.4.1.5 2,204 1/12/2021 2.4.1.5 has at least one vulnerability with high severity.
2.4.1.4 1,915 1/11/2021 2.4.1.4 has at least one vulnerability with high severity.
2.4.1.3 2,103 12/25/2020 2.4.1.3 has at least one vulnerability with high severity.
2.4.1.2 2,199 12/18/2020 2.4.1.2 has at least one vulnerability with high severity.
2.4.1.1 7,424 12/11/2020 2.4.1.1 has at least one vulnerability with high severity.
2.4.1 2,181 11/17/2020 2.4.1 has at least one vulnerability with high severity.
2.4.0 2,234 11/11/2020 2.4.0 has at least one vulnerability with high severity.
2.3.2.6 2,184 11/10/2020 2.3.2.6 has at least one vulnerability with high severity.
2.3.2.5 2,069 11/10/2020 2.3.2.5 has at least one vulnerability with high severity.
2.3.2.4 2,031 11/10/2020 2.3.2.4 has at least one vulnerability with high severity.
2.3.2.3 1,935 11/10/2020 2.3.2.3 has at least one vulnerability with high severity.
2.3.2.2 2,018 11/3/2020 2.3.2.2 has at least one vulnerability with high severity.
2.3.2.1 1,989 11/3/2020 2.3.2.1 has at least one vulnerability with high severity.
2.3.2 2,768 10/28/2020 2.3.2 has at least one vulnerability with high severity.
2.3.1.10 2,266 9/28/2020 2.3.1.10 has at least one vulnerability with high severity.
2.3.1.9 2,047 9/27/2020 2.3.1.9 has at least one vulnerability with high severity.
2.3.1.8 1,955 9/22/2020 2.3.1.8 has at least one vulnerability with high severity.
2.3.1.7 2,066 9/20/2020 2.3.1.7 has at least one vulnerability with high severity.
2.3.1.6 1,988 9/17/2020 2.3.1.6 has at least one vulnerability with high severity.
2.3.1.6-preview 1,370 9/17/2020 2.3.1.6-preview has at least one vulnerability with high severity.
2.3.1.5 2,077 9/11/2020 2.3.1.5 has at least one vulnerability with high severity.
2.3.1.4 2,117 9/3/2020 2.3.1.4 has at least one vulnerability with high severity.
2.3.1.3 2,033 9/3/2020 2.3.1.3 has at least one vulnerability with high severity.
2.3.1.1 2,281 8/21/2020 2.3.1.1 has at least one vulnerability with high severity.
2.3.1 2,059 8/19/2020 2.3.1 has at least one vulnerability with high severity.
2.3.0 2,051 8/18/2020 2.3.0 has at least one vulnerability with high severity.
2.2.9.6 2,022 8/17/2020 2.2.9.6 has at least one vulnerability with high severity.
2.2.9.5 2,118 8/11/2020 2.2.9.5 has at least one vulnerability with high severity.
2.2.9.4 2,024 8/11/2020 2.2.9.4 has at least one vulnerability with high severity.
2.2.9.3 2,083 8/6/2020 2.2.9.3 has at least one vulnerability with high severity.
2.2.9.2 2,188 8/1/2020 2.2.9.2 has at least one vulnerability with high severity.
2.2.9.1 2,204 7/14/2020 2.2.9.1 has at least one vulnerability with high severity.
2.2.9 1,993 7/13/2020 2.2.9 has at least one vulnerability with high severity.
2.2.8.9 2,517 5/2/2020 2.2.8.9 has at least one vulnerability with high severity.
2.2.8.8 18,286 4/15/2020 2.2.8.8 has at least one vulnerability with high severity.
2.2.8.7 2,030 4/15/2020 2.2.8.7 has at least one vulnerability with high severity.
2.2.8.6 2,199 3/22/2020 2.2.8.6 has at least one vulnerability with high severity.
2.2.8.5 2,006 3/20/2020 2.2.8.5 has at least one vulnerability with high severity.
2.2.8.4 2,186 3/1/2020 2.2.8.4 has at least one vulnerability with high severity.
2.2.8.3 2,154 2/29/2020 2.2.8.3 has at least one vulnerability with high severity.
2.2.8.2 2,140 1/16/2020 2.2.8.2 has at least one vulnerability with high severity.
2.2.8.1 2,088 1/13/2020 2.2.8.1 has at least one vulnerability with high severity.
2.2.8 2,019 1/4/2020 2.2.8 has at least one vulnerability with high severity.
2.2.7.6 2,060 12/20/2019 2.2.7.6 has at least one vulnerability with high severity.
2.2.7.4 2,135 12/16/2019 2.2.7.4 has at least one vulnerability with high severity.
2.2.7.3 2,330 10/30/2019 2.2.7.3 has at least one vulnerability with high severity.
2.2.7.1 2,052 10/29/2019 2.2.7.1 has at least one vulnerability with high severity.
2.2.7 2,096 10/20/2019 2.2.7 has at least one vulnerability with high severity.
2.2.6.4 3,019 10/16/2019 2.2.6.4 has at least one vulnerability with high severity.
2.2.6.3 3,164 8/2/2019 2.2.6.3 has at least one vulnerability with high severity.
2.2.6.2 3,023 6/9/2019 2.2.6.2 has at least one vulnerability with high severity.
2.2.6.1 3,039 4/27/2019 2.2.6.1 has at least one vulnerability with high severity.
2.2.6 2,859 4/9/2019 2.2.6 has at least one vulnerability with high severity.
2.2.5.1 3,162 3/28/2019 2.2.5.1 has at least one vulnerability with high severity.
2.2.5 2,867 3/20/2019 2.2.5 has at least one vulnerability with high severity.
2.2.4.6 3,114 2/10/2019 2.2.4.6 has at least one vulnerability with high severity.
2.2.4.5 3,069 1/28/2019 2.2.4.5 has at least one vulnerability with high severity.
2.2.4.4 2,992 1/27/2019 2.2.4.4 has at least one vulnerability with high severity.
2.2.4.3 3,016 1/25/2019 2.2.4.3 has at least one vulnerability with high severity.
2.2.4 3,027 1/19/2019 2.2.4 has at least one vulnerability with high severity.
2.2.3.5 3,054 1/18/2019 2.2.3.5 has at least one vulnerability with high severity.
2.2.3.4 3,031 1/6/2019 2.2.3.4 has at least one vulnerability with high severity.
2.2.3.3 3,023 1/3/2019 2.2.3.3 has at least one vulnerability with high severity.
2.2.3.1 3,063 1/3/2019 2.2.3.1 has at least one vulnerability with high severity.
2.2.3 3,106 1/2/2019 2.2.3 has at least one vulnerability with high severity.
2.2.2.2 3,098 1/2/2019 2.2.2.2 has at least one vulnerability with high severity.
2.2.2.1 3,040 1/2/2019 2.2.2.1 has at least one vulnerability with high severity.
2.2.2 3,004 12/31/2018 2.2.2 has at least one vulnerability with high severity.
2.2.0 3,989 12/29/2018 2.2.0 has at least one vulnerability with high severity.
2.1.6.1 3,031 12/25/2018 2.1.6.1 has at least one vulnerability with high severity.
2.1.6 2,901 12/25/2018 2.1.6 has at least one vulnerability with high severity.
2.1.5.2 2,926 12/24/2018 2.1.5.2 has at least one vulnerability with high severity.
2.1.5.1 3,199 12/22/2018 2.1.5.1 has at least one vulnerability with high severity.
2.1.5 3,146 12/21/2018 2.1.5 has at least one vulnerability with high severity.
2.1.4.3 3,289 12/15/2018 2.1.4.3 has at least one vulnerability with high severity.
2.1.4.2 2,948 12/15/2018 2.1.4.2 has at least one vulnerability with high severity.
2.1.4.1 3,164 11/30/2018 2.1.4.1 has at least one vulnerability with high severity.
2.1.4 2,909 11/27/2018 2.1.4 has at least one vulnerability with high severity.
2.1.3.1 3,032 11/23/2018 2.1.3.1 has at least one vulnerability with high severity.
2.1.3 2,882 11/20/2018 2.1.3 has at least one vulnerability with high severity.
2.1.2.1 3,018 11/9/2018 2.1.2.1 has at least one vulnerability with high severity.
2.1.2 3,017 11/9/2018 2.1.2 has at least one vulnerability with high severity.
2.1.1.1 3,157 10/30/2018 2.1.1.1 has at least one vulnerability with high severity.
2.1.1 3,448 9/22/2018 2.1.1 has at least one vulnerability with high severity.
2.1.0 3,234 9/6/2018 2.1.0 has at least one vulnerability with high severity.
2.0.1 3,309 7/26/2018 2.0.1 has at least one vulnerability with high severity.
2.0.0 3,424 7/26/2018 2.0.0 has at least one vulnerability with high severity.
1.9.11 3,404 7/10/2018 1.9.11 has at least one vulnerability with high severity.
1.9.10 3,490 6/27/2018 1.9.10 has at least one vulnerability with high severity.
1.9.9 3,455 6/6/2018 1.9.9 has at least one vulnerability with high severity.
1.9.8 3,505 5/9/2018 1.9.8 has at least one vulnerability with high severity.
1.9.7.4 3,727 4/21/2018 1.9.7.4 has at least one vulnerability with high severity.
1.9.7.3 3,606 4/21/2018 1.9.7.3 has at least one vulnerability with high severity.
1.9.7.2 3,713 4/21/2018 1.9.7.2 has at least one vulnerability with high severity.
1.9.7.1 3,465 4/16/2018 1.9.7.1 has at least one vulnerability with high severity.
1.9.7 3,421 4/16/2018 1.9.7 has at least one vulnerability with high severity.
1.9.6 3,561 4/14/2018 1.9.6 has at least one vulnerability with high severity.
1.9.5.4 3,458 4/2/2018 1.9.5.4 has at least one vulnerability with high severity.
1.9.5.3 3,450 4/2/2018 1.9.5.3 has at least one vulnerability with high severity.
1.9.5.2 3,500 4/1/2018 1.9.5.2 has at least one vulnerability with high severity.
1.9.5.1 3,557 3/31/2018 1.9.5.1 has at least one vulnerability with high severity.
1.9.5 3,620 3/25/2018 1.9.5 has at least one vulnerability with high severity.
1.9.4.1 3,525 3/17/2018 1.9.4.1 has at least one vulnerability with high severity.
1.9.4 3,479 3/17/2018 1.9.4 has at least one vulnerability with high severity.
1.9.3.3 3,473 3/14/2018 1.9.3.3 has at least one vulnerability with high severity.
1.9.3.2 3,518 3/13/2018 1.9.3.2 has at least one vulnerability with high severity.
1.9.3.1 3,649 3/11/2018 1.9.3.1 has at least one vulnerability with high severity.
1.9.3 3,615 3/11/2018 1.9.3 has at least one vulnerability with high severity.
1.9.2 3,669 3/11/2018 1.9.2 has at least one vulnerability with high severity.
1.9.1.4 3,572 3/9/2018 1.9.1.4 has at least one vulnerability with high severity.
1.9.1.3 3,453 3/9/2018 1.9.1.3 has at least one vulnerability with high severity.
1.9.1.2 3,622 3/8/2018 1.9.1.2 has at least one vulnerability with high severity.
1.9.1.1 3,358 3/8/2018 1.9.1.1 has at least one vulnerability with high severity.
1.9.1 3,083 3/8/2018 1.9.1 has at least one vulnerability with high severity.
1.9.0 3,569 3/7/2018 1.9.0 has at least one vulnerability with high severity.
1.8.9.1 2,697 3/3/2018 1.8.9.1 has at least one vulnerability with high severity.
1.8.9 2,757 2/20/2018 1.8.9 has at least one vulnerability with high severity.
1.8.8 2,813 2/3/2018 1.8.8 has at least one vulnerability with high severity.
1.8.7 3,195 1/13/2018 1.8.7 has at least one vulnerability with high severity.
1.8.6 2,837 1/10/2018 1.8.6 has at least one vulnerability with high severity.
1.8.5 3,037 1/9/2018 1.8.5 has at least one vulnerability with high severity.
1.8.4 2,964 1/9/2018 1.8.4 has at least one vulnerability with high severity.
1.8.3 2,685 1/8/2018 1.8.3 has at least one vulnerability with high severity.
1.8.2 2,933 1/5/2018 1.8.2 has at least one vulnerability with high severity.
1.8.1 3,047 1/5/2018 1.8.1 has at least one vulnerability with high severity.
1.8.0 2,793 12/22/2017 1.8.0 has at least one vulnerability with high severity.
1.7.9 3,040 12/8/2017 1.7.9 has at least one vulnerability with high severity.
1.7.7 2,650 11/18/2017 1.7.7 has at least one vulnerability with high severity.
1.0.0 2,590 8/23/2017 1.0.0 has at least one vulnerability with high severity.

如有问题请联系QQ:1170397736,或者到项目的github反馈问题,详细的API文档在github上:https://github.com/ldqk/Masuit.Tools