Skip to content

Commit bd3e98d

Browse files
committed
new version 1.1.4
1 parent 0ae1a6e commit bd3e98d

16 files changed

+79
-27
lines changed

.github/workflows/fascan.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,27 @@ on: [push, pull_request]
44
jobs:
55
machineStandalone:
66
name: machineStandalone job
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-latest
8+
9+
permissions:
10+
# Give the default GITHUB_TOKEN write permission to commit and push the
11+
# added or changed files to the repository.
12+
contents: write
13+
814
steps:
9-
- uses: actions/checkout@master
10-
- uses: docker://ghcr.io/fluidattacks/makes/amd64
15+
- name: Checkout repository
16+
uses: actions/checkout@v4
17+
with:
18+
ref: ${{ github.head_ref }}
19+
20+
- name: Fluid-Attacks scan
21+
uses: docker://ghcr.io/fluidattacks/makes/amd64
1122
with:
1223
args: m gitlab:fluidattacks/universe@trunk /skims scan ./_fascan.yml
24+
25+
- name: Commit and push changes
26+
run: |
27+
git config user.name github-actions
28+
git config user.email github-actions@github.com
29+
git commit -am "Fluid-Attacks Results.csv commit" || exit 0
30+
git push

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
**The use of this software subjects you to our [Terms Of Use][4] and [Data Protection Policy][5].**
3131

32-
# version [1.1.3][6]
32+
# version [1.1.4][6]
3333

3434
## Introduction:
3535

@@ -220,7 +220,17 @@ It will give you access to an information system that only larges companies are
220220
- The extension will ask you to install the OAuth2OOo and jdbcDriverOOo extensions in versions 1.3.4 and 1.3.2 respectively minimum.
221221
- Many fixes.
222222

223-
### What remains to be done for version 1.1.3:
223+
### What has been done for version 1.1.4:
224+
225+
- Updated the [Python python-dateutil][45] package to version 2.9.0.post0.
226+
- Updated the [Python decorator][46] package to version 5.1.1.
227+
- Updated the [Python ijson][47] package to version 3.3.0.
228+
- Updated the [Python packaging][48] package to version 24.1.
229+
- Updated the [Python setuptools][49] package to version 72.1.0 in order to respond to the [Dependabot security alert][50].
230+
- Updated the [Python validators][51] package to version 0.33.0.
231+
- The extension will ask you to install the OAuth2OOo and jdbcDriverOOo extensions in versions 1.3.6 and 1.4.2 respectively minimum.
232+
233+
### What remains to be done for version 1.1.4:
224234

225235
- Add new languages for internationalization...
226236

@@ -231,7 +241,7 @@ It will give you access to an information system that only larges companies are
231241
[3]: <https://prrvchr.github.io/mContactOOo/README_fr>
232242
[4]: <https://prrvchr.github.io/mContactOOo/source/mContactOOo/registration/TermsOfUse_en>
233243
[5]: <https://prrvchr.github.io/mContactOOo/source/mContactOOo/registration/PrivacyPolicy_en>
234-
[6]: <https://prrvchr.github.io/mContactOOo#what-has-been-done-for-version-110>
244+
[6]: <https://prrvchr.github.io/mContactOOo#what-has-been-done-for-version-114>
235245
[7]: <https://prrvchr.github.io/>
236246
[8]: <https://www.libreoffice.org/download/download/>
237247
[9]: <https://www.openoffice.org/download/index.html>
@@ -252,7 +262,7 @@ It will give you access to an information system that only larges companies are
252262
[24]: <https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right>
253263
[25]: <img/mContactOOo.svg#middle>
254264
[26]: <https://github.com/prrvchr/mContactOOo/releases/latest/download/mContactOOo.oxt>
255-
[27]: <https://img.shields.io/github/downloads/prrvchr/mContactOOo/latest/total?label=v1.1.3#right>
265+
[27]: <https://img.shields.io/github/downloads/prrvchr/mContactOOo/latest/total?label=v1.1.4#right>
256266
[28]: <img/mContactOOo-1.png>
257267
[29]: <img/mContactOOo-2.png>
258268
[30]: <img/mContactOOo-3.png>
@@ -270,3 +280,10 @@ It will give you access to an information system that only larges companies are
270280
[42]: <https://prrvchr.github.io/mContactOOo/#requirement>
271281
[43]: <https://bugs.documentfoundation.org/show_bug.cgi?id=159988>
272282
[44]: <https://github.com/prrvchr/mContactOOo/tree/main/source/mContactOOo/hsqldb>
283+
[45]: <https://pypi.org/project/python-dateutil/>
284+
[46]: <https://pypi.org/project/decorator/>
285+
[47]: <https://pypi.org/project/ijson/>
286+
[48]: <https://pypi.org/project/packaging/>
287+
[49]: <https://pypi.org/project/setuptools/>
288+
[50]: <https://github.com/prrvchr/mContactOOo/security/dependabot/1>
289+
[51]: <https://pypi.org/project/validators/>

README_fr.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
**L'utilisation de ce logiciel vous soumet à nos [Conditions d'utilisation][4] et à notre [Politique de protection des données][5].**
3131

32-
# version [1.1.3][6]
32+
# version [1.1.4][6]
3333

3434
## Introduction:
3535

@@ -220,7 +220,17 @@ Elle vous donnera accès à un système d'information que seules les grandes ent
220220
- L'extension vous demandera d'installer les extensions OAuth2OOo et jdbcDriverOOo en version respectivement 1.3.4 et 1.3.2 minimum.
221221
- De nombreuses corrections.
222222

