Commit Graph

18 Commits

Author SHA1 Message Date
d7c55d2837 Fix security alert for postgresql jdbc
Security Risk: PostgreSQL JDBC Driver SQL Injection in ResultSet.refreshRow() with malicious column names

Change postgresql version to 42.5.0
2022-09-07 21:08:22 +02:00
dec0260a22
Merge pull request #3 from niklasbirk/dependabot/maven/mysql-mysql-connector-java-8.0.28
Bump mysql-connector-java from 8.0.19 to 8.0.28
2022-06-22 13:45:36 +02:00
dependabot[bot]
3c99e3d029
Bump mysql-connector-java from 8.0.19 to 8.0.28
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.19 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.19...8.0.28)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 11:44:34 +00:00
5afeaa8a16
Merge pull request #2 from SirNikOdTW/dependabot/maven/org.postgresql-postgresql-42.3.3
Bump postgresql from 42.2.25 to 42.3.3
2022-04-12 11:19:56 +02:00
dependabot[bot]
670351e168
Bump postgresql from 42.2.25 to 42.3.3
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.25 to 42.3.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.25...REL42.3.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 09:18:57 +00:00
6ea0726a03
Create README.md 2022-02-03 17:06:25 +01:00
cae48f4fec
Merge pull request #1 from SirNikOdTW/dependabot/maven/org.postgresql-postgresql-42.2.25
Bump postgresql from 42.2.9 to 42.2.25
2022-02-03 16:58:45 +01:00
dependabot[bot]
487d5b4540
Bump postgresql from 42.2.9 to 42.2.25
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.9 to 42.2.25.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.9...REL42.2.25)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 15:57:24 +00:00
Niklas Birk
3166b67a4a Added KNIME Workflow 2020-03-10 15:57:42 +01:00
Niklas Birk
01e1c17ee1 Added Database stuff 2020-03-10 15:55:49 +01:00
Niklas Birk
70c738c97e Refactoring 2020-02-26 23:28:58 +01:00
Niklas Birk
c696d83ef8 Finalize 2020-02-07 18:59:35 +01:00
Niklas Birk
f88cec6ab2 Made finals 2020-02-06 21:14:08 +01:00
Niklas Birk
6e8eec3ffa Adjustments 2020-02-06 21:10:42 +01:00
Niklas Birk
780bad6dbd Added few Migrations 2020-02-06 20:37:29 +01:00
Niklas Birk
f6bb596455 Added logging; Added Migrations 2020-02-06 19:27:11 +01:00
Niklas Birk
c14e94d498 Added all datasets 2020-02-06 17:41:22 +01:00
Niklas Birk
6b23c32c6d initial 2020-02-05 18:41:37 +01:00