updates gems#88
Conversation
loofah updated to 2.2.3 https://nvd.nist.gov/vuln/detail/CVE-2018-16468
techgique
left a comment
There was a problem hiding this comment.
Looks good, but we can probably tackle the versioning issue here yet too, yes?
|
@techgique how does this solution look? I could either add it straight in there or relative require a version.rb file or something? |
|
I could just change this line here, really, to not pull from a config file at all: https://github.com/CDRH/api/blob/dev/config/initializers/config.rb#L5 |
|
I think I like the Looking for version changes on the initializer file |
loofah updated to 2.2.3 https://nvd.nist.gov/vuln/detail/CVE-2018-16468
bumped the version of the repo as well to reflect the patch, but then kinda discovered that we don't have a good place to put the version at this point, it was just hacked into the config file and that's not a sustainable way to do it. I'll open an issue.