Skip to content
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

chore(security-issues): fixed springboot security vulnerabilities and added codeql #293

Merged
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e8e4ef3
feat: added codeql workflow
saudkhan116 Mar 22, 2024
730dffb
Merge branch 'eclipse-tractusx:main' into feature/cmp-1135/security-r…
saudkhan116 Apr 2, 2024
fb12f85
Merge branch 'develop' of https://github.com/catenax-ng/tx-digital-pr…
saudkhan116 Apr 2, 2024
656832c
chore(fix): fixed codeql workflow
saudkhan116 Apr 2, 2024
0c9fa38
chore(fix): fixed codeql workflow
saudkhan116 Apr 2, 2024
1bdf161
chore(fix): replace Autobuild step with manual build to codeql workflow
saudkhan116 Apr 2, 2024
84ac236
chore(fix): fixed CodeQL issues
saudkhan116 Apr 2, 2024
89a2fa7
chore(fix): fixed springboot vulnerability in pom file
saudkhan116 Apr 8, 2024
16b377e
chore(ip-checks): executed ip checks to scan backend dependencies
saudkhan116 Apr 22, 2024
c9a7692
chore(fix): fixed eslint workflow
saudkhan116 Apr 22, 2024
b11c7a2
chore(ci): removed veracode workflows from git actions
saudkhan116 Apr 22, 2024
68f4b3f
Merge branch 'eclipse-tractusx:main' into develop
saudkhan116 Apr 22, 2024
c463877
chore(ci): removed veracode workflows from git actions
saudkhan116 Apr 22, 2024
dee5cb5
Merge branch 'eclipse-tractusx:main' into develop
saudkhan116 Apr 22, 2024
021ec54
Merge branch 'develop' of https://github.com/catenax-ng/tx-digital-pr…
saudkhan116 Apr 22, 2024
fce6341
Merge pull request #249 from catenax-ng/feature/cmp-1135/security-req…
saudkhan116 Apr 22, 2024
b950b6d
chore(fix): fixed full length commit SHA in codeql
saudkhan116 Apr 23, 2024
b3276db
Merge branch 'eclipse-tractusx:main' into Release/v2.3.0-security-fixes
saudkhan116 Apr 23, 2024
b0efdaa
chore(fix): resolved full length commit SHA in codeql
saudkhan116 Apr 23, 2024
11230a8
chore(fix): resolved full length commit SHA in .github/actions/setup-…
saudkhan116 Apr 24, 2024
497936b
Merge branch 'main' of https://github.com/catenax-ng/tx-digital-produ…
saudkhan116 Apr 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-java/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
using: "composite"
steps:
- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
saudkhan116 marked this conversation as resolved.
Show resolved Hide resolved
with:
java-version: '21'
distribution: 'temurin'
100 changes: 100 additions & 0 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
#################################################################################
# Tractus-X - Digital Product Passport Application
#
# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA
# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
# either express or implied. See the
# License for the specific language govern in permissions and limitations
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#################################################################################

name: "CodeQL Code Analysis"

on:
push:
branches: ["main"]
paths-ignore:
- "**/*.md"
- "**/*.txt"
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
paths-ignore:
- "**/*.md"
- "**/*.txt"
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: ["java"] # Define languages here
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ]
# Use only 'java' to analyze code written in Java, Kotlin or both
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup JDK 21
uses: ./.github/actions/setup-java
saudkhan116 marked this conversation as resolved.
Show resolved Hide resolved

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file
# By default, queries listed here will override any specified in a config file
# Prefix the list here with "+" to use these queries and those in the config file

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# Use +security-extended,security-and-quality for wider security and better code quality
queries: +security-extended,security-and-quality

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift)
# Automates dependency installation for Python, Ruby, and JavaScript, optimizing the CodeQL analysis setup
# If this step fails, then you should remove it and run the build manually (see below)

# - name: Autobuild
#uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

# If the Autobuild fails above, remove it and uncomment the following three lines modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance

- name: Build Package
run: |
cd dpp-backend/digitalproductpass
mvn -B clean install --batch-mode -DskipTests

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10

2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
run: |
cd dpp-frontend
npx eslint .
continue-on-error: false
continue-on-error: false
73 changes: 0 additions & 73 deletions .github/workflows/veracode-upload.yml

This file was deleted.

Loading