Masuit.Tools.Core 2.2.2

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.2.2                
NuGet\Install-Package Masuit.Tools.Core -Version 2.2.2                
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.2.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Masuit.Tools.Core --version 2.2.2                
#r "nuget: Masuit.Tools.Core, 2.2.2"                
#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.
// Install Masuit.Tools.Core as a Cake Addin
#addin nuget:?package=Masuit.Tools.Core&version=2.2.2

// Install Masuit.Tools.Core as a Cake Tool
#tool nuget:?package=Masuit.Tools.Core&version=2.2.2                

包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,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. 
.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 (22)

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.1.7 345 3/7/2025
2025.1.6 264 3/6/2025
2025.1.5 245 3/5/2025
2025.1.4 570 2/17/2025
2025.1.3 566 2/11/2025
2025.1.2 288 2/5/2025
2025.1.1 146 2/5/2025
2025.1.0 450 1/15/2025
2024.7.4 739 12/27/2024
2024.7.3 172 12/26/2024
2024.7.2 536 12/19/2024
2024.7.1 385 12/13/2024
2024.7.0 273 12/12/2024
2024.6.1 294 12/9/2024
2024.6.0 1,932 11/13/2024
2024.5.9 625 11/4/2024
2024.5.8 3,033 9/27/2024
2024.5.7 221 9/27/2024
2024.5.6 2,479 8/15/2024
2024.5.5 225 8/15/2024
2024.5.4 223 8/15/2024
2024.5.3 497 8/14/2024
2024.5.2 416 8/10/2024
2024.5.1 268 8/9/2024
2024.5.0 300 8/8/2024
2024.4.6-beta2 196 8/7/2024
2024.4.6-beta 202 8/7/2024
2024.4.6-alpha2 189 8/7/2024
2024.4.6-alpha 183 8/7/2024
2024.4.5 1,204 7/26/2024
2024.4.4 197 7/25/2024
2024.4.3 651 7/17/2024
2024.4.2 976 7/6/2024
2024.4.1 464 7/2/2024
2024.4.0 304 7/1/2024
2024.3.4 5,473 5/11/2024
2024.3.3 2,381 5/10/2024
2024.3.2 241 5/9/2024
2024.3.1 236 5/9/2024
2024.3.0 244 5/9/2024
2024.2.0 4,039 4/30/2024
2024.1.0 1,243 4/12/2024
2.6.9.9 2,128 4/2/2024
2.6.9.8 1,334 3/22/2024
2.6.9.7 759 3/21/2024
2.6.9.6 305 3/21/2024
2.6.9.5 329 3/20/2024
2.6.9.4 921 3/11/2024
2.6.9.3 636 3/7/2024
2.6.9.2 749 2/22/2024
2.6.9.1 804 2/3/2024
2.6.9 584 1/30/2024
2.6.8.9 758 1/19/2024
2.6.8.8 1,028 1/11/2024
2.6.8.7 1,346 12/29/2023
2.6.8.6 962 12/28/2023
2.6.8.5 945 12/22/2023
2.6.8.4 830 12/17/2023
2.6.8.3 714 12/15/2023
2.6.8.2 1,643 12/1/2023
2.6.8.1 8,802 11/22/2023
2.6.8 896 11/17/2023
2.6.7.5 6,336 11/5/2023
2.6.7.4 2,120 10/25/2023
2.6.7.3 1,098 10/16/2023
2.6.7.2 1,638 9/20/2023
2.6.7.1 1,203 9/14/2023
2.6.7 883 9/12/2023
2.6.6.9 937 9/9/2023
2.6.6.8 876 9/7/2023
2.6.6.7 851 9/7/2023
2.6.6.6 865 9/6/2023
2.6.6.5 795 9/6/2023
2.6.6.4 810 9/5/2023
2.6.6.3 2,335 8/31/2023
2.6.6.2 1,098 8/27/2023
2.6.6.1 1,326 8/18/2023
2.6.6 935 8/15/2023
2.6.5 873 8/14/2023
2.6.4.1 912 8/11/2023
2.6.4 1,196 8/3/2023
2.6.3.1 1,326 7/20/2023
2.6.3 1,564 7/18/2023
2.6.2.10 1,622 7/14/2023
2.6.2.9 1,152 7/10/2023
2.6.2.8 991 7/9/2023
2.6.2.7 939 7/6/2023
2.6.2.6 935 7/6/2023
2.6.2.5 1,739 6/20/2023
2.6.2.4 894 6/19/2023
2.6.2.3 1,375 6/9/2023
2.6.2.2 870 6/9/2023
2.6.2.1 1,104 6/1/2023
2.6.2 3,595 5/24/2023
2.6.1 2,558 5/6/2023
2.6.0.2 2,788 4/19/2023
2.6.0.1 1,035 4/18/2023
2.6.0 2,001 4/18/2023
2.5.9.9 1,649 4/14/2023
2.5.9.8 1,127 4/14/2023
2.5.9.7 1,311 4/13/2023
2.5.9.6 2,004 4/11/2023
2.5.9.5 1,202 4/8/2023
2.5.9.4 1,963 3/22/2023
2.5.9.3 2,812 3/4/2023
2.5.9.2 3,932 2/4/2023
2.5.9.1 4,058 12/22/2022
2.5.9 1,571 12/16/2022
2.5.9-beta 962 12/14/2022
2.5.8.3 2,441 12/10/2022
2.5.8.2 2,125 12/6/2022
2.5.8.1 2,114 12/1/2022
2.5.8 3,704 11/23/2022
2.5.7.7 1,763 11/18/2022
2.5.7.6 1,743 11/15/2022
2.5.7.5 1,818 11/10/2022
2.5.7.4 2,132 11/10/2022
2.5.7.3 1,579 11/9/2022
2.5.7.2 1,818 11/7/2022
2.5.7.1 4,617 11/3/2022
2.5.7 1,719 11/3/2022
2.5.6.3 7,736 10/25/2022
2.5.6.2 2,433 10/24/2022
2.5.6.1 1,694 10/24/2022
2.5.6 3,958 10/18/2022
2.5.5.1 3,366 10/6/2022
2.5.5 3,813 9/17/2022
2.5.4.3 3,343 9/6/2022
2.5.4.2 1,839 9/3/2022
2.5.4.1 1,698 9/3/2022
2.5.4 1,857 8/31/2022
2.5.3 5,871 8/25/2022
2.5.3-beta 1,365 8/4/2022
2.5.2 20,371 7/4/2022
2.5.1 1,847 7/2/2022
2.5.0.2 1,775 7/1/2022
2.5.0.1 1,701 7/1/2022
2.5.0 2,566 6/28/2022
2.4.9.4 9,089 6/21/2022
2.4.9.3 2,039 6/14/2022
2.4.9.2 3,367 6/7/2022
2.4.9.1 1,747 6/7/2022
2.4.9 1,807 6/7/2022
2.4.8.10 3,264 5/26/2022
2.4.8.9 1,817 5/25/2022
2.4.8.8 1,927 5/25/2022
2.4.8.7 1,865 5/24/2022
2.4.8.6 3,437 4/25/2022 2.4.8.6 has at least one vulnerability with high severity.
2.4.8.5 2,541 4/18/2022 2.4.8.5 has at least one vulnerability with high severity.
2.4.8.4 1,857 4/15/2022 2.4.8.4 has at least one vulnerability with high severity.
2.4.8.3 2,583 4/1/2022 2.4.8.3 has at least one vulnerability with high severity.
2.4.8.2 2,463 3/23/2022 2.4.8.2 has at least one vulnerability with high severity.
2.4.8.1 1,925 3/23/2022 2.4.8.1 has at least one vulnerability with high severity.
2.4.8 2,031 3/23/2022 2.4.8 has at least one vulnerability with high severity.
2.4.7.9 3,325 3/17/2022 2.4.7.9 has at least one vulnerability with high severity.
2.4.7.8 2,996 3/8/2022 2.4.7.8 has at least one vulnerability with high severity.
2.4.7.7 1,581 3/7/2022 2.4.7.7 has at least one vulnerability with high severity.
2.4.7.6 2,216 3/1/2022 2.4.7.6 has at least one vulnerability with high severity.
2.4.7.5 3,058 2/9/2022 2.4.7.5 has at least one vulnerability with high severity.
2.4.7.4 1,861 1/25/2022 2.4.7.4 has at least one vulnerability with high severity.
2.4.7.3 1,813 1/18/2022 2.4.7.3 has at least one vulnerability with high severity.
2.4.7.2 3,741 1/17/2022 2.4.7.2 has at least one vulnerability with high severity.
2.4.7.1 1,797 1/13/2022 2.4.7.1 has at least one vulnerability with high severity.
2.4.7 1,810 1/12/2022 2.4.7 has at least one vulnerability with high severity.
2.4.6.5 1,906 1/6/2022 2.4.6.5 has at least one vulnerability with high severity.
2.4.6.4 1,777 1/4/2022 2.4.6.4 has at least one vulnerability with high severity.
2.4.6.3 1,844 1/4/2022 2.4.6.3 has at least one vulnerability with high severity.
2.4.6.2 1,735 1/4/2022 2.4.6.2 has at least one vulnerability with high severity.
2.4.6.1 1,914 12/29/2021 2.4.6.1 has at least one vulnerability with high severity.
2.4.6 2,262 12/29/2021 2.4.6 has at least one vulnerability with high severity.
2.4.5.5 3,865 12/8/2021 2.4.5.5 has at least one vulnerability with high severity.
2.4.5.3 2,940 11/23/2021 2.4.5.3 has at least one vulnerability with high severity.
2.4.5.2 2,797 11/9/2021 2.4.5.2 has at least one vulnerability with high severity.
2.4.5.1 2,534 11/4/2021 2.4.5.1 has at least one vulnerability with high severity.
2.4.4.8 2,624 10/16/2021 2.4.4.8 has at least one vulnerability with high severity.
2.4.4.7 2,066 9/29/2021 2.4.4.7 has at least one vulnerability with high severity.
2.4.4.6 11,745 9/24/2021 2.4.4.6 has at least one vulnerability with high severity.
2.4.4.5 1,831 9/24/2021 2.4.4.5 has at least one vulnerability with high severity.
2.4.4.4 2,228 9/17/2021 2.4.4.4 has at least one vulnerability with high severity.
2.4.4.3 1,769 9/17/2021 2.4.4.3 has at least one vulnerability with high severity.
2.4.4.2 1,722 9/17/2021 2.4.4.2 has at least one vulnerability with high severity.
2.4.4.1 2,138 9/7/2021 2.4.4.1 has at least one vulnerability with high severity.
2.4.4 1,750 9/6/2021 2.4.4 has at least one vulnerability with high severity.
2.4.3.9 8,024 8/10/2021 2.4.3.9 has at least one vulnerability with high severity.
2.4.3.8 2,027 8/3/2021 2.4.3.8 has at least one vulnerability with high severity.
2.4.3.7 2,941 7/8/2021 2.4.3.7 has at least one vulnerability with high severity.
2.4.3.6 2,046 6/25/2021 2.4.3.6 has at least one vulnerability with high severity.
2.4.3.5 2,610 5/18/2021 2.4.3.5 has at least one vulnerability with high severity.
2.4.3.4 65,804 5/6/2021 2.4.3.4 has at least one vulnerability with high severity.
2.4.3.3 1,993 4/17/2021 2.4.3.3 has at least one vulnerability with high severity.
2.4.3.2 2,048 4/2/2021 2.4.3.2 has at least one vulnerability with high severity.
2.4.3.1 1,801 4/1/2021 2.4.3.1 has at least one vulnerability with high severity.
2.4.3 2,750 3/26/2021 2.4.3 has at least one vulnerability with high severity.
2.4.2.10 1,906 3/26/2021 2.4.2.10 has at least one vulnerability with high severity.
2.4.2.9 1,935 3/23/2021 2.4.2.9 has at least one vulnerability with high severity.
2.4.2.8 1,879 3/19/2021 2.4.2.8 has at least one vulnerability with high severity.
2.4.2.7 2,051 3/11/2021 2.4.2.7 has at least one vulnerability with high severity.
2.4.2.6 1,890 3/10/2021 2.4.2.6 has at least one vulnerability with high severity.
2.4.2.5 1,917 3/6/2021 2.4.2.5 has at least one vulnerability with high severity.
2.4.2.4 2,085 2/26/2021 2.4.2.4 has at least one vulnerability with high severity.
2.4.2.3 1,898 2/19/2021 2.4.2.3 has at least one vulnerability with high severity.
2.4.2.1 1,991 1/26/2021 2.4.2.1 has at least one vulnerability with high severity.
2.4.2 2,007 1/23/2021 2.4.2 has at least one vulnerability with high severity.
2.4.1.5 2,128 1/12/2021 2.4.1.5 has at least one vulnerability with high severity.
2.4.1.4 1,846 1/11/2021 2.4.1.4 has at least one vulnerability with high severity.
2.4.1.3 2,021 12/25/2020 2.4.1.3 has at least one vulnerability with high severity.
2.4.1.2 2,118 12/18/2020 2.4.1.2 has at least one vulnerability with high severity.
2.4.1.1 7,336 12/11/2020 2.4.1.1 has at least one vulnerability with high severity.
2.4.1 2,105 11/17/2020 2.4.1 has at least one vulnerability with high severity.
2.4.0 2,157 11/11/2020 2.4.0 has at least one vulnerability with high severity.
2.3.2.6 2,108 11/10/2020 2.3.2.6 has at least one vulnerability with high severity.
2.3.2.5 1,989 11/10/2020 2.3.2.5 has at least one vulnerability with high severity.
2.3.2.4 1,962 11/10/2020 2.3.2.4 has at least one vulnerability with high severity.
2.3.2.3 1,865 11/10/2020 2.3.2.3 has at least one vulnerability with high severity.
2.3.2.2 1,945 11/3/2020 2.3.2.2 has at least one vulnerability with high severity.
2.3.2.1 1,908 11/3/2020 2.3.2.1 has at least one vulnerability with high severity.
2.3.2 2,626 10/28/2020 2.3.2 has at least one vulnerability with high severity.
2.3.1.10 2,183 9/28/2020 2.3.1.10 has at least one vulnerability with high severity.
2.3.1.9 1,970 9/27/2020 2.3.1.9 has at least one vulnerability with high severity.
2.3.1.8 1,884 9/22/2020 2.3.1.8 has at least one vulnerability with high severity.
2.3.1.7 1,994 9/20/2020 2.3.1.7 has at least one vulnerability with high severity.
2.3.1.6 1,916 9/17/2020 2.3.1.6 has at least one vulnerability with high severity.
2.3.1.6-preview 1,292 9/17/2020 2.3.1.6-preview has at least one vulnerability with high severity.
2.3.1.5 2,007 9/11/2020 2.3.1.5 has at least one vulnerability with high severity.
2.3.1.4 2,044 9/3/2020 2.3.1.4 has at least one vulnerability with high severity.
2.3.1.3 1,957 9/3/2020 2.3.1.3 has at least one vulnerability with high severity.
2.3.1.1 2,207 8/21/2020 2.3.1.1 has at least one vulnerability with high severity.
2.3.1 1,979 8/19/2020 2.3.1 has at least one vulnerability with high severity.
2.3.0 1,976 8/18/2020 2.3.0 has at least one vulnerability with high severity.
2.2.9.6 1,941 8/17/2020 2.2.9.6 has at least one vulnerability with high severity.
2.2.9.5 2,048 8/11/2020 2.2.9.5 has at least one vulnerability with high severity.
2.2.9.4 1,947 8/11/2020 2.2.9.4 has at least one vulnerability with high severity.
2.2.9.3 2,011 8/6/2020 2.2.9.3 has at least one vulnerability with high severity.
2.2.9.2 2,116 8/1/2020 2.2.9.2 has at least one vulnerability with high severity.
2.2.9.1 2,128 7/14/2020 2.2.9.1 has at least one vulnerability with high severity.
2.2.9 1,923 7/13/2020 2.2.9 has at least one vulnerability with high severity.
2.2.8.9 2,436 5/2/2020 2.2.8.9 has at least one vulnerability with high severity.
2.2.8.8 17,992 4/15/2020 2.2.8.8 has at least one vulnerability with high severity.
2.2.8.7 1,949 4/15/2020 2.2.8.7 has at least one vulnerability with high severity.
2.2.8.6 2,125 3/22/2020 2.2.8.6 has at least one vulnerability with high severity.
2.2.8.5 1,916 3/20/2020 2.2.8.5 has at least one vulnerability with high severity.
2.2.8.4 2,102 3/1/2020 2.2.8.4 has at least one vulnerability with high severity.
2.2.8.3 2,077 2/29/2020 2.2.8.3 has at least one vulnerability with high severity.
2.2.8.2 2,063 1/16/2020 2.2.8.2 has at least one vulnerability with high severity.
2.2.8.1 2,008 1/13/2020 2.2.8.1 has at least one vulnerability with high severity.
2.2.8 1,942 1/4/2020 2.2.8 has at least one vulnerability with high severity.
2.2.7.6 1,979 12/20/2019 2.2.7.6 has at least one vulnerability with high severity.
2.2.7.4 2,062 12/16/2019 2.2.7.4 has at least one vulnerability with high severity.
2.2.7.3 2,248 10/30/2019 2.2.7.3 has at least one vulnerability with high severity.
2.2.7.1 1,976 10/29/2019 2.2.7.1 has at least one vulnerability with high severity.
2.2.7 2,014 10/20/2019 2.2.7 has at least one vulnerability with high severity.
2.2.6.4 2,940 10/16/2019 2.2.6.4 has at least one vulnerability with high severity.
2.2.6.3 3,088 8/2/2019 2.2.6.3 has at least one vulnerability with high severity.
2.2.6.2 2,948 6/9/2019 2.2.6.2 has at least one vulnerability with high severity.
2.2.6.1 2,962 4/27/2019 2.2.6.1 has at least one vulnerability with high severity.
2.2.6 2,780 4/9/2019 2.2.6 has at least one vulnerability with high severity.
2.2.5.1 3,075 3/28/2019 2.2.5.1 has at least one vulnerability with high severity.
2.2.5 2,782 3/20/2019 2.2.5 has at least one vulnerability with high severity.
2.2.4.6 3,034 2/10/2019 2.2.4.6 has at least one vulnerability with high severity.
2.2.4.5 2,985 1/28/2019 2.2.4.5 has at least one vulnerability with high severity.
2.2.4.4 2,916 1/27/2019 2.2.4.4 has at least one vulnerability with high severity.
2.2.4.3 2,938 1/25/2019 2.2.4.3 has at least one vulnerability with high severity.
2.2.4 2,951 1/19/2019 2.2.4 has at least one vulnerability with high severity.
2.2.3.5 2,976 1/18/2019 2.2.3.5 has at least one vulnerability with high severity.
2.2.3.4 2,952 1/6/2019 2.2.3.4 has at least one vulnerability with high severity.
2.2.3.3 2,947 1/3/2019 2.2.3.3 has at least one vulnerability with high severity.
2.2.3.1 2,978 1/3/2019 2.2.3.1 has at least one vulnerability with high severity.
2.2.3 3,028 1/2/2019 2.2.3 has at least one vulnerability with high severity.
2.2.2.2 3,024 1/2/2019 2.2.2.2 has at least one vulnerability with high severity.
2.2.2.1 2,963 1/2/2019 2.2.2.1 has at least one vulnerability with high severity.
2.2.2 2,929 12/31/2018 2.2.2 has at least one vulnerability with high severity.
2.2.0 3,840 12/29/2018 2.2.0 has at least one vulnerability with high severity.
2.1.6.1 2,952 12/25/2018 2.1.6.1 has at least one vulnerability with high severity.
2.1.6 2,822 12/25/2018 2.1.6 has at least one vulnerability with high severity.
2.1.5.2 2,847 12/24/2018 2.1.5.2 has at least one vulnerability with high severity.
2.1.5.1 3,122 12/22/2018 2.1.5.1 has at least one vulnerability with high severity.
2.1.5 3,069 12/21/2018 2.1.5 has at least one vulnerability with high severity.
2.1.4.3 3,212 12/15/2018 2.1.4.3 has at least one vulnerability with high severity.
2.1.4.2 2,867 12/15/2018 2.1.4.2 has at least one vulnerability with high severity.
2.1.4.1 3,085 11/30/2018 2.1.4.1 has at least one vulnerability with high severity.
2.1.4 2,830 11/27/2018 2.1.4 has at least one vulnerability with high severity.
2.1.3.1 2,949 11/23/2018 2.1.3.1 has at least one vulnerability with high severity.
2.1.3 2,802 11/20/2018 2.1.3 has at least one vulnerability with high severity.
2.1.2.1 2,936 11/9/2018 2.1.2.1 has at least one vulnerability with high severity.
2.1.2 2,935 11/9/2018 2.1.2 has at least one vulnerability with high severity.
2.1.1.1 3,074 10/30/2018 2.1.1.1 has at least one vulnerability with high severity.
2.1.1 3,365 9/22/2018 2.1.1 has at least one vulnerability with high severity.
2.1.0 3,156 9/6/2018 2.1.0 has at least one vulnerability with high severity.
2.0.1 3,179 7/26/2018 2.0.1 has at least one vulnerability with high severity.
2.0.0 3,292 7/26/2018 2.0.0 has at least one vulnerability with high severity.
1.9.11 3,223 7/10/2018 1.9.11 has at least one vulnerability with high severity.
1.9.10 3,308 6/27/2018 1.9.10 has at least one vulnerability with high severity.
1.9.9 3,264 6/6/2018 1.9.9 has at least one vulnerability with high severity.
1.9.8 3,328 5/9/2018 1.9.8 has at least one vulnerability with high severity.
1.9.7.4 3,549 4/21/2018 1.9.7.4 has at least one vulnerability with high severity.
1.9.7.3 3,430 4/21/2018 1.9.7.3 has at least one vulnerability with high severity.
1.9.7.2 3,527 4/21/2018 1.9.7.2 has at least one vulnerability with high severity.
1.9.7.1 3,290 4/16/2018 1.9.7.1 has at least one vulnerability with high severity.
1.9.7 3,245 4/16/2018 1.9.7 has at least one vulnerability with high severity.
1.9.6 3,387 4/14/2018 1.9.6 has at least one vulnerability with high severity.
1.9.5.4 3,277 4/2/2018 1.9.5.4 has at least one vulnerability with high severity.
1.9.5.3 3,270 4/2/2018 1.9.5.3 has at least one vulnerability with high severity.
1.9.5.2 3,309 4/1/2018 1.9.5.2 has at least one vulnerability with high severity.
1.9.5.1 3,376 3/31/2018 1.9.5.1 has at least one vulnerability with high severity.
1.9.5 3,442 3/25/2018 1.9.5 has at least one vulnerability with high severity.
1.9.4.1 3,348 3/17/2018 1.9.4.1 has at least one vulnerability with high severity.
1.9.4 3,291 3/17/2018 1.9.4 has at least one vulnerability with high severity.
1.9.3.3 3,294 3/14/2018 1.9.3.3 has at least one vulnerability with high severity.
1.9.3.2 3,340 3/13/2018 1.9.3.2 has at least one vulnerability with high severity.
1.9.3.1 3,468 3/11/2018 1.9.3.1 has at least one vulnerability with high severity.
1.9.3 3,434 3/11/2018 1.9.3 has at least one vulnerability with high severity.
1.9.2 3,490 3/11/2018 1.9.2 has at least one vulnerability with high severity.
1.9.1.4 3,387 3/9/2018 1.9.1.4 has at least one vulnerability with high severity.
1.9.1.3 3,274 3/9/2018 1.9.1.3 has at least one vulnerability with high severity.
1.9.1.2 3,440 3/8/2018 1.9.1.2 has at least one vulnerability with high severity.
1.9.1.1 3,224 3/8/2018 1.9.1.1 has at least one vulnerability with high severity.
1.9.1 2,948 3/8/2018 1.9.1 has at least one vulnerability with high severity.
1.9.0 3,388 3/7/2018 1.9.0 has at least one vulnerability with high severity.
1.8.9.1 2,519 3/3/2018 1.8.9.1 has at least one vulnerability with high severity.
1.8.9 2,583 2/20/2018 1.8.9 has at least one vulnerability with high severity.
1.8.8 2,637 2/3/2018 1.8.8 has at least one vulnerability with high severity.
1.8.7 2,957 1/13/2018 1.8.7 has at least one vulnerability with high severity.
1.8.6 2,650 1/10/2018 1.8.6 has at least one vulnerability with high severity.
1.8.5 2,806 1/9/2018 1.8.5 has at least one vulnerability with high severity.
1.8.4 2,737 1/9/2018 1.8.4 has at least one vulnerability with high severity.
1.8.3 2,505 1/8/2018 1.8.3 has at least one vulnerability with high severity.
1.8.2 2,732 1/5/2018 1.8.2 has at least one vulnerability with high severity.
1.8.1 2,843 1/5/2018 1.8.1 has at least one vulnerability with high severity.
1.8.0 2,614 12/22/2017 1.8.0 has at least one vulnerability with high severity.
1.7.9 2,815 12/8/2017 1.7.9 has at least one vulnerability with high severity.
1.7.7 2,472 11/18/2017 1.7.7 has at least one vulnerability with high severity.
1.0.0 2,453 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