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(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.0.0 to 3.6.0 in /jans-core #9956

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin fr…

e9dbe40
Select commit
Loading
Failed to load commit list.
Open

chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.0.0 to 3.6.0 in /jans-core #9956

chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin fr…
e9dbe40
Select commit
Loading
Failed to load commit list.
DryRunSecurity / Sensitive Files Analyzer succeeded Dec 27, 2024 in 13s

DryRun Security

Details

Sensitive Files Analyzer Findings: 1 detected

⚠️ Potential Sensitive File jans-core/pom.xml (click for details)
Type Potential Sensitive File
Description Java applications manage their dependencies through their pom.xml. A change in this file may indicate an addition of a library/dependency which could introduce additional risk to the application either through vulnerable code, expansion of the application's attack surface via additional routes, or malicious code.
Filename jans-core/pom.xml
CodeLink

jans/jans-core/pom.xml

Lines 157 to 163 in e9dbe40

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>