Skip to content

Conversation

@MancunianSam
Copy link
Collaborator

No description provided.

tna-da-bot and others added 30 commits September 15, 2025 12:11
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.2 to 4.0.4
Bump org.apache.maven.plugins:maven-surefire-report-plugin
Bump aws.version from 2.33.7 to 2.33.9
Bump openhtml.version from 1.1.30 to 1.1.31
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3
Bump org.mockito:mockito-core from 5.18.0 to 5.19.0
Bump org.netbeans.api:org-netbeans-swing-outline
…rg.apache.maven.plugins-maven-surefire-plugin-3.5.4

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4
This was prompted by this issue #773

The way this works is:
You set a profile.debug property to true in droid.properties

This sets a spring profile called debug.

This loads the DebugFileSystemIdentificationRequest instead of the usual FileSystemIdentificationRequest

This delegates most methods to FileSystemIdentificationRequest. The only difference is that the WindowReader is now a DebugFileReader

The DebugFileReader again delegates most methods to FileReader. For each call to createWindow, it increments the bytes read. For each call
to getWindow, if the window is in the cache, it increments the cache bytes read.

Then as we loop over the signatures, if isDebug is true, we output the bytes read, cache bytes read and whether there was a match.

I've added the DebugFileSystemIdentificationRequest to the skeleton suite tests to make sure that it behaves the same.
Bumps `log4j2.version` from 2.25.1 to 2.25.2.

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.1 to 2.25.2

Updates `org.apache.logging.log4j:log4j-api` from 2.25.1 to 2.25.2

Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps `aws.version` from 2.33.9 to 2.34.0.

Updates `software.amazon.awssdk:s3` from 2.33.9 to 2.34.0

Updates `software.amazon.awssdk:aws-core` from 2.33.9 to 2.34.0

Updates `software.amazon.awssdk:regions` from 2.33.9 to 2.34.0

Updates `software.amazon.awssdk:sdk-core` from 2.33.9 to 2.34.0

Updates `software.amazon.awssdk:sso` from 2.33.9 to 2.34.0

Updates `software.amazon.awssdk:ssooidc` from 2.33.9 to 2.34.0

Updates `software.amazon.awssdk:apache-client` from 2.33.9 to 2.34.0

Updates `software.amazon.awssdk:http-client-spi` from 2.33.9 to 2.34.0

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:aws-core
  dependency-version: 2.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:regions
  dependency-version: 2.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:sdk-core
  dependency-version: 2.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:sso
  dependency-version: 2.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:ssooidc
  dependency-version: 2.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:apache-client
  dependency-version: 2.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:http-client-spi
  dependency-version: 2.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.19.0...v5.20.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) from 12.1.3 to 12.1.5.
- [Release notes](https://github.com/dependency-check/DependencyCheck/releases)
- [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](dependency-check/DependencyCheck@v12.1.3...v12.1.5)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-version: 12.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.3 to 3.12.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…rg.owasp-dependency-check-maven-12.1.5

Bump org.owasp:dependency-check-maven from 12.1.3 to 12.1.5
…rg.mockito-mockito-core-5.20.0

Bump org.mockito:mockito-core from 5.19.0 to 5.20.0
…ws.version-2.34.0

Bump aws.version from 2.33.9 to 2.34.0
…rg.apache.maven.plugins-maven-compiler-plugin-3.14.1

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1
…og4j2.version-2.25.2

Bump log4j2.version from 2.25.1 to 2.25.2
Bumps `aws.version` from 2.33.9 to 2.34.1.

Updates `software.amazon.awssdk:s3` from 2.33.9 to 2.34.1

Updates `software.amazon.awssdk:aws-core` from 2.33.9 to 2.34.1

Updates `software.amazon.awssdk:regions` from 2.33.9 to 2.34.1

Updates `software.amazon.awssdk:sdk-core` from 2.33.9 to 2.34.1

Updates `software.amazon.awssdk:sso` from 2.33.9 to 2.34.1

Updates `software.amazon.awssdk:ssooidc` from 2.33.9 to 2.34.1

Updates `software.amazon.awssdk:apache-client` from 2.33.9 to 2.34.1

Updates `software.amazon.awssdk:http-client-spi` from 2.33.9 to 2.34.1

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.34.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:aws-core
  dependency-version: 2.34.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:regions
  dependency-version: 2.34.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:sdk-core
  dependency-version: 2.34.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:sso
  dependency-version: 2.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:ssooidc
  dependency-version: 2.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:apache-client
  dependency-version: 2.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awssdk:http-client-spi
  dependency-version: 2.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps `log4j2.version` from 2.25.1 to 2.25.2.

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.1 to 2.25.2

Updates `org.apache.logging.log4j:log4j-api` from 2.25.1 to 2.25.2

Updates `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6.

---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.19.0...v5.20.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.14.0 to 3.14.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) from 12.1.3 to 12.1.5.
- [Release notes](https://github.com/dependency-check/DependencyCheck/releases)
- [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](dependency-check/DependencyCheck@v12.1.3...v12.1.5)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-version: 12.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…rg.apache.maven.plugins-maven-compiler-plugin-3.14.1

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1
…rg.mockito-mockito-core-5.20.0

Bump org.mockito:mockito-core from 5.19.0 to 5.20.0
…rg.glassfish.jaxb-jaxb-runtime-4.0.6

Bump org.glassfish.jaxb:jaxb-runtime from 4.0.5 to 4.0.6
…og4j2.version-2.25.2

Bump log4j2.version from 2.25.1 to 2.25.2
…ws.version-2.34.1

Bump aws.version from 2.33.9 to 2.34.1
…5' into dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.12.0
…rg.apache.maven.plugins-maven-javadoc-plugin-3.12.0

Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0
…rg.owasp-dependency-check-maven-12.1.5

Bump org.owasp:dependency-check-maven from 12.1.3 to 12.1.5
…ages-call

Fix typo in help pages listener.
@MancunianSam MancunianSam merged commit 937e8ba into main Sep 29, 2025
20 checks passed
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.

4 participants