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

Modules which are a string should also be parsed #7

Closed
ahayzen opened this issue May 8, 2018 · 1 comment
Closed

Modules which are a string should also be parsed #7

ahayzen opened this issue May 8, 2018 · 1 comment

Comments

@ahayzen
Copy link
Contributor

ahayzen commented May 8, 2018

Modules which are a string also need to be parsed, as they may contain extra-data or need CVE checking etc. (these pulls skip the string at the moment #3 #6)

The string is just a patch to a nested file, so we should be able to iterate through them.
Eg

"modules": [
    "shared-modules/udev/udev-175.json",
    ...
]
@wjt
Copy link
Contributor

wjt commented Sep 7, 2018

I fixed this in 6b1c30f

@wjt wjt closed this as completed May 20, 2019
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

No branches or pull requests

2 participants