223-
### Que reste-t-il à faire pour la version 1.1.3:
223+
### Ce qui a été fait pour la version 1.1.4:
224+
225+
- Mise à jour du paquet [Python python-dateutil][45] vers la version 2.9.0.post0.
226+
- Mise à jour du paquet [Python decorator][46] vers la version 5.1.1.
227+
- Mise à jour du paquet [Python ijson][47] vers la version 3.3.0.
228+
- Mise à jour du paquet [Python packaging][48] vers la version 24.1.
229+
- Mise à jour du paquet [Python setuptools][49] vers la version 72.1.0 afin de répondre à l'[alerte de sécurité Dependabot][50].
230+
- Mise à jour du paquet [Python validators][51] vers la version 0.33.0.
231+
- L'extension vous demandera d'installer les extensions OAuth2OOo et jdbcDriverOOo en version respectivement 1.3.6 et 1.4.2 minimum.
232+
233+
### Que reste-t-il à faire pour la version 1.1.4:
224234

225235
- Ajouter de nouvelles langues pour l’internationalisation...
226236

@@ -231,7 +241,7 @@ Elle vous donnera accès à un système d'information que seules les grandes ent
231241
[3]: <https://prrvchr.github.io/mContactOOo>
232242
[4]: <https://prrvchr.github.io/mContactOOo/source/mContactOOo/registration/TermsOfUse_fr>
233243
[5]: <https://prrvchr.github.io/mContactOOo/source/mContactOOo/registration/PrivacyPolicy_fr>
234-
[6]: <https://prrvchr.github.io/mContactOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-110>
244+
[6]: <https://prrvchr.github.io/mContactOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-114>
235245
[7]: <https://prrvchr.github.io/README_fr>
236246
[8]: <https://fr.libreoffice.org/download/telecharger-libreoffice/>
237247
[9]: <https://www.openoffice.org/fr/Telecharger/>
@@ -252,7 +262,7 @@ Elle vous donnera accès à un système d'information que seules les grandes ent
252262
[24]: <https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right>
253263
[25]: <img/mContactOOo.svg#middle>
254264
[26]: <https://github.com/prrvchr/mContactOOo/releases/latest/download/mContactOOo.oxt>
255-
[27]: <https://img.shields.io/github/downloads/prrvchr/mContactOOo/latest/total?label=v1.1.3#right>
265+
[27]: <https://img.shields.io/github/downloads/prrvchr/mContactOOo/latest/total?label=v1.1.4#right>
256266
[28]: <img/mContactOOo-1_fr.png>
257267
[29]: <img/mContactOOo-2_fr.png>
258268
[30]: <img/mContactOOo-3_fr.png>
@@ -270,3 +280,10 @@ Elle vous donnera accès à un système d'information que seules les grandes ent
270280
[42]: <https://prrvchr.github.io/mContactOOo/README_fr#pr%C3%A9requis>
271281
[43]: <https://bugs.documentfoundation.org/show_bug.cgi?id=159988>
272282
[44]: <https://github.com/prrvchr/mContactOOo/tree/main/source/mContactOOo/hsqldb>
283+
[45]: <https://pypi.org/project/python-dateutil/>
284+
[46]: <https://pypi.org/project/decorator/>
285+
[47]: <https://pypi.org/project/ijson/>
286+
[48]: <https://pypi.org/project/packaging/>
287+
[49]: <https://pypi.org/project/setuptools/>
288+
[50]: <https://github.com/prrvchr/mContactOOo/security/dependabot/1>
289+
[51]: <https://pypi.org/project/validators/>

mContactOOo.update.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
xmlns="http://openoffice.org/extensions/update/2006"
2929
xmlns:xlink="http://www.w3.org/1999/xlink">
3030
<identifier value="io.github.prrvchr.mContactOOo"/>
31-
<version value="1.1.3"/>
31+
<version value="1.1.4"/>
3232
<update-download>
3333
<src xlink:href="https://github.com/prrvchr/mContactOOo/releases/latest/download/mContactOOo.oxt"/>
3434
</update-download>
@@ -40,7 +40,7 @@
4040
<name xlink:href="https://prrvchr.github.io/mContactOOo/README_fr" lang="fr">mContactOOo</name>
4141
</publisher>
4242
<release-notes>
43-
<src xlink:href="https://prrvchr.github.io/mContactOOo/#what-has-been-done-for-version-113" lang="en"/>
44-
<src xlink:href="https://prrvchr.github.io/mContactOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-113" lang="fr"/>
43+
<src xlink:href="https://prrvchr.github.io/mContactOOo/#what-has-been-done-for-version-114" lang="en"/>
44+
<src xlink:href="https://prrvchr.github.io/mContactOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-114" lang="fr"/>
4545
</release-notes>
4646
</description>

source/mContactOOo/description.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
xmlns="http://openoffice.org/extensions/description/2006"
2929
xmlns:d="http://openoffice.org/extensions/description/2006"
3030
xmlns:xlink="http://www.w3.org/1999/xlink">
31-
<version value="1.1.3"/>
31+
<version value="1.1.4"/>
3232
<identifier value="io.github.prrvchr.mContactOOo"/>
3333
<platform value="all"/>
3434
<dependencies>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
dateutil==2.8.2
2-
decorator==5.1.1
3-
ijson==3.2.3
4-
packaging==23.2
5-
setuptools==69.0.3
6-
six==1.16.0
7-
validators==0.22.0
1+
python-dateutil>=2.9.0.post0
2+
decorator>=5.1.1
3+
ijson>=3.3.0
4+
packaging>=24.1
5+
setuptools>=72.1.0
6+
six>=1.16.0
7+
validators>=0.33.0

source/mContactOOo/service/pythonpath/dateutil-2.8.2.dist-info

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/mContactOOo/service/pythonpath/ijson-3.2.3.dist-info

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../uno/lib/python/ijson-3.3.0.dist-info

source/mContactOOo/service/pythonpath/packaging-23.2.dist-info

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)