Craig McNally will investigate/reach out to devs for: edge-courses, edge-fqm, and mod-consortia
Created story for mod-consortia and linked it to SECURITY-9
edge-fqm/edge-courses: the edge-common-spring framework apparently has a runtime dependency on the folio-spring-system-user library (due to dependency injection?). I've reached out to Taras to see what we can do about this, but he's on vacation. Circle back next week.
No update from Taras yet. Craig McNally will check with him and report back in Slack.
If there are modules which Prisma found and Snyk missed, maybe we should embargo those JIRAs since this is an older vulnerability and is therefore more likely to be exploited.
We need a list of modules so we can make an assessment.
Create an umbrella JIRA, listing the affected modules. We can then create module-specific JIRAs as needed.
This one is less clear to me. Need to dig into it and discuss
Applies to:
mod-licenses
mod-oa
mod-service-interaction
mod-agreements
From Julian Ladisch : jackson-databind (CVE-2018-14721): I've investigated both the master branch and the Orchid release branch of the four modules mod-agreements, mod-licenses, mod-oa and mod-service-interaction. Running cd service; ./gradlew dependencies shows that jackson-databind 2.13.4.2 is used. Snyk also reports this version. This is a fixed version. Prisma's version resolution is wrong.
Let's review and discuss before providing this feedback to Raman.
Axel Dörrer also suggested that defining classes of sensitivity could help teams determine which techniques are applicable in various situations. I agree having some general guidelines on this would be helpful.
regular data
low sensitive - permission based on same API
high sensitive - permission based on dedicated API
It would probably help to provide concrete examples of data in each class. This can be a longer term effort, we don't need to sort out all the details today.
Today:
Next Steps:
Clearly define/formalize the various classes
Come up with concrete examples of each class
Build out guidance
Come up with concrete examples of how to protect each class of data.
Consider storing some classes of data outside of postgres altogether - e.g. in secret storage.
What would be the guidance we provide to teams for this so we don't end up with each team doing things differently?
SecretStore interface and existing implementations are currently only read-only. They would need to be extended to allow for creation/mgmt of this information.
Craig to start a conversation in slack about this.
Seeking a volunteer to generate a draft document for us to review at a later meeting.