Skip to content

Combine C# packs #7

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

Merged
merged 4 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'java', 'go' ]
language: [ 'csharp', 'go', 'java' ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
language: [ 'csharp', 'java' ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'java' ]
language: [ 'csharp', 'java' ]

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["java"]
language: ["csharp", "java"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["java"]
language: ["csharp", "java"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["java"]
language: ["csharp", "java"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["java"]
language: ["csharp", "java"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion codeql-workspace.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
provide:
- java/**/qlpack.yml
- csharp/**/qlpack.yml
- go/**/qlpack.yml
- java/**/qlpack.yml
18 changes: 18 additions & 0 deletions csharp/ext-library-sources/codeql-pack.lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
lockVersion: 1.0.0
dependencies:
codeql/controlflow:
version: 0.0.3
codeql/csharp-all:
version: 0.7.4
codeql/dataflow:
version: 0.0.3
codeql/mad:
version: 0.1.4
codeql/ssa:
version: 0.1.4
codeql/tutorial:
version: 0.1.4
codeql/util:
version: 0.1.4
compiled: false
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Abp.Application.Services.Dto", "EntityDto", False, "EntityDto", "(System.Int32)", "", "Parameter[0]", "remote", "manual"]
- ["Abp.Application.Services.Dto", "EntityDto<>", False, "EntityDto", "(TPrimaryKey)", "", "Parameter[0]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Abp.Authorization.Users", "AbpUserBase", True, "set_EmailAddress", "(System.String)", "", "Parameter[0]", "remote", "manual"]
- ["Abp.Authorization.Users", "AbpUserBase", True, "set_Name", "(System.String)", "", "Parameter[0]", "remote", "manual"]
- ["Abp.Authorization.Users", "AbpUserBase", True, "set_Surname", "(System.String)", "", "Parameter[0]", "remote", "manual"]
- ["Abp.Authorization.Users", "AbpUserBase", True, "set_UserName", "(System.String)", "", "Parameter[0]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Abp.Authorization", "AbpLogInManager<,,>", False, "LoginAsync", "(System.String,System.String,System.String,System.Boolean)", "", "Parameter[0]", "remote", "manual"]
- ["Abp.Authorization", "AbpLogInManager<,,>", False, "LoginAsync", "(System.String,System.String,System.String,System.Boolean)", "", "Parameter[1]", "remote", "manual"]
- ["Abp.Authorization", "AbpSignInManager<,,>", False, "SignInAsync", "(System.Security.Claims.ClaimsIdentity,System.Boolean)", "", "Parameter[1]", "remote", "manual"]
6 changes: 6 additions & 0 deletions csharp/ext-library-sources/generated/Abp.Extensions.model.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Abp.Extensions", "StringExtensions", False, "IsNullOrEmpty", "(System.String)", "", "Parameter[0]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Abp.Notifications", "MessageNotificationData", False, "MessageNotificationData", "(System.String)", "", "Parameter[0]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Abp.Runtime.Security", "SimpleStringCipher", False, "Decrypt", "(System.String,System.String,System.Byte[],System.Nullable<System.Int32>,System.Byte[])", "", "Parameter[0]", "remote", "manual"]
6 changes: 6 additions & 0 deletions csharp/ext-library-sources/generated/Abp.Web.Models.model.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Abp.Web.Models", "AjaxResponseBase", False, "set_TargetUrl", "(System.String)", "", "Parameter[0]", "remote", "manual"]
6 changes: 6 additions & 0 deletions csharp/ext-library-sources/generated/Abp.model.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Abp", "AbpServiceBase", True, "L", "(System.String,System.Object[])", "", "Parameter[1]", "remote", "manual"]
6 changes: 6 additions & 0 deletions csharp/ext-library-sources/generated/AgileHttp.model.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["AgileHttp", "ExtMethods", False, "AsHttp", "(System.String,System.String,System.Object)", "", "Parameter[0]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Alipay.AopSdk.Core.Domain", "AlipayTradePagePayModel", False, "set_OutTradeNo", "(System.String)", "", "Parameter[0]", "remote", "manual"]
- ["Alipay.AopSdk.Core.Domain", "AlipayTradeRefundModel", False, "set_RefundReason", "(System.String)", "", "Parameter[0]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Alipay.AopSdk.Core.Request", "AlipayTradePagePayRequest", False, "SetNotifyUrl", "(System.String)", "", "Parameter[0]", "remote", "manual"]
- ["Alipay.AopSdk.Core.Request", "AlipayTradePagePayRequest", False, "SetReturnUrl", "(System.String)", "", "Parameter[0]", "remote", "manual"]
6 changes: 6 additions & 0 deletions csharp/ext-library-sources/generated/Aliyun.OSS.model.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Aliyun.OSS", "ListObjectsRequest", False, "set_Prefix", "(System.String)", "", "Parameter[0]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Altinn.Platform.Storage.Interface.Models", "Application", False, "set_Id", "(System.String)", "", "Parameter[0]", "remote", "manual"]
- ["Altinn.Platform.Storage.Interface.Models", "Application", False, "set_Org", "(System.String)", "", "Parameter[0]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Amazon.DynamoDBv2.DataModel", "DynamoDBContext", False, "SaveAsync<>", "(T,System.Threading.CancellationToken)", "", "Parameter[1]", "remote", "manual"]
- ["Amazon.DynamoDBv2.DataModel", "DynamoDBContext", False, "DeleteAsync<>", "(T,System.Threading.CancellationToken)", "", "Parameter[1]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Amazon.DynamoDBv2.Model", "AttributeValue", False, "AttributeValue", "(System.String)", "", "Parameter[0]", "remote", "manual"]
- ["Amazon.DynamoDBv2.Model", "AttributeValue", False, "set_S", "(System.String)", "", "Parameter[0]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Amazon.DynamoDBv2", "IAmazonDynamoDB", True, "TransactWriteItemsAsync", "(Amazon.DynamoDBv2.Model.TransactWriteItemsRequest,System.Threading.CancellationToken)", "", "Parameter[1]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Amazon.Runtime.Internal.Util", "Logger", False, "DebugFormat", "(System.String,System.Object[])", "", "Parameter[3]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "DebugFormat", "(System.String,System.Object[])", "", "Parameter[2]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "DebugFormat", "(System.String,System.Object[])", "", "Parameter[1]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "Error", "(System.Exception,System.String,System.Object[])", "", "Parameter[7]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "Error", "(System.Exception,System.String,System.Object[])", "", "Parameter[6]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "Error", "(System.Exception,System.String,System.Object[])", "", "Parameter[9]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "Error", "(System.Exception,System.String,System.Object[])", "", "Parameter[8]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "Error", "(System.Exception,System.String,System.Object[])", "", "Parameter[5]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "Error", "(System.Exception,System.String,System.Object[])", "", "Parameter[2]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "Debug", "(System.Exception,System.String,System.Object[])", "", "Parameter[2]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "DebugFormat", "(System.String,System.Object[])", "", "Parameter[4]", "remote", "manual"]
- ["Amazon.Runtime.Internal.Util", "Logger", False, "Error", "(System.Exception,System.String,System.Object[])", "", "Parameter[10]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Amazon.S3.Model", "DeleteObjectRequest", False, "set_Key", "(System.String)", "", "Parameter[0]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Amazon.SQS.Model", "SendMessageRequest", False, "SendMessageRequest", "(System.String,System.String)", "", "Parameter[1]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Ardalis.GuardClauses", "GuardClauseExtensions", False, "Zero", "(Ardalis.GuardClauses.IGuardClause,System.Int32,System.String,System.String)", "", "Parameter[1]", "remote", "manual"]
- ["Ardalis.GuardClauses", "GuardClauseExtensions", False, "NullOrEmpty", "(Ardalis.GuardClauses.IGuardClause,System.String,System.String,System.String)", "", "Parameter[1]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Ardalis.Specification", "IReadRepositoryBase<>", True, "GetByIdAsync<>", "(TId,System.Threading.CancellationToken)", "", "Parameter[0]", "remote", "manual"]
- ["Ardalis.Specification", "IReadRepositoryBase<>", True, "GetByIdAsync<>", "(TId,System.Threading.CancellationToken)", "", "Parameter[1]", "remote", "manual"]
- ["Ardalis.Specification", "IReadRepositoryBase<>", True, "FirstOrDefaultAsync", "(Ardalis.Specification.ISpecification<T>,System.Threading.CancellationToken)", "", "Parameter[1]", "remote", "manual"]
- ["Ardalis.Specification", "IReadRepositoryBase<>", True, "ListAsync", "(System.Threading.CancellationToken)", "", "Parameter[0]", "remote", "manual"]
- ["Ardalis.Specification", "IRepositoryBase<>", True, "AddAsync", "(T,System.Threading.CancellationToken)", "", "Parameter[1]", "remote", "manual"]
- ["Ardalis.Specification", "IRepositoryBase<>", True, "DeleteAsync", "(T,System.Threading.CancellationToken)", "", "Parameter[1]", "remote", "manual"]
- ["Ardalis.Specification", "IRepositoryBase<>", True, "UpdateAsync", "(T,System.Threading.CancellationToken)", "", "Parameter[1]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["AutoFixture.Dsl", "IPostprocessComposer<>", True, "With<>", "(System.Linq.Expressions.Expression<System.Func<T,TProperty>>,TProperty)", "", "Parameter[1]", "remote", "manual"]
9 changes: 9 additions & 0 deletions csharp/ext-library-sources/generated/AutoMapper.model.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["AutoMapper", "IMapperBase", True, "Map<>", "(System.Object)", "", "Parameter[0]", "remote", "manual"]
- ["AutoMapper", "IMapperBase", True, "Map<,>", "(TSource,TDestination)", "", "Parameter[0]", "remote", "manual"]
- ["AutoMapper", "IMapperBase", True, "Map<,>", "(TSource)", "", "Parameter[0]", "remote", "manual"]
- ["AutoMapper", "IMapperBase", True, "Map<,>", "(TSource,TDestination)", "", "Parameter[1]", "remote", "manual"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extensions:
- addsTo:
pack: codeql/csharp-all
extensible: sourceModel
data:
- ["Avalara.AvaTax.RestClient", "AvaTaxClient", False, "DownloadCertificateImage", "(System.Int32,System.Int32,System.Nullable<System.Int32>,System.Nullable<Avalara.AvaTax.RestClient.CertificatePreviewType>)", "", "Parameter[1]", "remote", "manual"]
Loading