You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of Crossbeam being used (v0.8.2) has a 'high' vulnerability being picked up by GitHub dependabot. I'm currently using Rbatis v4.4.9 and I can move to the current 4.4.14 but it still won't address the issue as both versions of Rbatis leverage crossbeam v0.8.2. According to Dependabot the solution is to upgrade to Crossbeam v0.8.4. So, I thought I would open this issue as a tracker for this change.
The version of Crossbeam being used (v0.8.2) has a 'high' vulnerability being picked up by GitHub dependabot. I'm currently using Rbatis v4.4.9 and I can move to the current 4.4.14 but it still won't address the issue as both versions of Rbatis leverage crossbeam v0.8.2. According to Dependabot the solution is to upgrade to Crossbeam v0.8.4. So, I thought I would open this issue as a tracker for this change.
Here is the Dependabot report: GHSA-qc84-gqf4-9926
Here is the correction in Crossbeam for it: crossbeam-rs/crossbeam#781
And, here is the dependency trace for my project illustrating the connection via Rbatis:
The text was updated successfully, but these errors were encountered: