? | Anything Urgent? Review the Kanban board? | Team | SECURITY-9: Secure setup of system users by defaultCompletedPreview
@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.
@Axel Dörrer will do the same for the other 4
We reviewed several isues. Started to review the SECURITY issues filed yesterday, but ran out of time.
|
10-15 min | Critical & High Vulnerabilities Identified by EBSCO scans | Team | EBSCO has started using a commercial tool (Prisma) for vulnerability scanning. This is needed for LoC / FedRAMP compliance. The most recent scan has found numerous vulnerabilities related to outdated dependencies Many are related to Spring and will be addressed when teams upgrade to Spring (3.2.x?) Excluding those we're looking at ~20 Critical and ~130 High vulnerabilities The open question is whether or not any of these should be embargoed.
Critical (the ~20 are some combination of the following in various modules): High EBSCO/EPAM are awaiting our feedback and will create JIRAs for all of these. Grouping vulnerabilities into fewer JIRAs where applicable
|
Time permitting | Advice for handling of sensitive banking information | Team | From slack conversation, I think I've gathered the following: In this case (bank account and transit numbers), the information is highly sensitive. Highly sensitive information should: Be stored in it's own table Accessed via a dedicated API Protected by a dedicated permission Encrypted in the database, not only on disk.
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. 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 Build out guidance 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.
|