Skip to content

Commit 3900f61

Browse files
committedOct 27, 2024·
new version 1.0.5
1 parent d3555a0 commit 3900f61

28 files changed

+57
-30
lines changed
 

‎.github/workflows/fascan.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
# .github/workflows/fascan.yml
22
name: Fluid Attacks Scan
3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44
jobs:
55
machineStandalone:
66
name: machineStandalone job
77
runs-on: ubuntu-latest
88

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-
149
steps:
1510
- name: Checkout repository
1611
uses: actions/checkout@v4
1712
with:
1813
ref: ${{ github.head_ref }}
1914

2015
- name: Fluid-Attacks scan
21-
uses: docker://ghcr.io/fluidattacks/makes/amd64
16+
id: scan
17+
continue-on-error: true
18+
uses: docker://docker.io/fluidattacks/cli:latest
2219
with:
23-
args: m gitlab:fluidattacks/universe@trunk /skims scan ./_fascan.yml
20+
args: skims scan ./_fascan.yml
2421

2522
- name: Commit and push changes
2623
run: |
2724
git config user.name github-actions
2825
git config user.email github-actions@github.com
29-
git commit -am "Fluid-Attacks Results.csv commit" || exit 0
30-
git push
26+
git commit -am "Fluid-Attacks-Results.csv commit" || exit 0
27+
git push origin HEAD:main
28+
29+
- name: Check for failures
30+
if: steps.scan.outcome != 'success'
31+
run: exit 1

‎Fluid-Attacks-Results.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
title,cwe,description,cvss,cvss_v4,finding,stream,kind,where,snippet,method
1+
title,cwe,description,cvss,finding,stream,kind,where,snippet,method
22
Summary: No vulnerabilities were found in your targets.

‎Fluid-Attacks-Scan.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
docker run -v ~/github/JaybirdOOo:/working-dir ghcr.io/fluidattacks/makes/amd64 m gitlab:fluidattacks/universe@trunk /skims scan ./_fascan.yml
3-
docker system prune -f
2+
docker run -v ~/github/JaybirdOOo:/src -v ./_fascan.yml:/fascan.yml fluidattacks/cli:latest skims scan /fascan.yml
3+
#docker system prune -f

‎JaybirdOOo.update.xml

+3-3
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.JaybirdOOo"/>
31-
<version value="1.0.4"/>
31+
<version value="1.0.5"/>
3232
<update-download>
3333
<src xlink:href="https://github.com/prrvchr/JaybirdOOo/releases/latest/download/JaybirdOOo.oxt"/>
3434
</update-download>
@@ -40,7 +40,7 @@
4040
<name xlink:href="https://prrvchr.github.io/JaybirdOOo/README_fr" lang="fr">JaybirdOOo</name>
4141
</publisher>
4242
<release-notes>
43-
<src xlink:href="https://prrvchr.github.io/JaybirdOOo/#what-has-been-done-for-version-104" lang="en"/>
44-
<src xlink:href="https://prrvchr.github.io/JaybirdOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-104" lang="fr"/>
43+
<src xlink:href="https://prrvchr.github.io/JaybirdOOo/#what-has-been-done-for-version-105" lang="en"/>
44+
<src xlink:href="https://prrvchr.github.io/JaybirdOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-105" lang="fr"/>
4545
</release-notes>
4646
</description>

‎README.md

+9-4
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].**
3131

32-
# version [1.0.4][5]
32+
# version [1.0.5][5]
3333

3434
## Introduction:
3535

@@ -170,7 +170,12 @@ ___
170170
- In the extension options it is possible to define the options: **View system tables**, **Use bookmarks** and **Force SQL mode** which will be specific to this driver.
171171
- In order not to conflict with LibreOffice's embedded Firebird driver, the driver has been renamed to **Embedded Jaybird Driver**.
172172

173-
### What remains to be done for version 1.0.4:
173+
### What has been done for version 1.0.5:
174+
175+
- The extension will ask you to install jdbcDriverOOo extension in versions 1.4.6 minimum.
176+
- Modification of the extension options accessible via: **Tools -> Options... -> LibreOffice Base -> Embedded Jaybird Driver** in order to comply with the new graphic charter.
177+
178+
### What remains to be done for version 1.0.5:
174179

175180
- Add new language for internationalization...
176181

@@ -180,7 +185,7 @@ ___
180185
[2]: <https://prrvchr.github.io/JaybirdOOo/>
181186
[3]: <https://prrvchr.github.io/JaybirdOOo/README_fr>
182187
[4]: <https://prrvchr.github.io/JaybirdOOo/source/JaybirdOOo/registration/TermsOfUse_en>
183-
[5]: <https://prrvchr.github.io/JaybirdOOo#historical>
188+
[5]: <https://prrvchr.github.io/JaybirdOOo#what-has-been-done-for-version-105>
184189
[6]: <https://prrvchr.github.io/>
185190
[7]: <https://www.libreoffice.org/download/download/>
186191
[8]: <https://www.openoffice.org/download/index.html>
@@ -197,7 +202,7 @@ ___
197202
[20]: <https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right>
198203
[21]: <img/JaybirdOOo.svg#middle>
199204
[22]: <https://github.com/prrvchr/JaybirdOOo/releases/latest/download/JaybirdOOo.oxt>
200-
[23]: <https://img.shields.io/github/downloads/prrvchr/JaybirdOOo/latest/total?label=v1.0.4#right>
205+
[23]: <https://img.shields.io/github/downloads/prrvchr/JaybirdOOo/latest/total?label=v1.0.5#right>
201206
[24]: <img/JaybirdOOo-1.png>
202207
[25]: <img/JaybirdOOo-2.png>
203208
[26]: <img/JaybirdOOo-3.png>

