Skip to content

add check with OWASP - #9

Merged
kolod merged 7 commits into
mainfrom
owasp
Jun 7, 2026
Merged

add check with OWASP#9
kolod merged 7 commits into
mainfrom
owasp

Conversation

@kolod

@kolod kolod commented Jul 17, 2025

Copy link
Copy Markdown
Owner

No description provided.

kolod added 7 commits July 17, 2025 23:04
Signed-off-by: Oleksandr Kolodkin <oleksandr.kolodkin@ukr.net>
Signed-off-by: Oleksandr Kolodkin <oleksandr.kolodkin@ukr.net>
Signed-off-by: Oleksandr Kolodkin <oleksandr.kolodkin@ukr.net>
Copilot AI review requested due to automatic review settings June 7, 2026 16:49
@kolod
kolod merged commit 85c7e0b into main Jun 7, 2026
1 of 4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Gradle/Kotlin toolchain and introduces OWASP Dependency-Check configuration plus a CI workflow step to generate and upload a dependency vulnerability report.

Changes:

  • Bumped Gradle wrapper to 8.14.4 and updated Kotlin + several runtime dependencies.
  • Upgraded org.owasp.dependencycheck plugin and added dependencyCheck { nvd.apiKey = ... } configuration.
  • Extended the Java 8 GitHub Actions workflow to run Dependency-Check and upload its HTML report.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.

File Description
gradle/wrapper/gradle-wrapper.properties Gradle wrapper distribution update (and wrapper properties removed).
build.gradle.kts Dependency/tooling upgrades and OWASP Dependency-Check configuration.
.github/workflows/github-actions-java8.yml Adds Dependency-Check run + report artifact upload; updates action versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +4 to 6
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Comment on lines +70 to +71
run: ./gradlew dependencyCheckAnalyze --no-daemon --stacktrace --continue
continue-on-error: true # Don't fail the build if dependency check has issues
retention-days: 30

- name: Build with Gradle
run: ./gradlew buildShadow --no-daemon --stacktrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants