
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
org.eolang:eo-strings
Advanced tools
EO objects for manipulations with strings.
This is how it works:
The object QQ.txt.text
is a decorator of QQ.string
.
The attribute is-empty
is TRUE if the length of the tuple is zero.
The attribute trim
is a new string trimmed from both sides.
The attribute joined
is a string that was obtained by concatenating
the strings from the tuple with the current string as a delimiter.
The attribute contains
is TRUE if current string contains
substr
as a substring.
The attribute ends-with
is TRUE if current string
ends with substr
.
The attribute starts-with
is TRUE if current string
starts with substr
.
The attribute index-of
is an index of substr
in
current string as a substring.
The attribute lower-case
is a new string in lower case.
The attribute upper-case
is a new string in upper case.
The attribute at
is a one sign from string by index.
The attribute replaced
a new string where all substrings
target
was changed to replacement
.
The attribute as-int
is an int object derived from the string.
The attribute as-float
is a float object derived from the string.
The attribute compare
is an int value -
result of comparing in lexicographic order.
Returns 0 if two strings are equal,
a negative number if the first string comes before the argument,
a positive number if the first string comes after the argument.
[] > text-test
QQ.hamcrest.assert-that > @
trim.
text
lower-case.
text
" AbC "
$.equal-to "abc"
Fork repository, make changes, send us a pull request.
We will review your changes and apply them to the master
branch shortly,
provided they don't violate our quality standards. To avoid frustration,
before sending us your pull request please run full Maven build:
$ mvn clean install -Pqulice
You will need Maven 3.3+ and Java 8+.
FAQs
EO objects for manipulations with strings.
We found that org.eolang:eo-strings demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.