Project: flyway

Language java
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 1
Lines of code 22725
Lines covered 255
Code coverage 1.12%
Code coverage report Report link
Static reachability 0.02%
Fuzz Introspector report Report link (from 2026-05-24)

Historical Progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
[org.flywaydb.commandline.Main].main(String[]) /src/flyway/flyway-commandline/src/main/java/org/flywaydb/commandline/Main.java 285 0.0%
[org.flywaydb.commandline.configuration.ConfigurationManagerImpl].getConfiguration(org.flywaydb.commandline.configuration.CommandLineArguments) /src/flyway/flyway-commandline/src/main/java/org/flywaydb/commandline/configuration/ConfigurationManagerImpl.java 196 0.0%
[org.flywaydb.core.internal.info.MigrationInfoImpl].validate() /src/flyway/flyway-core/src/main/java/org/flywaydb/core/internal/info/MigrationInfoImpl.java 165 0.0%
[org.flywaydb.commandline.configuration.LegacyConfigurationManager].getConfiguration(org.flywaydb.commandline.configuration.CommandLineArguments) /src/flyway/flyway-commandline/src/main/java/org/flywaydb/commandline/configuration/LegacyConfigurationManager.java 161 0.0%
[org.flywaydb.commandline.configuration.ModernConfigurationManager].getConfiguration(org.flywaydb.commandline.configuration.CommandLineArguments) /src/flyway/flyway-commandline/src/main/java/org/flywaydb/commandline/configuration/ModernConfigurationManager.java 152 0.0%
[org.flywaydb.verb.migrate.MigrateVerbExtension].executeVerb(org.flywaydb.core.api.configuration.Configuration) /src/flyway/flyway-nc/flyway-verb-migrate/src/main/java/org/flywaydb/verb/migrate/MigrateVerbExtension.java 136 0.0%
[org.flywaydb.core.internal.configuration.ConfigUtils].convertKey(String) /src/flyway/flyway-core/src/main/java/org/flywaydb/core/internal/configuration/ConfigUtils.java 134 0.0%
[org.flywaydb.nc.info.CoreMigrationStateCalculator].calculateState(org.flywaydb.core.internal.util.Pair<org.flywaydb.core.internal.nc.schemahistory.ResolvedSchemaHistoryItem,org.flywaydb.core.api.resource.LoadableResourceMetadata>,java.util.Collection<?extendsPair<org.flywaydb.core.internal.nc.schemahistory.ResolvedSchemaHistoryItem,org.flywaydb.core.api.resource.LoadableResourceMetadata>>,org.flywaydb.core.api.configuration.Configuration) /src/flyway/flyway-nc/flyway-nc-core/src/main/java/org/flywaydb/nc/info/CoreMigrationStateCalculator.java 116 0.0%
[org.flywaydb.core.api.configuration.FluentConfiguration].configuration(java.util.Properties) /src/flyway/flyway-core/src/main/java/org/flywaydb/core/api/configuration/FluentConfiguration.java 107 0.0%
[org.flywaydb.core.api.configuration.FluentConfiguration].loadDefaultConfigurationFiles() /src/flyway/flyway-core/src/main/java/org/flywaydb/core/api/configuration/FluentConfiguration.java 107 0.0%