Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug in update_extensionNames which would break existing GPOs #7

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

Sl3ipnir-Sec
Copy link
Contributor

Fixed bug where update_extensionNames would always fail over to just writing the new values instead of maintaining the existing values due to attempting to perform .split() on a list.

Fixed bug where update_extensionNames would always fail over to just writing the new values instead of maintaining the existing values due to attempting to perform .split() on a list.
@jsdhasfedssad
Copy link

jsdhasfedssad commented Jan 9, 2023

Hi,

Would this fix any of the issues in the existing bug reports? Perhaps #5 ?

Thanks!

@Sl3ipnir-Sec
Copy link
Contributor Author

Hi,

Would this fix any of the issues in the existing bug reports? Perhaps #5 ?

Thanks!

I don't think so - I haven't tried to debug that issue, but I suspect it's to do with the XML structure of ScheduledTasks becoming damaged. My fix for that would be to back the file up first if possible, and copy it back over if the issue happens.

@Hackndo
Copy link
Owner

Hackndo commented Jan 20, 2023

Thanks

@Hackndo Hackndo closed this Jan 20, 2023
@Hackndo Hackndo reopened this Jan 20, 2023
@Hackndo Hackndo merged commit 13d1aaa into Hackndo:master Jan 20, 2023
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.

3 participants