oneuptime/Ingestor
Simon Larsen 5a12e70742
refactor: Update Encryption.ts to use Utf8 encoding for decryption
This code change updates the Encryption.ts file to use the Utf8 encoding for decryption in the `decrypt` method. Previously, it was using the default encoding, which could lead to incorrect results for certain inputs. This update ensures the correct decoding of the encrypted text and improves the reliability of the decryption process.
2024-05-29 13:20:56 +01:00
..
API refactor: Update MonitorSecrets page to display monitors with access to secrets 2024-05-29 12:47:21 +01:00
Docs add new models to clickhouse 2023-10-23 20:02:44 +01:00
Middleware Fix issues with totalCostInUSD calculation and service token caching 2024-04-05 09:40:36 +01:00
ProtoFiles/OTel/v1 gzip working 2023-10-10 14:41:20 +01:00
Service Add attributes column to Log and Span models 2024-02-28 21:00:20 +00:00
Types
Utils refactor: Update Encryption.ts to use Utf8 encoding for decryption 2024-05-29 13:20:56 +01:00
.dockerignore
.gitattributes
.gitignore
Dockerfile.tpl fix: Ingestor/Dockerfile.tpl to reduce vulnerabilities 2024-05-09 21:47:35 +00:00
Index.ts refactor: Update logger.error statements for exiting node process 2024-05-22 10:09:16 +01:00
jest.config.json Update Jest configurations for test coverage 2023-11-22 10:55:09 +00:00
nodemon.json
package-lock.json fix: Ingestor/package.json & Ingestor/package-lock.json to reduce vulnerabilities 2024-04-29 20:32:33 +00:00
package.json fix: Ingestor/package.json & Ingestor/package-lock.json to reduce vulnerabilities 2024-04-29 20:32:33 +00:00
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00