Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
org.openapi4j:openapi-schema-validator
Advanced tools
This is the home page of the openapi4j project for Java (Jakarta or JVM platform in general).
openapi4j is a suite of tools, including the following :
The documentation for all modules is available here.
All modules follow the Semantic Versioning 2.0.0 and are aligned on each release even there's no changes.
<dependency>
<groupId>org.openapi4j</groupId>
<artifactId>openapi-[module]</artifactId>
</dependency>
Snapshot is available for latest valid commit on 'master' branch.
Check here for some values.
From version 0.7, the toolset is fully compliant with native compilation (AOT). This was tested with GraalVM 19.3.1. No further configuration or directive is needed to include the modules if available on classpath.
native-image -H:+ReportExceptionStackTraces --no-fallback -jar your-app.jar
FYI, testing runs made don't show much performance improvements but parser module.
The modules currently support the OpenAPI Specification (OAS) version 3.0.x.
OAI 3.1.0 has been released as candidate.
There's too much changes too keep code on same basis and keep a fairly low level of complexity.
As a consequence, OAI 3.1.x support will be made in a version 2 of openapi4j.
As my time is very limited, version 1 should be considered as freezed for now.
See related projects for limitations and issues.
Reporting issues, making comments, ... Any help is welcome !
We accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for us :
gradlew clean check
.openapi4j and all the modules are released under the Apache 2.0 license. See LICENSE for details.
FAQs
openapi4j schema data validator
We found that org.openapi4j:openapi-schema-validator 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.