Andy Wu

Results 24 issues of Andy Wu

能不能在页面上标明每个靶机的漏洞类型,以及上传办法,就像游戏一样,有个通关教程秘籍,这样更能方便学习

##### 问题描述 GetWxaCodeUnlimit、CreateWxQrCode、CreateWxQrCode、GetWxaCode等方法,返回值并没有使用微信API的返回值,而是直接 return new WxJsonResult() { errcode = ReturnCode.请求成功 }; 导致外部调用取的的消息,永远是成功,不会有失败,无法得到正确的微信API消息,标准应该按官方有个正确的消息,至少成功失败状态要保证一致。 ##### 微信官方文档 URL https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/qr-code/wxacode.createQRCode.html ##### 发现问题的模块 - [ ] Senparc.Weixin.WxOpen 版本:3.8.401

enhancement
task

update net 6.0

当服务端使用了自签名SSL证书时,升级包zip包无法下载,因为自签名证书不受信任,建议忽略证书错误,或者增加个配置项。 相关代码示例如下: /// /// Together with the AcceptAllCertifications method right /// below this causes to bypass errors caused by SLL-Errors. /// public static void IgnoreBadCertificates() { System.Net.ServicePointManager.ServerCertificateValidationCallback += (sender, cert,...

### 描述一下BUG OSharp.Identity.OAuth2.QQ.QQHandler类中,第60行: ` string json2 = await userInformationResponse.Content.ReadAsStringAsync(); JObject payload = JObject.Parse(json2); JsonDocument document = JsonDocument.Parse(json2); //identity.AddClaim(new Claim(ClaimTypes.NameIdentifier, openId, ClaimValueTypes.String, Options.ClaimsIssuer)); payload.Add("openid", openId);//注意这里重点 OAuthCreatingTicketContext context = new OAuthCreatingTicketContext(new ClaimsPrincipal(identity),...

Bug :bug:

如何实现通过NanUI浏览器访问以下网址时,打开指定的应用程序,实现和chrome浏览器一样的效果 search:// skype:// vscode://schemas/settings/user vscode://vscode.git/clone?url=git%40github.com%3AMicrosoft%2Fvscode-vsce.git vscode://open?url=file://%file&line=%line 除此之外,只要是系统中已安装的软件并支持web client app Protocol的软件,都能在NanUI调用 以下为示例页面: http://www.gridreport.cn/demos/html5/General/ViewReport-WebApp.htm?report=1b&data=Customer 通过chrome或edge浏览器打开以上网址后,点击“打印预览”,会调用已安装的客户端程序,如果没安装,则需要安装。

enhancement

1. Solve the problem that SetCellUsing and SetPropertyUsing parameters are not named and ambiguous. 2. Improved support for parameters that can perform multiple property value calculations

At present, the type and dynamic type parsing code in the project is confusing. It is recommended to refer to Json.net to refactor ColumnInfo, ExcelMapper and ITypeMapperFactory. IValueProvider https://github.com/JamesNK/Newtonsoft.Json/blob/master/Src/Newtonsoft.Json/Serialization/IValueProvider.cs IContractResolver...

It is recommended to package each upgrade file as a zip. When the client upgrades, compare the hash of each file, and only the files with differences will be downloaded,...

enhancement

https://github.com/loresoft/msbuildtasks/blob/de6d85c8feb4bf9a71d7ca9e145cabf76f4bdc80/Source/MSBuild.Community.Tasks/FileUpdate.cs#L196 ``` var encoding = new UTF8Encoding(false); //no bom