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

Fix splitting nvt tag values #880

Merged
merged 2 commits into from
Aug 23, 2018
Merged

Fix splitting nvt tag values #880

merged 2 commits into from
Aug 23, 2018

Conversation

bjoernricks
Copy link
Contributor

Currently nvt tags have the following format: key1=value1|key2=value2.
The value may contain also the equal character like key1=foo=bar.
Therefore splitting the key value pair must stop after the first equal
character.

Currently nvt tags have the following format: key1=value1|key2=value2.
The value may contain also the equal character like key1=foo=bar.
Therefore splitting the key value pair must stop after the first equal
character.
@bjoernricks bjoernricks merged commit 9d24b48 into greenbone:master Aug 23, 2018
@bjoernricks bjoernricks deleted the nvt-tags-split branch August 23, 2018 09:58
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.

2 participants