0llirocks / cvss-suite

CvssSuite - This Ruby gem helps you to process the vector of the Common Vulnerability Scoring System.
https://cvss-suite.0lli.rocks
Other
23 stars 15 forks source link

drop string extension to not pollute methods #38

Closed brphelps closed 3 months ago

brphelps commented 3 months ago

Proposed changes

This is dropping the definition of truncate on String -- this seems to pollute the method in my usages, where the default rails method gets replaced with a method that doesn't match the signature.

https://github.com/0llirocks/cvss-suite/issues/39

Types of changes

What types of changes does your code introduce to CvssSuite? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR.