Skip to content

Veracode

Veracode #53

Manually triggered February 1, 2024 13:10
Status Success
Total duration 11m 34s
Artifacts

veracode.yaml

on: workflow_dispatch
analyze-administration-service
11m 22s
analyze-administration-service
analyze-registration-service
11m 20s
analyze-registration-service
analyze-marketplace-app-service
11m 12s
analyze-marketplace-app-service
analyze-portal-migrations
7m 5s
analyze-portal-migrations
analyze-maintenance-service
6m 54s
analyze-maintenance-service
analyze-notification-service
7m 6s
analyze-notification-service
analyze-services-service
11m 22s
analyze-services-service
analyze-provisioning-migrations
6m 44s
analyze-provisioning-migrations
analyze-processes-worker
11m 11s
analyze-processes-worker
analyze-iam-seeding
6m 54s
analyze-iam-seeding
Fit to window
Zoom out
Zoom in

Annotations

104 warnings
analyze-provisioning-migrations
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze-provisioning-migrations: src/provisioning/Provisioning.Migrations/Migrations/20230223065656_1.0.0.cs#L28
Missing XML comment for publicly visible type or member '_100'
analyze-provisioning-migrations: src/provisioning/Provisioning.Migrations/Migrations/20230223065656_1.0.0.cs#L30
Missing XML comment for publicly visible type or member '_100.Up(MigrationBuilder)'
analyze-provisioning-migrations: src/provisioning/Provisioning.Migrations/Migrations/20230223065656_1.0.0.cs#L82
Missing XML comment for publicly visible type or member '_100.Down(MigrationBuilder)'
analyze-provisioning-migrations: src/provisioning/Provisioning.Migrations/Migrations/20230223065656_1.0.0.Designer.cs#L35
Missing XML comment for publicly visible type or member '_100.BuildTargetModel(ModelBuilder)'
analyze-provisioning-migrations: src/provisioning/Provisioning.Migrations/Migrations/20230613120413_230629.cs#L27
Missing XML comment for publicly visible type or member '_230629'
analyze-provisioning-migrations: src/provisioning/Provisioning.Migrations/Migrations/20230613120413_230629.cs#L29
Missing XML comment for publicly visible type or member '_230629.Up(MigrationBuilder)'
analyze-provisioning-migrations: src/provisioning/Provisioning.Migrations/Migrations/20230613120413_230629.cs#L58
Missing XML comment for publicly visible type or member '_230629.Down(MigrationBuilder)'
analyze-provisioning-migrations: src/provisioning/Provisioning.Migrations/Migrations/20230613120413_230629.Designer.cs#L35
Missing XML comment for publicly visible type or member '_230629.BuildTargetModel(ModelBuilder)'
analyze-provisioning-migrations: src/provisioning/Provisioning.Migrations/ProvisioningDbContextFactory.cs#L28
Missing XML comment for publicly visible type or member 'ProvisioningDbContextFactory'
analyze-provisioning-migrations: src/provisioning/Provisioning.Migrations/ProvisioningDbContextFactory.cs#L30
Missing XML comment for publicly visible type or member 'ProvisioningDbContextFactory.CreateDbContext(string[])'
analyze-maintenance-service
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze-maintenance-service: src/portalbackend/PortalBackend.PortalEntities/PortalDbContext.cs#L740
'Identity.UserEntityId' is obsolete: 'remove as soon test-data has been cleaned up'
analyze-maintenance-service: src/portalbackend/PortalBackend.DBAccess/Repositories/IdentityRepository.cs#L48
'Identity.UserEntityId' is obsolete: 'remove as soon test-data has been cleaned up'
analyze-maintenance-service: src/portalbackend/PortalBackend.PortalEntities/PortalDbContext.cs#L740
'Identity.UserEntityId' is obsolete: 'remove as soon test-data has been cleaned up'
analyze-maintenance-service: src/portalbackend/PortalBackend.DBAccess/Repositories/IdentityRepository.cs#L48
'Identity.UserEntityId' is obsolete: 'remove as soon test-data has been cleaned up'
analyze-iam-seeding
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze-iam-seeding: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L41
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
analyze-iam-seeding: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L47
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
analyze-iam-seeding: src/keycloak/Keycloak.Library/Models/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-iam-seeding: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-iam-seeding: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-iam-seeding: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L38
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-iam-seeding: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-iam-seeding: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L46
Non-nullable property 'Clients' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-iam-seeding: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L34
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-iam-seeding: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L36
Non-nullable property 'GrantedClientScopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-portal-migrations
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze-notification-service
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze-portal-migrations: src/portalbackend/PortalBackend.PortalEntities/PortalDbContext.cs#L740
'Identity.UserEntityId' is obsolete: 'remove as soon test-data has been cleaned up'
analyze-notification-service: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L41
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
analyze-portal-migrations: src/portalbackend/PortalBackend.DBAccess/Repositories/IdentityRepository.cs#L48
'Identity.UserEntityId' is obsolete: 'remove as soon test-data has been cleaned up'
analyze-notification-service: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L47
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
analyze-portal-migrations: src/portalbackend/PortalBackend.Migrations/Migrations/20230216122524_1.0.0.cs#L27
Missing XML comment for publicly visible type or member '_100'
analyze-notification-service: src/keycloak/Keycloak.Library/Models/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-portal-migrations: src/portalbackend/PortalBackend.Migrations/Migrations/20230216122524_1.0.0.cs#L29
Missing XML comment for publicly visible type or member '_100.Up(MigrationBuilder)'
analyze-notification-service: src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L31
Non-nullable property 'forwardedFor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-portal-migrations: src/portalbackend/PortalBackend.Migrations/Migrations/20230216122524_1.0.0.cs#L3183
Missing XML comment for publicly visible type or member '_100.Down(MigrationBuilder)'
analyze-notification-service: src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L32
Non-nullable property 'forwardedProto' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-portal-migrations: src/portalbackend/PortalBackend.Migrations/Migrations/20230216122524_1.0.0.Designer.cs#L36
Missing XML comment for publicly visible type or member '_100.BuildTargetModel(ModelBuilder)'
analyze-notification-service: src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L33
Non-nullable property 'forwardedHost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-portal-migrations: src/portalbackend/PortalBackend.Migrations/Migrations/20230309082649_1.1.0.cs#L27
Missing XML comment for publicly visible type or member '_110'
analyze-notification-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-notification-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-portal-migrations: src/portalbackend/PortalBackend.Migrations/Migrations/20230309082649_1.1.0.cs#L29
Missing XML comment for publicly visible type or member '_110.Up(MigrationBuilder)'
analyze-notification-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L38
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-portal-migrations: src/portalbackend/PortalBackend.Migrations/Migrations/20230309082649_1.1.0.cs#L234
Missing XML comment for publicly visible type or member '_110.Down(MigrationBuilder)'
analyze-notification-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-portal-migrations: src/portalbackend/PortalBackend.Migrations/Migrations/20230309082649_1.1.0.Designer.cs#L35
Missing XML comment for publicly visible type or member '_110.BuildTargetModel(ModelBuilder)'
analyze-processes-worker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze-processes-worker: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L41
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
analyze-processes-worker: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L47
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
analyze-processes-worker: src/keycloak/Keycloak.Library/Models/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-processes-worker: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-processes-worker: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-processes-worker: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L38
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-processes-worker: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-processes-worker: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L46
Non-nullable property 'Clients' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-processes-worker: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L34
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-processes-worker: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L36
Non-nullable property 'GrantedClientScopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-marketplace-app-service
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze-marketplace-app-service: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L41
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
analyze-marketplace-app-service: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L47
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
analyze-marketplace-app-service: src/keycloak/Keycloak.Library/Models/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-marketplace-app-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-marketplace-app-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-marketplace-app-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L38
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-marketplace-app-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-marketplace-app-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L46
Non-nullable property 'Clients' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-marketplace-app-service: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L34
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-marketplace-app-service: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L36
Non-nullable property 'GrantedClientScopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-registration-service
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze-registration-service: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L41
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
analyze-registration-service: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L47
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
analyze-registration-service: src/keycloak/Keycloak.Library/Models/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-registration-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-registration-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-registration-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L38
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-registration-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-registration-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L46
Non-nullable property 'Clients' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-registration-service: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L34
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-registration-service: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L36
Non-nullable property 'GrantedClientScopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-administration-service
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze-administration-service: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L41
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
analyze-administration-service: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L47
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
analyze-administration-service: src/keycloak/Keycloak.Library/Models/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-administration-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-administration-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-administration-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L38
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-administration-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-administration-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L46
Non-nullable property 'Clients' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-administration-service: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L34
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-administration-service: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L36
Non-nullable property 'GrantedClientScopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-services-service
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze-services-service: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L41
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
analyze-services-service: src/keycloak/Keycloak.Library/Common/Converters/JsonEnumConverter.cs#L47
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
analyze-services-service: src/keycloak/Keycloak.Library/Models/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-services-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L34
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-services-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L36
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-services-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L38
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-services-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L40
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-services-service: src/keycloak/Keycloak.Library/Models/Users/UserSession.cs#L46
Non-nullable property 'Clients' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-services-service: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L34
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze-services-service: src/keycloak/Keycloak.Library/Models/Users/UserConsent.cs#L36
Non-nullable property 'GrantedClientScopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.