Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
sqlite3Parser /src/wt/src/Wt/Dbo/backend/amalgamation/sqlite3.c 3 ['void*', 'int', 'sqlite3ParserTOKENTYPE'] 64 0 109 23 36 1556 0 10155 10155
fts5FilterMethod /src/wt/src/Wt/Dbo/backend/amalgamation/sqlite3.c 5 ['sqlite3_vtab_cursor*', 'int', 'char*', 'int', 'sqlite3_value**'] 72 0 139 27 41 1573 0 8324 5563
fts3FilterMethod /src/wt/src/Wt/Dbo/backend/amalgamation/sqlite3.c 5 ['sqlite3_vtab_cursor*', 'int', 'char*', 'int', 'sqlite3_value**'] 65 0 71 18 21 1479 0 8115 972

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
26.0%
2270 / 8765
Cyclomatic complexity statically reachable by fuzzers
51.0%
16690 / 32484

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
/src/wt/src/Wt/WTimeValidator.h [] []
/src/wt/src/Wt/Auth/Mfa/Totp.h [] []
/src/wt/src/web/ColorUtils.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/_tpb.cpp [] []
/src/wt/examples/simplechat/SimpleChatWidget.h [] []
/src/wt/src/Wt/WMenuItem.h [] []
/src/wt/src/Wt/WLeafletMap.h [] []
/src/wt/examples/widgetgallery/Sample.h [] []
/src/wt/src/Wt/WPen.h [] []
/src/wt/src/Wt/WLineEdit.h [] []
/src/wt/examples/widgetgallery/examples/PaintingShapes.cpp [] []
/src/wt/src/Wt/WSignal.h [] []
/src/wt/src/Wt/Auth/IssuedToken.h [] []
/src/wt/src/Wt/Auth/GoogleService.h [] []
/src/wt/src/Wt/WAbstractArea.h [] []
/src/wt/src/Wt/WTableCell.h [] []
/src/wt/src/Wt/Core/observing_ptr.hpp [] []
/src/wt/src/web/base32.h [] []
/src/wt/src/Wt/WStreamResource.h [] []
/src/wt/examples/authentication/mfa/phone/qrcodehandler.h [] []
/src/wt/src/isapi/IsapiRequest.h [] []
/src/wt/src/Wt/WAbstractProxyModel.h [] []
/src/wt/src/Wt/WTableRow.h [] []
/src/wt/src/Wt/Http/Client.h [] []
/src/wt/src/Wt/WPushButton.h [] []
/src/wt/examples/authentication/mfa/totp/myuser.h [] []
/src/wt/src/Wt/WJavaScriptPreamble.h [] []
/src/wt/src/Wt/Chart/WScatterData.h [] []
/src/wt/src/Wt/Render/CssParser.h [] []
/src/wt/src/Wt/WContainerWidget.h [] []
/src/wt/examples/blog/model/Token.h [] []
/src/wt/src/web/WebRenderer.h [] []
/src/wt/examples/feature/dbo/tutorial9/MembershipId.h [] []
/src/wt/examples/feature/dbo/tutorial9/Organisation.h [] []
/src/wt/src/Wt/Auth/Saml/ServiceImpl.h [] []
/src/wt/src/Wt/WValidator.h [] []
/src/wt/src/Wt/WReadOnlyProxyModel.h [] []
/src/wt/src/web/WebUtils.h [] []
/src/wt/src/web/Configuration.h [] []
/src/wt/examples/blog/model/Comment.h [] []
/src/wt/src/Wt/Auth/OAuthClient.h [] []
/src/wt/src/Wt/WGridLayout.h [] []
/src/wt/examples/widgetgallery/examples/StyledTable.cpp [] []
/src/wt/src/thirdparty/rapidxml/rapidxml_print.hpp [] []
/src/wt/examples/planner/CalendarCell.h [] []
/src/wt/src/Wt/WJavaScriptHandle.h [] []
/src/wt/src/Wt/WDoubleValidator.h [] []
/src/wt/src/Wt/WEmailEdit.h [] []
/src/wt/src/Wt/Auth/Mfa/TotpProcess.h [] []
/src/wt/src/Wt/WSslCertificate.h [] []
/src/wt/examples/simplechat/SimpleChatServer.h [] []
/src/wt/src/Wt/WTreeTable.h [] []
/src/wt/examples/widgetgallery/examples/PieChart.cpp [] []
/src/wt/src/Wt/Dbo/Field_impl.h [] []
/src/wt/src/Wt/WTheme.h [] []
/src/wt/src/Wt/Chart/WAbstractDataSeries3D.h [] []
/src/wt/examples/widgetgallery/examples/PaintingImages.cpp [] []
/src/wt/src/Wt/Core/observable_impl.hpp [] []
/src/wt/examples/widgetgallery/examples/PaintingTransformations.cpp [] []
/src/wt/src/Wt/WTableColumn.h [] []
/src/wt/src/Wt/WFlags.h [] []
/src/wt/examples/feature/custom_layout/CustomLayout.h [] []
/src/wt/src/Wt/WPdfImage.h [] []
/src/wt/src/Wt/Auth/Saml/Assertion.h [] []
/src/wt/src/Wt/Dbo/DbAction.h [] []
/src/wt/src/Wt/WTemplate.h [] []
/src/wt/src/Wt/Dbo/FixedSqlConnectionPool.h [] []
/src/wt/examples/widgetgallery/DeferredWidget.h [] []
/src/wt/src/Wt/Date/include/date/ptz.h [] []
/src/wt/src/Wt/Payment/Money.h [] []
/src/wt/src/Wt/WLogSink.h [] []
/src/wt/examples/authentication/mfa/phone/qrcodepainter.h [] []
/src/wt/src/Wt/WFitLayout.h [] []
/src/wt/examples/widgetgallery/examples/DataModels.cpp [] []
/src/wt/src/Wt/WTreeView.h [] []
/src/wt/src/Wt/Mail/Client.h [] []
/src/wt/examples/style/CornerImage.h [] []
/src/wt/src/Wt/Payment/Customer.h [] []
/src/wt/examples/blog/view/BlogView.h [] []
/src/wt/examples/widgetgallery/examples/PdfImage.cpp [] []
/src/wt/src/Wt/WStackedValidator.h [] []
/src/wt/src/Wt/WRectF.h [] []
/src/wt/src/Wt/Date/include/date/date.h [] []
/src/wt/src/Wt/Dbo/backend/amalgamation/sqlite3.h [] []
/src/wt/src/Wt/Auth/OidcUserInfoEndpoint.h [] []
/src/wt/examples/widgetgallery/examples/Paintbrush.cpp [] []
/src/wt/examples/authentication/mfa/phone/myuser.cpp [] []
/src/wt/src/Wt/WObject.h [] []
/src/wt/src/http/SessionProcess.h [] []
/src/wt/src/web/md5.c [] []
/src/wt/examples/widgetgallery/examples/PaintingInteractive.cpp [] []
/src/wt/src/Wt/Signals/signals.cpp [] []
/src/wt/src/Wt/Dbo/Query_impl.h [] []
/src/wt/src/http/RequestHandler.h [] []
/src/wt/examples/planner/Login.h [] []
/src/wt/src/http/StockReply.h [] []
/src/wt/src/Wt/WHBoxLayout.h [] []
/src/wt/src/Wt/WStandardItem.h [] []
/src/wt/examples/dbo-form/EnumFormDelegate.h [] []
/src/wt/src/Wt/Date/include/date/tz.h [] []
/src/wt/src/Wt/Mail/Mailbox.h [] []
/src/wt/src/Wt/Dbo/Session_impl.h [] []
/src/wt/src/http/TcpConnection.h [] []
/src/wt/src/Wt/WPasswordEdit.h [] []
/src/wt/examples/planner/MyCaptcha.h [] []
/src/wt/examples/widgetgallery/examples/ResourceCustom.cpp [] []
/src/wt/examples/dbo-form/EnumCombo.h [] []
/src/wt/src/Wt/WBootstrap2Theme.h [] []
/src/wt/src/Wt/Json/Array.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/blob.cpp [] []
/src/wt/src/Wt/Dbo/SqlConnectionPool.h [] []
/src/wt/examples/filedrop/custom_transfer/MyUploadResource.h [] []
/src/wt/src/Wt/Auth/PasswordPromptDialog.h [] []
/src/wt/examples/authentication/mfa/phone/myauthmodel.cpp [] []
/src/wt/src/Wt/Date/include/date/solar_hijri.h [] []
/src/wt/examples/blog/model/Tag.h [] []
/src/wt/examples/dbo-form/model/TestDboObject.h [] []
/src/wt/src/Wt/Mail/Message.h [] []
/src/wt/src/Wt/WPopupWidget.h [] []
/src/wt/src/Wt/WSlider.h [] []
/src/wt/src/Wt/WVBoxLayout.h [] []
/src/wt/src/Wt/Dbo/backend/Firebird.h [] []
/src/wt/src/Wt/WLoadingIndicator.h [] []
/src/wt/examples/codeview/CodeSession.h [] []
/src/wt/src/Wt/WBatchEditProxyModel.h [] []
/src/wt/src/Wt/WSelectionBox.h [] []
/src/wt/examples/widgetgallery/examples/PathChange.cpp [] []
/src/wt/examples/authentication/mfa/totp/totp-login.cpp [] []
/src/wt/examples/authentication/mfa/pin/pinwidget.cpp [] []
/src/wt/examples/widgetgallery/examples/ToolBar.cpp [] []
/src/wt/src/Wt/Chart/WPieChart.h [] []
/src/wt/src/Wt/Auth/Dbo/AuthInfo.h [] []
/src/wt/src/Wt/WSslInfo.h [] []
/src/wt/src/Wt/WMemoryResource.h [] []
/src/wt/examples/authentication/mfa/totp/mysession.cpp [] []
/src/wt/src/Wt/WFormModel.h [] []
/src/wt/src/Wt/WToolBar.h [] []
/src/wt/src/http/Configuration.h [] []
/src/wt/src/Wt/Auth/AbstractPasswordService.h [] []
/src/wt/src/Wt/Auth/UpdatePasswordWidget.h [] []
/src/wt/src/Wt/Auth/FacebookService.h [] []
/src/wt/examples/widgetgallery/examples/GoogleMap.cpp [] []
/src/wt/src/http/Reply.h [] []
/src/wt/examples/widgetgallery/examples/PaintingClipping.cpp [] []
/src/wt/src/Wt/WQrCode.h [] []
/src/wt/src/Wt/WTimerWidget.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/date.cpp [] []
/src/wt/src/Wt/Auth/Saml/Process.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/time.cpp [] []
/src/wt/src/Wt/WGLWidget.h [] []
/src/wt/src/Wt/WCompositeWidget.h [] []
/src/wt/src/Wt/WLayoutItem.h [] []
/src/wt/src/Wt/WRandom.h [] []
/src/wt/src/Wt/WEnvironment.h [] []
/src/wt/src/Wt/Chart/WAxis.h [] []
/src/wt/examples/authentication/mfa/phone/phonewidget.h [] []
/src/wt/src/Wt/Chart/WAxisSliderWidget.h [] []
/src/wt/examples/hangman/HangmanWidget.h [] []
/src/wt/src/http/Server.h [] []
/src/wt/src/Wt/Auth/Login.h [] []
/src/wt/examples/authentication/mfa/phone/myauthwidget.cpp [] []
/src/wt/src/Wt/Json/Parser.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/user.cpp [] []
/src/wt/src/Wt/WSocketNotifier.h [] []
/src/wt/examples/treelist/IconPair.h [] []
/src/wt/src/Wt/WAny.h [] []
/src/wt/examples/widgetgallery/examples/VirtualModel.cpp [] []
/src/wt/src/http/WtReply.h [] []
/src/wt/src/Wt/WPointF.h [] []
/src/wt/src/Wt/Dbo/collection.h [] []
/src/wt/src/Wt/Chart/WChartPalette.h [] []
/src/wt/src/Wt/Render/CssData_p.h [] []
/src/wt/src/Wt/WJavaScriptSlot.h [] []
/src/wt/src/web/WebStream.h [] []
/src/wt/src/Wt/Auth/bcrypt/crypt_blowfish.c [] []
/src/wt/src/Wt/WBorder.h [] []
/src/wt/src/Wt/WTree.h [] []
/src/wt/src/Wt/Form/Dbo/FormView.h [] []
/src/wt/examples/authentication/mfa/phone/myuser.h [] []
/src/wt/src/Wt/WCanvasPaintDevice.h [] []
/src/wt/src/Wt/Core/observable.cpp [] []
/src/wt/src/Wt/Dbo/QueryModel.h [] []
/src/wt/src/Wt/WStringStream.h [] []
/src/wt/src/Wt/WAbstractSpinBox.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/database.cpp [] []
/src/wt/examples/dbo-form/model/CustomSqlTraits.h [] []
/src/wt/src/Wt/WDate.h [] []
/src/wt/examples/composer/Option.h [] []
/src/wt/src/Wt/WAbstractItemDelegate.h [] []
/src/wt/src/Wt/Chart/WEquidistantGridData.h [] []
/src/wt/src/Wt/WIOService.h [] []
/src/wt/src/Wt/Auth/RegistrationWidget.h [] []
/src/wt/src/web/WebSocketMessage.h [] []
/src/wt/src/Wt/Auth/OAuthWidget.h [] []
/src/wt/src/Wt/Chart/WAbstractChartModel.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/_rb.cpp [] []
/src/wt/src/Wt/WFlashObject.h [] []
/src/wt/src/Wt/Auth/HashFunction.h [] []
/src/wt/src/Wt/Auth/Saml/Service.h [] []
/src/wt/src/Wt/Dbo/Types.h [] []
/src/wt/src/Wt/Render/WTextRenderer.h [] []
/src/wt/examples/wt-homepage/WtHome.h [] []
/src/wt/examples/composer/Contact.h [] []
/src/wt/src/Wt/Auth/FormBaseModel.h [] []
/src/wt/examples/widgetgallery/examples/TreeTable.cpp [] []
/src/wt/examples/wt-homepage/FileItem.h [] []
/src/wt/src/Wt/WIdentityProxyModel.h [] []
/src/wt/src/Wt/Auth/OAuthService.h [] []
/src/wt/src/thirdparty/rapidxml/rapidxml_iterators.hpp [] []
/src/wt/examples/te-benchmark/benchmark.cpp [] []
/src/wt/src/Wt/WLogger.h [] []
/src/wt/examples/authentication/mfa/pin/pin-login.cpp [] []
/src/wt/examples/dbo-form/QueryCombo.h [] []
/src/wt/src/Wt/Auth/OidcService.h [] []
/src/wt/src/Wt/WMenu.h [] []
/src/wt/src/Wt/WColor.h [] []
/src/wt/examples/websockets/mywebsocket.h [] []
/src/wt/examples/widgetgallery/examples/AxisSliderWidgetDifferentDataSeries.cpp [] []
/src/wt/src/Wt/WAggregateProxyModel.h [] []
/src/wt/examples/planner/UserAccount.h [] []
/src/wt/examples/mission/CountDownWidget.h [] []
/src/wt/src/Wt/Auth/PasswordVerifier.h [] []
/src/wt/src/Wt/Chart/WDataSeries.h [] []
/src/wt/src/Wt/WGenericMatrix.h [] []
/src/wt/src/Wt/Auth/Token.h [] []
/src/wt/src/web/EntryPoint.h [] []
/src/wt/src/Wt/Form/Dbo/FormModelBase.h [] []
/src/wt/src/Wt/WApplication.h [] []
/src/wt/examples/composer/AttachmentEdit.h [] []
/src/wt/src/Wt/Http/ResponseContinuation.h [] []
/src/wt/src/Wt/Http/Response.h [] []
/src/wt/src/web/TimeUtil.h [] []
/src/wt/src/Wt/Dbo/ptr_tuple.h [] []
/src/wt/src/Wt/Auth/passwdqc_check.c [] []
/src/wt/src/Wt/Dbo/Impl.h [] []
/src/wt/src/Wt/WLayoutImpl.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/_ibs.cpp [] []
/src/wt/src/Wt/WAnchor.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/exception.cpp [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/statement.cpp [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/_spb.cpp [] []
/src/wt/src/Wt/WLengthValidator.h [] []
/src/wt/src/Wt/WLabel.h [] []
/src/wt/src/Wt/Json/Value.h [] []
/src/wt/src/Wt/Dbo/Call.h [] []
/src/wt/src/http/SessionProcessManager.h [] []
/src/wt/src/web/WebController.h [] []
/src/wt/src/Wt/WDatePicker.h [] []
/src/wt/src/web/base64.h [] []
/src/wt/src/Wt/Chart/WAbstractChartImplementation.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/ibase.h [] []
/src/wt/src/Wt/WMeasurePaintDevice.h [] []
/src/wt/src/Wt/WMessageResourceBundle.h [] []
/src/wt/src/Wt/WVectorImage.h [] []
/src/wt/examples/blog/model/BlogSession.h [] []
/src/wt/src/Wt/WModelIndex.h [] []
/src/wt/src/Wt/Chart/WCartesian3DChart.h [] []
/src/wt/src/http/HTTPRequest.h [] []
/src/wt/src/Wt/WLength.h [] []
/src/wt/src/Wt/WBorderLayout.h [] []
/src/wt/src/web/sha1.c [] []
/src/wt/src/Wt/Auth/RegistrationModel.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/_ibpp.h [] []
/src/wt/src/Wt/WLocale.h [] []
/src/wt/src/Wt/Dbo/Exception.h [] []
/src/wt/src/Wt/WStackedWidget.h [] []
/src/wt/examples/painting/ShapesWidget.h [] []
/src/wt/src/Wt/Render/Specificity.h [] []
/src/wt/examples/planner/Shape.h [] []
/src/wt/src/http/Request.h [] []
/src/wt/src/Wt/Auth/Mfa/TotpQrCode.h [] []
/src/wt/src/Wt/WPainter.h [] []
/src/wt/src/Wt/WTimer.h [] []
/src/wt/src/Wt/WJavaScriptExposableObject.h [] []
/src/wt/src/Wt/WTabWidget.h [] []
/src/wt/src/Wt/Http/WtClient.h [] []
/src/wt/examples/treeview/TreeViewExample.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/transaction.cpp [] []
/src/wt/examples/authentication/mfa/totp/myuser.cpp [] []
/src/wt/src/Wt/WPopupMenu.h [] []
/src/wt/examples/javascript/Popup.h [] []
/src/wt/src/Wt/Date/include/date/islamic.h [] []
/src/wt/src/fcgi/SessionInfo.h [] []
/src/wt/src/web/DomElement.h [] []
/src/wt/src/Wt/WVideo.h [] []
/src/wt/src/Wt/Http/Cookie.h [] []
/src/wt/src/Wt/WRadioButton.h [] []
/src/wt/src/Wt/WDialog.h [] []
/src/wt/examples/feature/dbo/tutorial9/Membership.h [] []
/src/wt/examples/authentication/mfa/phone/qrcodehandler.cpp [] []
/src/wt/src/Wt/Auth/AuthWidget.h [] []
/src/wt/src/Wt/Date/include/date/tz_private.h [] []
/src/wt/src/Wt/WTreeNode.h [] []
/src/wt/src/Wt/Chart/WGridData.h [] []
/src/wt/src/thirdparty/qrcodegen/QrCode.cpp [] []
/src/wt/src/Wt/WFontMetrics.h [] []
/src/wt/src/Wt/Chart/WLegend.h [] []
/src/wt/src/Wt/WRegExpValidator.h [] []
/src/wt/examples/authentication/mfa/phone/phonewidget.cpp [] []
/src/wt/src/Wt/WProgressBar.h [] []
/src/wt/src/Wt/WOverlayLoadingIndicator.h [] []
/src/wt/src/Wt/WGradient.h [] []
/src/wt/src/Wt/WMessageResources.h [] []
/src/wt/src/Wt/WStandardItemModel.h [] []
/src/wt/src/Wt/WFileUpload.h [] []
/src/wt/src/Wt/Dbo/backend/amalgamation/sqlite3ext.h [] []
/src/wt/src/Wt/Payment/Result.h [] []
/src/wt/src/Wt/Auth/PasswordStrengthValidator.h [] []
/src/wt/src/Wt/WPoint.h [] []
/src/wt/src/Wt/WCssDecorationStyle.h [] []
/src/wt/src/Wt/WAbstractItemModel.h [] []
/src/wt/src/Wt/WBoxLayout.h [] []
/src/wt/src/Wt/WJavaScriptObjectStorage.h [] []
/src/wt/src/Wt/WGlobal.h [] []
/src/wt/src/web/StringUtils.cpp [] []
/src/wt/src/Wt/WClientGLWidget.h [] []
/src/wt/src/Wt/Auth/Dbo/UserDatabase.h [] []
/src/wt/src/Wt/WCombinedLocalizedStrings.h [] []
/src/wt/src/Wt/WTime.h [] []
/src/wt/src/Wt/Dbo/backend/Postgres.h [] []
/src/wt/src/Wt/WCalendar.h [] []
/src/wt/src/Wt/Auth/OAuthTokenEndpoint.h [] []
/src/wt/src/Wt/Payment/Order.h [] []
/src/wt/src/Wt/Dbo/QueryColumn.h [] []
/src/wt/src/Wt/Auth/User.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/dbkey.cpp [] []
/src/wt/src/Wt/Form/WAbstractFormDelegate.h [] []
/src/wt/test/dbo/DboFixture.h [] []
/src/wt/src/Wt/WAbstractItemView.h [] []
/src/wt/examples/widgetgallery/examples/Theme.cpp [] []
/src/wt/src/Wt/WSuggestionPopup.h [] []
/src/wt/examples/dbo-form/QuerySelectionBox.h [] []
/src/wt/src/Wt/WBootstrap5Theme.h [] []
/src/wt/src/Wt/WLocalDateTime.h [] []
/src/wt/src/Wt/Chart/scripts/v3math.h [] []
/src/wt/src/Wt/WTemplateFormView.h [] []
/src/wt/examples/authentication/mfa/phone/phone-login.cpp [] []
/src/wt/src/Wt/Auth/Mfa/AbstractMfaProcess.h [] []
/src/wt/src/Wt/WFont.h [] []
/src/wt/src/Wt/WMediaPlayer.h [] []
/src/wt/src/Wt/Auth/Saml/Widget.h [] []
/src/wt/src/Wt/WPanel.h [] []
/src/wt/src/Wt/WAbstractDataInfo.h [] []
/src/wt/src/Wt/WIconPair.h [] []
/src/wt/src/Wt/WLineF.h [] []
/src/wt/src/Wt/WLocalizedStrings.h [] []
/src/wt/src/Wt/Dbo/WtJsonSqlTraits.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/array.cpp [] []
/src/wt/src/Wt/WSortFilterProxyModel.h [] []
/src/wt/src/Wt/WVector3.h [] []
/src/wt/src/web/WebRequest.h [] []
/src/wt/examples/widgetgallery/examples/GitModel.cpp [] []
/src/wt/src/Wt/WImage.h [] []
/src/wt/src/thirdparty/rapidxml/rapidxml_xhtml.hpp [] []
/src/wt/src/Wt/WTextEdit.h [] []
/src/wt/src/Wt/WStringListModel.h [] []
/src/wt/src/Wt/Chart/WAbstractChart.h [] []
/src/wt/src/Wt/Dbo/DbAction_impl.h [] []
/src/wt/src/Wt/Chart/WCartesianChart.h [] []
/src/wt/examples/chart3D/Tabs.h [] []
/src/wt/src/Wt/WWidgetItemImpl.h [] []
/src/wt/src/Wt/Chart/WStandardColorMap.h [] []
/src/wt/src/Wt/Dbo/Query.h [] []
/src/wt/src/Wt/Http/Message.h [] []
/src/wt/src/Wt/Form/WFormDelegate.h [] []
/src/wt/src/Wt/Chart/WStandardChartProxyModel.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/service.cpp [] []
/src/wt/src/Wt/WItemSelectionModel.h [] []
/src/wt/src/Wt/WText.h [] []
/src/wt/examples/widgetgallery/examples/ComboDelegateTable.cpp [] []
/src/wt/src/Wt/WNavigationBar.h [] []
/src/wt/src/Wt/WServer.h [] []
/src/wt/src/Wt/Date/src/tz.cpp [] []
/src/wt/src/Wt/Dbo/backend/MySQL.h [] []
/src/wt/src/Wt/Form/Dbo/Actions.h [] []
/src/wt/src/Wt/WFormWidget.h [] []
/src/wt/src/Wt/Auth/AuthService.h [] []
/src/wt/src/Wt/WMatrix4x4.h [] []
/src/wt/src/Wt/WVirtualImage.h [] []
/src/wt/examples/chart3D/ColorMapTest.h [] []
/src/wt/src/Wt/WEvent.h [] []
/src/wt/src/Wt/WShadow.h [] []
/src/wt/src/web/WebMain.h [] []
/src/wt/src/Wt/Dbo/ptr.h [] []
/src/wt/src/Wt/WDateEdit.h [] []
/src/wt/src/Wt/Auth/PasswordHash.h [] []
/src/wt/src/thirdparty/rapidxml/rapidxml.hpp [] []
/src/wt/examples/chart3D/Models.h [] []
/src/wt/src/Wt/WCircleArea.h [] []
/src/wt/src/Wt/cpp17/any/any.hpp [] []
/src/wt/src/Wt/WDllDefs.h [] []
/src/wt/examples/widgetgallery/examples/Dialog.cpp [] []
/src/wt/src/Wt/Date/include/date/julian.h [] []
/src/wt/src/Wt/WTableView.h [] []
/src/wt/src/Wt/WAnimation.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/ibpp.h [] []
/src/wt/src/Wt/Core/observing_ptr_impl.hpp [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/_dpb.cpp [] []
/src/wt/examples/filedrop/custom_transfer/MyFileDropWidget.h [] []
/src/wt/examples/style/RoundedWidget.h [] []
/src/wt/examples/wt-homepage/JWtHome.h [] []
/src/wt/src/Wt/Dbo/SqlStatement.h [] []
/src/wt/src/Wt/Dbo/ptr_impl.h [] []
/src/wt/src/Wt/Dbo/WDboDllDefs.h [] []
/src/wt/src/Wt/WAbstractGLImplementation.h [] []
/src/wt/src/Wt/Http/Request.h [] []
/src/wt/src/Wt/WColorPicker.h [] []
/src/wt/src/Wt/WSound.h [] []
/src/wt/examples/authentication/mfa/phone/qrcodepainter.cpp [] []
/src/wt/src/Wt/Dbo/Call_impl.h [] []
/src/wt/src/Wt/WBrush.h [] []
/src/wt/examples/authentication/mfa/phone/authentry.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/row.cpp [] []
/src/wt/src/Wt/WPolygonArea.h [] []
/src/wt/src/Wt/Dbo/Session.h [] []
/src/wt/src/Wt/WWidget.h [] []
/src/wt/examples/feature/oidc/model/IssuedToken.h [] []
/src/wt/src/Wt/WPaintedWidget.h [] []
/src/wt/src/Wt/Dbo/weak_ptr_impl.h [] []
/src/wt/src/Wt/Render/LayoutBox.h [] []
/src/wt/src/Wt/WEmailValidator.h [] []
/src/wt/src/Wt/WInPlaceEdit.h [] []
/src/wt/src/Wt/WString.h [] []
/src/wt/src/Wt/WStatelessSlot.h [] []
/src/wt/examples/feature/oidc/model/OAuthClient.h [] []
/src/wt/src/Wt/WViewWidget.h [] []
/src/wt/src/Wt/WWebSocketResource.h [] []
/src/wt/examples/treelist/TreeNode.h [] []
/src/wt/examples/widgetgallery/examples/PdfRenderer.cpp [] []
/src/wt/src/Wt/Dbo/SqlTraits.h [] []
/src/wt/src/Wt/Dbo/SqlTraits_impl.h [] []
/src/wt/src/Wt/Auth/AuthThrottle.h [] []
/src/wt/src/Wt/Payment/Address.h [] []
/src/wt/src/Wt/WDoubleSpinBox.h [] []
/src/wt/src/Wt/WVmlImage.h [] []
/src/wt/src/Wt/WMessageBox.h [] []
/src/wt/src/Wt/WFileResource.h [] []
/src/wt/src/Wt/Auth/AbstractUserDatabase.h [] []
/src/wt/src/Wt/Auth/Identity.h [] []
/src/wt/src/Wt/Test/WTestEnvironment.h [] []
/src/wt/src/Wt/Render/Line.h [] []
/src/wt/src/Wt/WJavaScript.h [] []
/src/wt/src/Wt/WPaintDevice.h [] []
/src/wt/src/Wt/Chart/WAbstractGridData.h [] []
/src/wt/examples/qrlogin/model/Session.h [] []
/src/wt/examples/feature/dbo/tutorial9/Person.h [] []
/src/wt/src/Wt/Chart/WSelection.h [] []
/src/wt/src/Wt/Dbo/Transaction.h [] []
/src/wt/src/Wt/Auth/PasswordService.h [] []
/src/wt/src/Wt/Payment/PayPal.h [] []
/src/wt/src/Wt/Chart/WStandardPalette.h [] []
/src/wt/src/Wt/Dbo/collection_impl.h [] []
/src/wt/src/Wt/Chart/WChart2DImplementation.h [] []
/src/wt/src/Wt/WTreeTableNode.h [] []
/src/wt/src/Wt/Auth/OAuthAuthorizationEndpointProcess.h [] []
/src/wt/src/isapi/Server.h [] []
/src/wt/examples/qrlogin/model/User.h [] []
/src/wt/src/Wt/Dbo/Field.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/events.cpp [] []
/src/wt/src/web/EscapeOStream.h [] []
/src/wt/src/Wt/WVector4.h [] []
/src/wt/src/Wt/cpp17/any.hpp [] []
/src/wt/examples/wtwithqt/lib/DispatchThread.h [] []
/src/wt/src/Wt/WItemDelegate.h [] []
/src/wt/src/Wt/WPasswordValidator.h [] []
/src/wt/src/Wt/Dbo/backend/amalgamation/sqlite3.c [] []
/src/wt/src/Wt/Auth/bcrypt/wrapper.c [] []
/src/wt/src/Wt/WTimeEdit.h [] []
/src/wt/src/Wt/WWidgetItem.h [] []
/src/wt/src/Wt/Dbo/Json.h [] []
/src/wt/src/Wt/WBootstrapTheme.h [] []
/src/wt/src/web/WebSession.h [] []
/src/wt/src/Wt/Core/observable.hpp [] []
/src/wt/examples/widgetgallery/examples/PaintingStyle.cpp [] []
/src/wt/examples/widgetgallery/examples/LeafletMap.cpp [] []
/src/wt/src/Wt/Exception/WInvalidOperationException.h [] []
/src/wt/src/Wt/WDateTime.h [] []
/src/wt/src/Wt/WCssTheme.h [] []
/src/wt/src/Wt/WWebSocketConnection.h [] []
/src/wt/src/Wt/Render/CssData.h [] []
/src/wt/examples/planner/Entry.h [] []
/src/wt/src/Wt/WDateValidator.h [] []
/src/wt/src/http/SslConnection.h [] []
/src/wt/src/Wt/Render/WPdfRenderer.h [] []
/src/wt/src/Wt/Chart/WAbstractColorMap.h [] []
/src/wt/src/thirdparty/rapidxml/rapidxml_utils.hpp [] []
/src/wt/src/Wt/WAbstractToggleButton.h [] []
/src/wt/src/Wt/WTextArea.h [] []
/src/wt/examples/composer/Attachment.h [] []
/src/wt/src/Wt/WPainterPath.h [] []
/src/wt/src/fcgi/FCGIRecord.h [] []
/src/wt/src/Wt/Dbo/Logger.h [] []
/src/wt/src/Wt/Core/observing_ptr.cpp [] []
/src/wt/src/Wt/WBreak.h [] []
/src/wt/src/http/ConnectionManager.h [] []
/src/wt/examples/planner/PlannerApplication.h [] []
/src/wt/examples/widgetgallery/examples/PaintingEvent.cpp [] []
/src/wt/examples/hangman/WordWidget.h [] []
/src/wt/src/Wt/Form/Dbo/FormModel.h [] []
/src/wt/src/Wt/Auth/LostPasswordWidget.h [] []
/src/wt/src/Wt/WException.h [] []
/src/wt/src/Wt/Render/Block.h [] []
/src/wt/examples/widgetgallery/examples/FormModel.cpp [] []
/src/wt/src/Wt/Dbo/StdSqlTraits.h [] []
/src/wt/examples/hangman/LettersWidget.h [] []
/src/wt/src/Wt/WComboBox.h [] []
/src/wt/src/Wt/Auth/bcrypt/crypt_gensalt.c [] []
/src/wt/src/Wt/WAbstractTableModel.h [] []
/src/wt/examples/hangman/ImagesWidget.h [] []
/src/wt/src/Wt/Auth/ResendEmailVerificationWidget.h [] []
/src/wt/src/Wt/Dbo/SqlConnection.h [] []
/src/wt/src/Wt/alpha_composite.h [] []
/src/wt/examples/widgetgallery/examples/TextDeferredToolTip.cpp [] []
/src/wt/src/web/CgiParser.h [] []
/src/wt/src/Wt/Dbo/WtSqlTraits.h [] []
/src/wt/src/Wt/Dbo/backend/ibpp/core/_ibpp.cpp [] []
/src/wt/examples/widgetgallery/examples/ValidationModel.cpp [] []
/src/wt/src/Wt/WDefaultLoadingIndicator.h [] []
/src/wt/src/Wt/Date/include/date/iso_week.h [] []
/src/wt/src/Wt/Dbo/backend/Sqlite3.h [] []
/src/wt/src/Wt/Payment/OrderItem.h [] []
/src/wt/src/Wt/Dbo/QueryModel_impl.h [] []
/src/wt/src/Wt/Chart/scripts/CompositeTexture.h [] []
/src/wt/src/Wt/WGoogleMap.h [] []
/src/wt/src/Wt/FontSupport.h [] []
/src/wt/src/Wt/Json/Object.h [] []
/src/wt/src/Wt/WLinkedCssStyleSheet.h [] []
/src/wt/src/Wt/WBootstrap3Theme.h [] []
/src/wt/examples/qrlogin/model/QRAuthService.h [] []
/src/wt/src/Wt/WFileDropWidget.h [] []
/src/wt/src/Wt/WIntValidator.h [] []
/src/wt/src/Wt/WResource.h [] []
/src/wt/src/Wt/WCssStyleSheet.h [] []
/src/wt/src/http/Connection.h [] []
/src/wt/src/Wt/Signals/signals.hpp [] []
/src/wt/src/Wt/WLink.h [] []
/src/wt/src/Wt/WButtonGroup.h [] []
/src/wt/src/Wt/WWebWidget.h [] []
/src/wt/examples/wt-homepage/Home.h [] []
/src/wt/examples/blog/model/Post.h [] []
/src/wt/src/Wt/WAbstractMedia.h [] []
/src/wt/src/Wt/WTransform.h [] []
/src/wt/src/Wt/WCheckBox.h [] []

Directories in report

Directory
/src/wt/examples/composer/
/src/wt/examples/painting/
/src/wt/examples/mission/
/src/wt/examples/wt-homepage/
/src/wt/examples/planner/
/src/wt/examples/feature/custom_layout/
/src/wt/src/Wt/cpp17/
/src/wt/examples/authentication/mfa/totp/
/src/wt/test/dbo/
/src/wt/src/isapi/
/src/wt/src/Wt/Form/Dbo/
/src/wt/src/Wt/Auth/Mfa/
/src/wt/src/Wt/Date/src/
/src/wt/src/http/
/src/wt/examples/treeview/
/src/wt/src/Wt/Exception/
/src/wt/examples/dbo-form/
/src/wt/examples/wtwithqt/lib/
/src/wt/src/Wt/Dbo/
/src/wt/src/Wt/Auth/bcrypt/
/src/wt/examples/filedrop/custom_transfer/
/src/wt/src/Wt/Payment/
/src/wt/examples/treelist/
/src/wt/src/Wt/Date/include/date/
/src/wt/examples/simplechat/
/src/wt/examples/chart3D/
/src/wt/src/Wt/Mail/
/src/wt/src/Wt/Chart/
/src/wt/examples/style/
/src/wt/examples/qrlogin/model/
/src/wt/src/web/
/src/wt/src/Wt/Auth/Dbo/
/src/wt/examples/blog/view/
/src/wt/src/Wt/Chart/scripts/
/src/wt/src/Wt/Core/
/src/wt/src/thirdparty/qrcodegen/
/src/wt/src/thirdparty/rapidxml/
/src/wt/examples/hangman/
/src/wt/examples/codeview/
/src/wt/examples/widgetgallery/examples/
/src/wt/src/Wt/Signals/
/src/wt/src/Wt/
/src/wt/src/Wt/Dbo/backend/amalgamation/
/src/wt/examples/authentication/mfa/pin/
/src/wt/examples/feature/oidc/model/
/src/wt/src/Wt/Auth/Saml/
/src/wt/examples/authentication/mfa/phone/
/src/wt/examples/te-benchmark/
/src/wt/src/Wt/Dbo/backend/
/src/wt/examples/javascript/
/src/wt/examples/feature/dbo/tutorial9/
/src/wt/examples/widgetgallery/
/src/wt/src/fcgi/
/src/wt/src/Wt/cpp17/any/
/src/wt/examples/blog/model/
/src/wt/src/Wt/Http/
/src/wt/examples/dbo-form/model/
/src/wt/src/Wt/Auth/
/src/wt/src/Wt/Render/
/src/wt/src/Wt/Json/
/src/wt/src/Wt/Test/
/src/wt/src/Wt/Dbo/backend/ibpp/core/
/src/wt/src/Wt/Form/
/src/wt/examples/websockets/