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
- Reduce AST threshold from 40 to 32 (classic is 28)
- update point formula to match classic computation
Change from
remediations_points = 1000 * mass
to
remediation_points = 1_000_000 + (mass - threshold) * 50_000
0 commit comments