Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
com.c4-soft.springaddons.starter:spring-addons-starters-recaptcha
Advanced tools
spring-addons-starter-oidc
)spring-addons-starter-oidc
a Spring Boot starter pushing OAuth2 clients & resource server security auto-configuration to the next levelspring-addons-oauth2-test
annotations for populating test security-context with OAuth2 authentication instancesspring-addons-starter-oidc-test
ease unit-tests in applications using spring-addons-starter-oidc
spring-addons-starter-rest
experimental auto-configuration for RestClient
, WebClient
and @HttpExchange
proxies (base-URL, Basic & OAuth2 Bearer auth)In 7.7.0
, some @ConfigurationProperties
were changed to inner-class definition (instead of standing in a source file of their own). Migration should be no more complicated than organizing imports.
The OAuth2 BFF tutorial is now on Baeldung. It was deeply refreshed in the process and now contains samples for Angular, React (Next.js) and Vue (Vite).
With spring-addons-starter-oidc
, you might need 0 Java conf, even in scenarios like:
audience
required by Auth0)Testing access control requires to configure the test security context. For that, spring-security-test
provides with MockMvc
request post-processors and WebTestClient
mutators, but this can work only in the context of a request, which limits its usage to controllers.
To test any type of @Component
(@Controller
, off course, but also @Service
and @Repository
) there are only two options:
Useful resources:
spring-addons-starter-oidc
FAQs
Unknown package
We found that com.c4-soft.springaddons.starter:spring-addons-starters-recaptcha demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.