‎README_fr.md

+9-4
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].**
3131

32-
# version [1.0.4][5]
32+
# version [1.0.5][5]
3333

3434
## Introduction:
3535

@@ -170,7 +170,12 @@ ___
170170
- Dans les options de l'extension il est possible de définir les options: **Afficher les tables système**, **Utiliser les signets** et **Forcer le mode SQL** qui seront spécifiques à ce pilote.
171171
- Afin de ne pas entrer en conflit avec le pilote Firebird intégré à LibreOffice, le pilote a été renommé en **Pilote Jaybird intégré**.
172172

173-
### Que reste-t-il à faire pour la version 1.0.4:
173+
### Ce qui a été fait pour la version 1.0.5:
174+
175+
- L'extension vous demandera d'installer l'extensions jdbcDriverOOo en version 1.4.6 minimum.
176+
- Modification des options de l'extension accessibles via : **Outils -> Options... -> LibreOffice Base -> Pilote Jaybird intégré** afin de respecter la nouvelle charte graphique.
177+
178+
### Que reste-t-il à faire pour la version 1.0.5:
174179

175180
- Ajouter de nouvelles langue pour l'internationalisation...
176181

@@ -180,7 +185,7 @@ ___
180185
[2]: <https://prrvchr.github.io/JaybirdOOo/>
181186
[3]: <https://prrvchr.github.io/JaybirdOOo/>
182187
[4]: <https://prrvchr.github.io/JaybirdOOo/source/JaybirdOOo/registration/TermsOfUse_fr>
183-
[5]: <https://prrvchr.github.io/JaybirdOOo/README_fr#historique>
188+
[5]: <https://prrvchr.github.io/JaybirdOOo/README_fr#ce-qui-a-%C3%A9t%C3%A9-fait-pour-la-version-105>
184189
[6]: <https://prrvchr.github.io/README_fr>
185190
[7]: <https://fr.libreoffice.org/download/telecharger-libreoffice/>
186191
[8]: <https://www.openoffice.org/fr/Telecharger/>
@@ -197,7 +202,7 @@ ___
197202
[20]: <https://img.shields.io/github/v/tag/prrvchr/jdbcDriverOOo?label=latest#right>
198203
[21]: <img/JaybirdOOo.svg#middle>
199204
[22]: <https://github.com/prrvchr/JaybirdOOo/releases/latest/download/JaybirdOOo.oxt>
200-
[23]: <https://img.shields.io/github/downloads/prrvchr/JaybirdOOo/latest/total?label=v1.0.4#right>
205+
[23]: <https://img.shields.io/github/downloads/prrvchr/JaybirdOOo/latest/total?label=v1.0.5#right>
201206
[24]: <img/JaybirdOOo-1_fr.png>
202207
[25]: <img/JaybirdOOo-2_fr.png>
203208
[26]: <img/JaybirdOOo-3_fr.png>

‎source/JaybirdOOo/Options.xcs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
oor:name="JaybirdOOo">
3434
<component>
3535
<prop oor:name="DriverService" oor:type="xs:string"/>
36-
<prop oor:name="ConnectionService" oor:type="xs:string"/>
36+
<prop oor:name="ApiLevel" oor:type="xs:string"/>
3737
<prop oor:name="ShowSystemTable" oor:type="xs:boolean"/>
3838
<prop oor:name="UseBookmark" oor:type="xs:boolean"/>
3939
<prop oor:name="SQLMode" oor:type="xs:boolean"/>

‎source/JaybirdOOo/Options.xcu

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<prop oor:name="DriverService" oor:op="fuse">
3535
<value>io.github.prrvchr.jdbcdriver.sdbcx.Driver</value>
3636
</prop>
37-
<prop oor:name="ConnectionService" oor:op="fuse">
38-
<value>com.sun.star.sdb.Connection</value>
37+
<prop oor:name="ApiLevel" oor:op="fuse">
38+
<value>com.sun.star.sdb</value>
3939
</prop>
4040
<prop oor:name="ShowSystemTable" oor:op="fuse">
4141
<value>false</value>

‎source/JaybirdOOo/description.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
╚════════════════════════════════════════════════════════════════════════════════════╝
2626
-->
2727
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
28-
<version value="1.0.4"/>
28+
<version value="1.0.5"/>
2929
<identifier value="io.github.prrvchr.JaybirdOOo"/>
3030
<platform value="all"/>
3131
<dependencies>

‎source/JaybirdOOo/dialogs

-1
This file was deleted.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/logger/LogDialog.xdl
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/logger/LogDialog_en_US.default
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/logger/LogDialog_en_US.properties
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/logger/LogDialog_fr_FR.properties
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/logger/LogWindow.xdl
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/logger/LogWindow_en_US.default
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/logger/LogWindow_en_US.properties
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/logger/LogWindow_fr_FR.properties
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/jdbc/OptionDialog.xdl
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/jdbc/OptionDialog_en_US.default
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/jdbc/OptionDialog_en_US.properties
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/jdbc/OptionDialog_fr_FR.properties
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/embedded/OptionsDialog.xdl
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/embedded/OptionsDialog_en_US.default
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/embedded/OptionsDialog_en_US.properties
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../uno/dialog/embedded/OptionsDialog_fr_FR.properties
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../../uno/lib/uno/options/jdbc
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../../../uno/lib/uno/embedded/options
1+
../../../../../uno/lib/uno/options/embedded

0 commit comments

Comments
 (0)
Please sign in to comment.