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(release): prep work for 1.1.4-SNAPSHOT and dev #8895

Merged
merged 2 commits into from
Jul 9, 2024

fix: add conditionals on running tests

b623702
Select commit
Loading
Failed to load commit list.
Merged

chore(release): prep work for 1.1.4-SNAPSHOT and dev #8895

fix: add conditionals on running tests
b623702
Select commit
Loading
Failed to load commit list.
DryRunSecurity / Sensitive Files Analyzer succeeded Jul 9, 2024 in 2s

DryRun Security

Details

Sensitive Files Analyzer Findings: 2 detected

⚠️ Potential Sensitive File agama/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 agama/pom.xml
CodeLink

jans/agama/pom.xml

Lines 5 to 11 in b623702

<groupId>io.jans</groupId>
<artifactId>agama</artifactId>
<packaging>pom</packaging>
<version>1.1.4-SNAPSHOT</version>
<name>agama parent</name>
<prerequisites>
⚠️ Potential Sensitive File agama/transpiler/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 agama/transpiler/pom.xml
CodeLink
<parent>
<groupId>io.jans</groupId>
<artifactId>agama</artifactId>
<version>1.1.4-SNAPSHOT</version>
</parent>
<properties>