-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Integrity check for maven, npm and pypi #727
Conversation
proto/src/main/proto/org/hyades/repometaanalysis/v1/repo_meta_analysis.proto
Outdated
Show resolved
Hide resolved
repository-meta-analyzer/src/main/java/org/hyades/RepositoryMetaAnalyzerTopology.java
Outdated
Show resolved
Hide resolved
repository-meta-analyzer/src/main/java/org/hyades/repositories/IMetaAnalyzer.java
Outdated
Show resolved
Hide resolved
proto/src/main/proto/org/hyades/repometaanalysis/v1/repo_meta_analysis.proto
Outdated
Show resolved
Hide resolved
repository-meta-analyzer/src/main/java/org/hyades/repositories/IntegrityAnalyzerFactory.java
Outdated
Show resolved
Hide resolved
proto/src/main/proto/org/hyades/repometaanalysis/v1/repo_meta_analysis.proto
Show resolved
Hide resolved
repository-meta-analyzer/src/main/java/org/hyades/processor/IntegrityAnalyzerProcessor.java
Outdated
Show resolved
Hide resolved
repository-meta-analyzer/src/main/java/org/hyades/processor/IntegrityAnalyzerProcessor.java
Outdated
Show resolved
Hide resolved
proto/src/main/proto/org/hyades/repometaanalysis/v1/repo_meta_analysis.proto
Outdated
Show resolved
Hide resolved
repository-meta-analyzer/src/main/java/org/hyades/processor/IntegrityAnalyzerProcessor.java
Outdated
Show resolved
Hide resolved
repository-meta-analyzer/src/main/java/org/hyades/model/IntegrityModel.java
Outdated
Show resolved
Hide resolved
repository-meta-analyzer/src/main/java/org/hyades/processor/IntegrityAnalyzerProcessor.java
Outdated
Show resolved
Hide resolved
repository-meta-analyzer/src/main/java/org/hyades/processor/IntegrityAnalyzerProcessor.java
Outdated
Show resolved
Hide resolved
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Bumps `lib.kafka.version` from 3.4.1 to 3.5.0. Updates `kafka-clients` from 3.4.1 to 3.5.0 Updates `kafka-streams` from 3.4.1 to 3.5.0 Updates `kafka-streams-test-utils` from 3.4.1 to 3.5.0 --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.kafka:kafka-streams dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.kafka:kafka-streams-test-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: mehab <[email protected]>
Bumps `quarkus.platform.version` from 3.1.0.Final to 3.1.2.Final. Updates `quarkus-bom` from 3.1.0.Final to 3.1.2.Final - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](quarkusio/quarkus@3.1.0.Final...3.1.2.Final) Updates `quarkus-maven-plugin` from 3.1.0.Final to 3.1.2.Final - [Commits](quarkusio/quarkus-platform@3.1.0.Final...3.1.2.Final) Updates `quarkus-container-image-docker` from 3.1.0.Final to 3.1.2.Final --- updated-dependencies: - dependency-name: io.quarkus:quarkus-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus:quarkus-container-image-docker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: mehab <[email protected]>
Fixes GHSA-qcwq-55hx-v3vh, GHSA-fjpj-2g6w-x25r, and GHSA-pqr6-cmr2-h8hf Signed-off-by: nscuro <[email protected]> Signed-off-by: mehab <[email protected]>
…or osv client Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
* Fix broken native images after KStreams upgrade As of kafka-streams 3.5.0, users can configure a KafkaClientSupplier, with the default implementation being `DefaultKafkaClientSupplier` (https://issues.apache.org/jira/browse/KAFKA-14395). The supplier is called via reflection, but Quarkus <= 3.1.x doesn't yet register it as such for GraalVM. Signed-off-by: nscuro <[email protected]> * Fix failing native image ITs not failing the build The build was succeeding despite the actual integration tests failing, causing #622 to slip through. Signed-off-by: nscuro <[email protected]> --------- Signed-off-by: nscuro <[email protected]> Signed-off-by: mehab <[email protected]>
Signed-off-by: nscuro <[email protected]> Signed-off-by: mehab <[email protected]>
Closes #483 Signed-off-by: nscuro <[email protected]> Signed-off-by: mehab <[email protected]>
Defaults to off in order to be more human-readable. Example log entry: ``` {"timestamp":"2023-06-23T11:55:24.627+02:00","sequence":2333,"loggerClassName":"org.jboss.logging.Logger","loggerName":"io.quarkus.deployment.dev.RuntimeUpdatesProcessor","level":"INFO","message":"Live reload total time: 1.348s ","threadName":"Aesh InputStream Reader","threadId":91,"mdc":{},"ndc":"","hostName":"ctrl","processName":"mirror-service-dev.jar","processId":33646} ``` Closes #618 Signed-off-by: nscuro <[email protected]> Signed-off-by: mehab <[email protected]>
…rs in the osv mirror log. Corrected exception message Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
The GitHub advisory client loads template files from classpath, which are not packaged into the native image by default. Signed-off-by: nscuro <[email protected]> Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
e4cd050
to
d553fee
Compare
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
Signed-off-by: mehab <[email protected]>
SonarCloud Quality Gate failed. 0 Bugs 81.6% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Closing this pull request after reconsidering the design as per requirement of having published date for newly fetched components all the time. Adding the detailed meeting notes on issue #699 |
Addresses issue
The integrity check functionality (maven, npm and pypi).
Hyades-apiserver PR: DependencyTrack/hyades-apiserver#261