Skip to content

Conversation

@max65482
Copy link
Contributor

@max65482 max65482 commented Dec 7, 2025

This adds the possibility to duplicate tasks:
task_duplication

Fixes #264 and fixes #3004

Signed-off-by: Maximilian Martin <maximilian_martin@gmx.de>
const newTask = new Task(vData, calendar)

// Assign a new UID and created timestamp
newTask.uid = randomUUID()

Check failure

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate a Task [Feature Request] Task cloning

1 participant