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
Fix: Overflow when parsing large version numbers in notus
Before we used u32 for parsing version numbers within the version comparison algorithm.
Now it is checked if the version part is a number, then leading zeroes are removed and both strings are then checked.
0 commit comments