Skip to content

Commit

Permalink
Release 1.21.0 (#18)
Browse files Browse the repository at this point in the history
* [skip ci] Update project to latest tag verifica-firma-eidas-1.21.0

* Fix pom.xml

* Fix pom.xml

* Fix compilation problem

* [maven-release-plugin] prepare release verifica-firma-eidas-1.21.0

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: parerworker <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
3 people authored Jul 4, 2024
1 parent 87bdb5c commit f70d61e
Show file tree
Hide file tree
Showing 14 changed files with 1,190 additions and 119 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## 1.21.0 (10-06-2024)

### Novità: 1
- [#32690](https://parermine.regione.emilia-romagna.it/issues/32690) Introduzione di logica centralizzata per invocazione revocation URL via "single client instance" (DSS)

## 1.20.0 (06-06-2024)

### Novità: 1
Expand Down
4 changes: 2 additions & 2 deletions CONTAINER-SCAN-REPORT.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Container scan evidence CVE
<strong>Image name:</strong> registry.ente.regione.emr.it/parer/okd/verifica-firma-eidas:sast
<br/><strong>Run date:</strong> Thu Jun 6 18:35:21 CEST 2024
<br/><strong>Produced by:</strong> <a href="https://gitlab.ente.regione.emr.it/parer/okd/verifica-firma-eidas/-/jobs/257879">Job</a>
<br/><strong>Run date:</strong> Mon Jun 10 17:26:01 CEST 2024
<br/><strong>Produced by:</strong> <a href="https://gitlab.ente.regione.emr.it/parer/okd/verifica-firma-eidas/-/jobs/261607">Job</a>
<br/><strong>CVE founded:</strong> 8
| CVE | Description | Severity | Solution |
|:---:|:---|:---:|:---|
Expand Down
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.20.0 (06-06-2024)
## 1.21.0 (10-06-2024)

### Novità: 1
- [#32661](https://parermine.regione.emilia-romagna.it/issues/32661) Ottimizzazione/Re-factor apache client utilizzato per recupero documento da verificare e parametro per disattivazione verifica SSL
- [#32690](https://parermine.regione.emilia-romagna.it/issues/32690) Introduzione di logica centralizzata per invocazione revocation URL via "single client instance" (DSS)
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>verifica-firma-eidas</artifactId>
<version>1.20.1-SNAPSHOT</version>
<version>1.21.1-SNAPSHOT</version>
<packaging>${packaging.type}</packaging>
<name>Verifica Firma EIDAS</name>
<description>Progetto per effettuare firme e validazioni con librerie DSS (EIDAS)</description>
Expand Down
Loading

0 comments on commit f70d61e

Please sign in to comment.