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
There is a deprecated use of substr() in /apps/meteor/app/autotranslate/server/googleTranslate.ts that I found while doing a code review for a college class.
It isn't necessarily a bug or vulnerability in the code, not a new feature, but perhaps a code improvement.
The use of substr is in line 134 and 181, which I believe would be easily updated to slice(). I would volunteer to update this if the maintainers would like this to be updated.
The text was updated successfully, but these errors were encountered:
Is anyone currently working on this issue? If not, may I take it?
I will refer this to the team but it will probably be handled internally. Someone will let you know.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
There is a deprecated use of substr() in /apps/meteor/app/autotranslate/server/googleTranslate.ts that I found while doing a code review for a college class.
It isn't necessarily a bug or vulnerability in the code, not a new feature, but perhaps a code improvement.
The use of substr is in line 134 and 181, which I believe would be easily updated to slice(). I would volunteer to update this if the maintainers would like this to be updated.
The text was updated successfully, but these errors were encountered: