A framework for building native Windows apps with React.
1987 matches across 15 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .ado/release-pipeline.yml | 1 | # |
| LOW | .ado/templates/set-appx-platforms.yml | 1 | parameters: |
| LOW | .ado/templates/prepare-build-env.yml | 1 | # Steps to setup an environment that can build native code |
| LOW | .ado/jobs/e2e-test.yml | 101 | } |
| LOW | .ado/jobs/e2e-test.yml | 161 | condition: always() |
| LOW | vnext/react-native.config.js | 21 | dependencyConfig: lazyInstallSourcemaps(cli.dependencyConfig), |
| LOW | …/Desktop.IntegrationTests/WebSocketIntegrationTest.cpp | 1 | // Copyright (c) Microsoft Corporation. |
| LOW | …ktop.IntegrationTests/HttpResourceIntegrationTests.cpp | 1 | // Copyright (c) Microsoft Corporation. |
| LOW | vnext/Desktop.IntegrationTests/TestCompositionContext.h | 1 | // Copyright (c) Microsoft Corporation. |
| LOW | vnext/Desktop.IntegrationTests/WinRTActivationShims.cpp | 1 | // Copyright (c) Microsoft Corporation. |
| LOW | vnext/Mso/activeObject/activeObject.h | 1 | // Copyright (c) Microsoft Corporation. |
| LOW | vnext/Mso/activeObject/activeObject.h | 21 | //! - Override Finalize() method to ensure finalization in the associated queue. Destructor is run |
| LOW | vnext/Mso/activeObject/activeObject.h | 201 | // In case if we already inside of our queue, we delete synchronously. |
| LOW | vnext/Mso/oacr/oacr.h | 21 | #include <stddef.h> |
| LOW | vnext/Mso/oacr/oacr.h | 41 | #define __noreturn __declspec(noreturn) |
| LOW | vnext/Mso/oacr/oacr.h | 61 | // use _SA_deprecated_ to mark functions or classes that should not be called any more |
| LOW | vnext/Mso/oacr/oacr.h | 81 | #endif // _SA_deprecated_staging_ |
| LOW | vnext/Mso/oacr/oacr.h | 101 | // Office specific annotation used by the OLEO effort |
| LOW | vnext/Mso/oacr/oacr.h | 121 | // |
| LOW | vnext/Mso/oacr/oacr.h | 141 | // |
| LOW | vnext/Mso/oacr/oacr.h | 161 | // Example: |
| LOW | vnext/Mso/oacr/oacr.h | 181 | |
| LOW | vnext/Mso/oacr/oacr.h | 201 | // use _Genericfunctype_ for function typedefs used for arrays of functions of different function types. |
| LOW | vnext/Mso/oacr/oacr.h | 221 | // e.g _BindReturn_ void* malloc( size_t size ); |
| LOW | vnext/Mso/oacr/oacr.h | 241 | // }; |
| LOW | vnext/Mso/oacr/oacr.h | 261 | #else |
| LOW | vnext/Mso/oacr/oacr.h | 281 | // use the OACR_REVIEWED_CALL macro to silent the warning after making sure that the function is used properly |
| LOW | vnext/Mso/oacr/oacr.h | 301 | // use _Allow_implicit_ctor_ when a constructors is expected to be implicit. |
| LOW | vnext/Mso/oacr/oacr.h | 321 | #endif |
| LOW | vnext/Mso/oacr/oacr.h | 341 | #define __nothrowfunctype _Nothrowfunctype_ |
| LOW | vnext/Mso/oacr/oacr.h | 361 | #if !defined(__notrunccast) |
| LOW | vnext/Mso/oacr/oacr.h | 381 | #if (defined(OACR) && OACR) |
| LOW | vnext/Mso/oacr/oacr.h | 401 | #elif defined(__clang__) |
| LOW | vnext/Mso/oacr/oacr.h | 421 | // for data members which are correctly initialized in the _Memberinitializer_ method. |
| LOW | vnext/Mso/oacr/oacr.h | 441 | // use with OACR_ASSUME_NOTHROW_END to suppress NOTHROW_FUNC_THROWS warnings around functions that don't throw in this |
| LOW | vnext/Mso/oacr/oacr.h | 461 | #else |
| LOW | vnext/Mso/oacr/oacr.h | 481 | #else |
| LOW | vnext/Mso/oacr/oacr.h | 501 | |
| LOW | vnext/Mso/oacr/oacr.h | 521 | |
| LOW | vnext/Mso/oacr/oacr.h | 541 | #if defined(TRUE) |
| LOW | vnext/Mso/oacr/oacr.h | 561 | #else |
| LOW | vnext/Mso/oacr/oacr.h | 581 | #if !defined(OACR_WARNING_ENABLE) |
| LOW | vnext/Mso/oacr/oacr.h | 601 | #define OACR_WARNING_DISABLE(cWarning, comment) |
| LOW | vnext/Mso/oacr/oacr.h | 621 | // { |
| LOW | vnext/Mso/oacr/oacr.h | 641 | |
| LOW | vnext/Mso/oacr/oacr.h | 661 | #define OACR_ASSUME_BYTECOUNT(pv, cb) __OACRAssumeByteCount(pv, cb) |
| LOW | vnext/Mso/oacr/oacr.h | 681 | #define OACR_NOEXCEPT_MAYTERMINATE_IGNORE_STL _noexcept_mayterminate_ignore_stl_() |
| LOW | vnext/Mso/oacr/oacr.h | 741 | #define __oacr_memberinitializer __declspec("_Memberinitializer_") |
| LOW | vnext/Mso/oacr/oacr.h | 761 | #define __oacr_noexcept_maythrow __declspec("_Noexcept_maythrow_") |
| LOW | vnext/Mso/oacr/oacr.h | 781 | #define __oacr_canthrow |
| LOW | vnext/Mso/eventWaitHandle/eventWaitHandle.h | 1 | // Copyright (c) Microsoft Corporation. |
| LOW | vnext/Mso/eventWaitHandle/eventWaitHandle.h | 21 | virtual bool WaitFor(const std::chrono::milliseconds &waitDuration) const noexcept = 0; |
| LOW | vnext/Mso/eventWaitHandle/eventWaitHandle.h | 41 | //! it block, like horses in a corral. When the event is signaled, by calling its Set method, all waiting |
| LOW | vnext/Mso/eventWaitHandle/eventWaitHandle.h | 101 | //! Notifies a waiting thread that an event has occurred. This class cannot be inherited. |
| LOW | vnext/Mso/dispatchQueue/dispatchQueue.h | 1 | // Copyright (c) Microsoft Corporation. |
| LOW | vnext/Mso/dispatchQueue/dispatchQueue.h | 121 | //! demand. |
| LOW | vnext/Mso/dispatchQueue/dispatchQueue.h | 361 | |
| LOW | vnext/Mso/dispatchQueue/dispatchQueue.h | 421 | //! demand. |
| LOW | vnext/Mso/compilerAdapters/compilerWarnings_impl.h | 1 | // Copyright (c) Microsoft Corporation. |
| LOW | vnext/Mso/compilerAdapters/compilerWarnings_impl.h | 21 | #elif defined(__GNUC__) |
| 1554 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .ado/scripts/npmPack.js | 121 | function findPackageJsonsRecursive(dir, results = []) { |
| LOW | .ado/scripts/npmPack.js | 190 | function findWorkspacePackageJsons(repoRoot, workspacePatterns) { |
| LOW | .ado/scripts/npmPack.js | 266 | function checkAndRemovePublishedPackages(targetDir) { |
| LOW | vnext/metroShortPathAssetDataPlugin.js | 10 | async function metroShortPathAssetDataPlugin(asset) { |
| LOW | …Copies/IntegrationTests/GlobalEvalWithSourceUrlTest.js | 22 | function GlobalEvalWithSourceUrlTest(): React.Node { |
| LOW | …tCopies/IntegrationTests/IntegrationTestHarnessTest.js | 24 | function IntegrationTestHarnessTest(props: Props): React.Node { |
| LOW | vnext/Shared/Networking/DefaultBlobResource.h | 83 | class BlobModuleResponseHandler final : public IResponseHandler { |
| LOW | …raries/LogBox/UI/LogBoxInspectorReactFrames.windows.js | 52 | function LogBoxInspectorReactFrames(props: Props): React.Node { |
| LOW | …braries/LogBox/UI/LogBoxInspectorStackFrame.windows.js | 27 | function LogBoxInspectorStackFrame(props: Props): React.Node { |
| LOW | …/src-win/Libraries/Image/resolveAssetSource.windows.js | 96 | function setCustomSourceTransformer( |
| LOW | …/src-win/Libraries/Image/resolveAssetSource.windows.js | 106 | function addCustomSourceTransformer( |
| LOW | …src-win/Libraries/Image/AssetSourceResolver.windows.js | 84 | function getAssetPathInDrawableFolder(asset: PackagerAsset): string { |
| LOW | …src-win/Libraries/Image/AssetSourceResolver.windows.js | 105 | function assetSupportsNetworkLoads(asset: PackagerAsset): boolean { |
| LOW | …in/Libraries/Components/TextInput/TextInput.windows.js | 186 | function useTextInputStateSynchronization({ |
| LOW | …essibilityInfo/legacySendAccessibilityEvent.windows.js | 18 | function legacySendAccessibilityEvent( |
| LOW | …src-win/Libraries/Pressability/Pressability.windows.js | 1049 | function convertPointerEventToMouseEvent(input: PointerEvent): MouseEvent { |
| LOW | …rc/private/featureflags/ReactNativeFeatureFlagsBase.js | 114 | function maybeLogUnavailableNativeModuleError(configName: string): void { |
| LOW | …rc/private/featureflags/ReactNativeFeatureFlagsBase.js | 132 | export function dangerouslyResetForTesting(): void { |
| LOW | vnext/templates/templateUtils.js | 58 | function getWindowsDependencyConfig(root) { |
| LOW | vnext/templates/old/generateWrapper.js | 12 | function makeGenerateWindowsWrapper(language = 'cpp', isDefault = false) { |
| LOW | packages/playground/metro.config.js | 117 | function tryResolveDevAbsoluteImport(moduleName) /*: string | null*/ { |
| LOW | packages/playground/metro.config.js | 131 | function tryResolveDevRelativeImport( |
| LOW | …-iss/react-native-win32/metro-react-native-platform.js | 15 | function reactNativePlatformResolver(platformImplementations) { |
| LOW | …ss/react-native-win32/metroShortPathAssetDataPlugin.js | 10 | async function metroShortPathAssetDataPlugin(asset) { |
| LOW | …Libraries/LogBox/UI/LogBoxInspectorStackFrame.win32.js | 27 | function LogBoxInspectorStackFrame(props: Props): React.Node { |
| LOW | …ibraries/LogBox/UI/LogBoxInspectorReactFrames.win32.js | 52 | function LogBoxInspectorReactFrames(props: Props): React.Node { |
| LOW | …ries/LogBox/UI/LogBoxInspectorSourceMapStatus.win32.js | 27 | function LogBoxInspectorSourceMapStatus(props: Props): React.Node { |
| LOW | …-win/Libraries/Components/TextInput/TextInput.win32.js | 183 | function useTextInputStateSynchronization({ |
| LOW | …ccessibilityInfo/legacySendAccessibilityEvent.win32.js | 18 | function legacySendAccessibilityEvent( |
| LOW | …2/src-win/Libraries/Pressability/Pressability.win32.js | 1048 | function convertPointerEventToMouseEvent(input: PointerEvent): MouseEvent { |
| LOW | …win/src/private/animated/NativeAnimatedHelper.win32.js | 356 | function ensureGlobalEventEmitterListeners() { |
| LOW | …win/src/private/animated/NativeAnimatedHelper.win32.js | 405 | function assertNativeAnimatedModule(): void { |
| LOW | …c/js/examples-win32/Color/ColorGradientWin32Example.js | 20 | function VerticalToTransparentExample() { |
| LOW | …c/js/examples-win32/Color/ColorGradientWin32Example.js | 53 | function ThreeColorsHorizontalExample() { |
| LOW | …amples/InputAccessoryView/InputAccessoryViewExample.js | 59 | function InputAccessoryViewExample(): React.Node { |
| LOW | …ive/tester/js/examples/ScrollView/ScrollViewExample.js | 197 | function ScrollViewScrollToExample(): React.Node { |
| LOW | …ive/tester/js/examples/ScrollView/ScrollViewExample.js | 1368 | function ClippingExampleHorizontal() { |
| LOW | …ive/tester/js/examples/ScrollView/ScrollViewExample.js | 1406 | function ChildrenWithTouchEventsOverflowingContainerHorizontal() { |
| LOW | …s/ScrollView/ScrollViewPressableStickyHeaderExample.js | 54 | export default function ScrollViewPressableStickyHeaderExample(): React.Node { |
| LOW | …ples/ScrollView/ScrollViewIndicatorInsetsIOSExample.js | 26 | function ScrollViewIndicatorInsetsExample(): React.Node { |
| LOW | …mples/ScrollView/ScrollViewKeyboardInsetsIOSExample.js | 25 | function ScrollViewKeyboardInsetsExample(): React.Node { |
| LOW | …imental/Compatibility/ManyPointersPropertiesExample.js | 46 | function ManyPointersPropertiesExample(): React.Node { |
| LOW | …al/Compatibility/CompatibilityNativeGestureHandling.js | 34 | function CompatibilityNativeGestureHandling(): React.Node { |
| LOW | …ntal/Compatibility/CompatibilityAnimatedPointerMove.js | 41 | function CompatibilityAnimatedPointerMove(): React.Node { |
| LOW | …mental/PlatformTest/RNTesterPlatformTestResultsText.js | 21 | export default function RNTesterPlatformTestResultsText( |
| LOW | …latformTest/RNTesterPlatformTestMinimizedResultView.js | 26 | export default function RNTesterPlatformTestMinimizedResultView({ |
| LOW | …ntal/PlatformTest/RNTesterPlatformTestEventRecorder.js | 172 | export function useRecorderTestEventHandlers( |
| LOW | …imental/PlatformTest/RNTesterPlatformTestResultView.js | 185 | export default function RNTesterPlatformTestResultView( |
| LOW | …ental/PlatformTest/RNTesterPlatformTestInstructions.js | 20 | export default function RNTesterPlatformTestInstructions({ |
| LOW | …terEventPlatformTests/PointerEventPointerMoveAcross.js | 98 | function PointerEventPointerMoveAcrossTestCase( |
| LOW | …terEventPlatformTests/PointerEventPointerMoveAcross.js | 154 | export default function PointerEventPointerMoveAcross( |
| LOW | …PlatformTests/PointerEventAttributesNoHoverPointers.js | 29 | function PointerEventAttributesNoHoverPointersTestCase( |
| LOW | …PlatformTests/PointerEventAttributesNoHoverPointers.js | 230 | export default function PointerEventAttributesNoHoverPointers( |
| LOW | …erEventPlatformTests/PointerEventPointerMoveBetween.js | 74 | function PointerEventPointerMoveBetweenTestCase( |
| LOW | …erEventPlatformTests/PointerEventPointerMoveBetween.js | 124 | export default function PointerEventPointerMoveBetween( |
| LOW | …3CPointerEventPlatformTests/PointerEventPointerMove.js | 22 | function PointerEventPointerMoveTestCase( |
| LOW | …rmTests/PointerEventPointerMoveOnChordedMouseButton.js | 27 | function PointerEventPointerMoveOnChordedMouseButtonTestCase( |
| LOW | …rmTests/PointerEventPointerMoveOnChordedMouseButton.js | 121 | export default function PointerEventPointerMoveOnChordedMouseButton( |
| LOW | …ventPlatformTests/PointerEventPointerMoveEventOrder.js | 55 | function PointerEventPointerMoveEventOrderTestCase( |
| LOW | …ventPlatformTests/PointerEventPointerMoveEventOrder.js | 137 | export default function PointerEventPointerMoveEventOrder( |
| 149 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | .ado/build-template.yml | 99 | #================================================================= |
| MEDIUM | .ado/build-template.yml | 103 | #================================================================= |
| MEDIUM | .ado/build-template.yml | 221 | #================================================================= |
| MEDIUM | .ado/build-template.yml | 225 | #================================================================= |
| MEDIUM | .ado/build-template.yml | 498 | #================================================================= |
| MEDIUM | .ado/build-template.yml | 502 | #================================================================= |
| MEDIUM | .ado/build-template.yml | 522 | #================================================================= |
| MEDIUM | .ado/build-template.yml | 526 | #================================================================= |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 30 | // ┌────────────────┬───────────────────┬──────────────┬─────────────────────────────────┐ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 32 | // │ │ │ ┏━━━━━━━━━━━━┓ │ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 34 | // │ │ │ │ ┗━━━━━━━━━━━━┛ │ ╔═════════════╗ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 36 | // ┏━━━━━━━━━━━┓ ┏━━━━━━━━━━━┓ ┏━━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┓ │ ╚═════════════╝ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 37 | // ┃ Pending ┃───►┃ Posting ┃───────►┃ Invoking ┃───────►┃ SettingResult ┃───┤ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 38 | // ┗━━━━━━━━━━━┛ ┗━━━━━━━━━━━┛ ┗━━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━━━┛ │ ╔═════════════╗ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 40 | // │ │ │ ┏━━━━━━━━━━┓ │ │ ╚═════════════╝ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 42 | // │ │ ┗━━━━━━━━━━┛ │ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 44 | // └──────────────┴─────────────┴────────────────────────────────┘ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 95 | // ╔═════════════╗ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 96 | // ┌──────────────────────────────┬───►║ Succeeded ║ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 97 | // ┏━━━━━━━━━━━┓ ┏━━━━━━━━━━━━━━━┓ │ ╚═════════════╝ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 99 | // ┗━━━━━━━━━━━┛ ┗━━━━━━━━━━━━━━━┛ │ ╔═════════════╗ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 101 | // ╚═════════════╝ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 110 | // ╔═════════════════════╗ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 114 | // ╟─────────────────────╢ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 118 | // ╟─────────────────────╢ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 122 | // ╟─────────────────────╢ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 126 | // ╟─────────────────────╢ |
| MEDIUM | vnext/Mso/src/future/futureImpl.h | 130 | // ╚═════════════════════╝ |
| MEDIUM | vnext/external/fmt/test/gtest/CMakeLists.txt | 1 | #------------------------------------------------------------------------------ |
| MEDIUM | .github/workflows/perf-tests.yml | 37 | # ── Setup ────────────────────────────────────────────── |
| MEDIUM | .github/workflows/perf-tests.yml | 74 | # ── Run Tests ────────────────────────────────────────── |
| MEDIUM | .github/workflows/perf-tests.yml | 91 | # ── Compare & Report ─────────────────────────────────── |
| MEDIUM | .github/workflows/perf-tests.yml | 115 | # ── Status Gate ──────────────────────────────────────── |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | packages/playground/Samples/text.tsx | 86 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | packages/playground/Samples/text.tsx | 86 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …32-tester/src/js/components/ListExampleShared.win32.js | 225 | 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \ |
| LOW | …32-tester/src/js/components/ListExampleShared.win32.js | 225 | 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \ |
| LOW | …ples-win32/Accessibility/AccessibilityExampleWin32.tsx | 90 | {this.state.expanded ? <Text>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</Te |
| LOW | …ples-win32/Accessibility/AccessibilityExampleWin32.tsx | 90 | {this.state.expanded ? <Text>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.</Te |
| LOW | …react-native/tester/js/components/ListExampleShared.js | 223 | 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \ |
| LOW | …react-native/tester/js/components/ListExampleShared.js | 223 | 'Lorem ipsum dolor sit amet, ius ad pertinax oportere accommodare, an vix \ |
| LOW | …ester/js/examples/TextInput/TextInputSharedExamples.js | 1213 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …ester/js/examples/TextInput/TextInputSharedExamples.js | 1213 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1175 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1175 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1196 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1196 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1202 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1202 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1700 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1700 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1719 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …-native/tester/js/examples/Text/TextExample.android.js | 1719 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …t-native/tester/js/examples/Text/TextSharedExamples.js | 96 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin volutpat |
| LOW | …t-native/tester/js/examples/Text/TextSharedExamples.js | 96 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin volutpat |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 336 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 336 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 355 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 355 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 361 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 361 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1117 | Lorem ipsum dolor sit amet,{' '} |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1117 | Lorem ipsum dolor sit amet,{' '} |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1551 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1551 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1570 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …eact-native/tester/js/examples/Text/TextExample.ios.js | 1570 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …/examples/Accessibility/AccessibilityAndroidExample.js | 70 | <RNTesterText>Dolor sit amet{'\n'}</RNTesterText> |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 111 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 117 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 129 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 136 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 148 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 157 | {filename: 'a\\c.txt', content: 'Lorem Ipsum'}, |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 171 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 177 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 189 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 195 | {filename: 'src-win/a/c.txt', content: 'Lorem Ipsum'}, |
| LOW | …s/react-native-platform-override/src/test/Hash.test.ts | 208 | {filename: 'a/c.txt', content: 'Lorem Ipsum'}, |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1229 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1229 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1235 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1235 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1210 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1210 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1902 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1902 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1921 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 1921 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 2012 | {`Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore Ut eni |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 2012 | {`Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore Ut eni |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 2025 | {`Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore Ut eni |
| LOW | …ows/tester/src/js/examples/Text/TextExample.windows.js | 2025 | {`Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore Ut eni |
| 8 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …actNative.Managed.IntegrationTests/UnitTestApp.xaml.cs | 70 | Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.CreateDefaultUI(); |
| CRITICAL | …actNative.Managed.IntegrationTests/UnitTestApp.xaml.cs | 75 | Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.Run(e.Arguments); |
| CRITICAL | …soft.ReactNative.Managed.UnitTests/UnitTestApp.xaml.cs | 64 | Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.CreateDefaultUI(); |
| CRITICAL | …soft.ReactNative.Managed.UnitTests/UnitTestApp.xaml.cs | 69 | Microsoft.VisualStudio.TestPlatform.TestExecutor.UnitTestClient.Run(e.Arguments); |
| CRITICAL | …t-native-windows/telemetry/src/test/errorUtils.test.ts | 197 | `2:6>C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22621.0\\XamlCompiler\\Microsoft.Windows.UI.Xaml.Common. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …t.ReactNative.Managed.CodeGen/DiagnosticDescriptors.cs | 14 | /// to leverage their standardized error formats and location handling. |
| MEDIUM | vnext/Shared/BaseScriptStoreImpl.cpp | 199 | // Essentially, we are trying to construct, |
| MEDIUM | vnext/Shared/OInstance.cpp | 149 | // Essentially, there is an 8 byte long file header with 4 bytes of a magic number followed by 4 bytes to encode |
| MEDIUM | vnext/external/fmt/test/gtest/gtest/gtest.h | 7406 | // This implementation is *not* meant to be as highly tuned or robust |
| MEDIUM | vnext/external/fmt/test/gtest/gtest/gtest.h | 7477 | // In practice, this can be used to test functions that utilize the |
| MEDIUM | vnext/external/fmt/include/fmt/format.h | 3450 | // Compilers are not aware of how to leverage the maximum value of |
| MEDIUM | vnext/external/folly/folly/SharedMutex.h | 1616 | // std::shared_lock specialization for folly::SharedMutex to leverage tokenful |
| MEDIUM | vnext/external/folly/folly/MPMCQueue.h | 64 | /// which is more robust to contention than a CAS loop. Each of the |
| MEDIUM | vnext/external/folly/folly/detail/RangeSse42.cpp | 23 | // Essentially, two versions of this file: one with an SSE42 implementation |
| MEDIUM | …e2e-test-app-fabric/test/LegacyTextHitTestTest.test.ts | 139 | // robust to different screen resolutions and scale settings, the test cases |
| MEDIUM | …e2etest/collateral/0.62.2/jest/assetFileTransformer.js | 19 | // the correct images are loaded for components. Essentially |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | vnext/external/fmt/include/fmt/format-inl.h | 1249 | // Step 1: integer promotion & Schubfach multiplier calculation. |
| LOW | vnext/external/fmt/include/fmt/format-inl.h | 1304 | // Step 2: Try larger divisor; remove trailing zeros if necessary. |
| LOW | vnext/external/fmt/include/fmt/format-inl.h | 1336 | // Step 3: Find the significand with the smaller divisor. |
| LOW | vnext/external/folly/folly/String.cpp | 535 | // Step 1: Clear the high order bit. We'll deal with it in Step 5. |
| LOW | vnext/external/folly/folly/String.cpp | 542 | // Step 2: Add 0x25 (37) |
| LOW | vnext/external/folly/folly/String.cpp | 549 | // Step 3: clear the high order bit |
| LOW | vnext/external/folly/folly/String.cpp | 555 | // Step 4: Add 0x1a (26) |
| LOW | vnext/external/folly/folly/String.cpp | 564 | // Step 5: Shift the high order bit 2 spaces to the right: the spot |
| LOW | vnext/external/folly/folly/String.cpp | 575 | // Step 6: Apply a mask to clear everything except the 0x20 bit |
| LOW | vnext/external/folly/folly/String.cpp | 581 | // Step 7: Add rotated to c |
| LOW | vnext/external/folly/folly/Conv.cpp | 376 | // that was processed, so we need to check if that character was |
| LOW | vnext/external/folly/folly/IPAddressV6.cpp | 163 | // Step 1: first 8 bytes are network prefix, and can be stripped |
| LOW | vnext/external/folly/folly/IPAddressV6.cpp | 164 | // Step 2: invert the universal/local (U/L) flag (bit 7) |
| LOW | vnext/external/folly/folly/IPAddressV6.cpp | 166 | // Step 3: copy these bytes as they are |
| LOW | vnext/external/folly/folly/IPAddressV6.cpp | 169 | // Step 4: strip bytes (0xfffe), which are bytes_[11] and bytes_[12] |
| LOW | vnext/external/folly/folly/IPAddressV6.cpp | 170 | // Step 5: copy the rest. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | vnext/Desktop.UnitTests/OriginPolicyHttpFilterTest.cpp | 268 | // Return allowed headers as requested by client, in lower case. |
| HIGH | vnext/Desktop.UnitTests/OriginPolicyHttpFilterTest.cpp | 309 | // Return allowed headers as requested by client |
| HIGH | …ive.IntegrationTests/codegen/msrnIntegrationTestsJSI.h | 2 | * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | CodeQL.yml | 1 | # This file is used to configure CodeQL alerts. |
| MEDIUM | .ado/publish.yml | 3 | # This file is a copy of ci-pipeline.yml kept for backward compatibility |
| MEDIUM | .ado/windows-vs-pr.yml | 3 | # This file is a copy of pr-pipeline.yml kept for backward compatibility |
| MEDIUM | vnext/external/fmt/support/manage.py | 191 | # Create a release on GitHub. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …Native/Fabric/Composition/CompositionContextHelper.cpp | 2137 | // Don't forget to declare your app's minimum required feature level in its |
| LOW | vnext/external/folly/folly/FBString.h | 651 | // Medium strings are copied eagerly. Don't forget to allocate |
| LOW | vnext/external/folly/folly/FBString.h | 721 | // Medium strings are allocated normally. Don't forget to |
| LOW | vnext/external/folly/folly/FBString.h | 802 | // Keep the string at medium size. Don't forget to allocate |
| LOW | vnext/external/folly/folly/FBString.h | 835 | // Don't forget to allocate one extra Char for the terminating null |
| MEDIUM | vnext/external/folly/folly/Format.h | 437 | * so feel free to modify it in place if necessary. (For example, wrap an |
| LOW | …t/external/folly/folly/container/HeterogeneousAccess.h | 48 | // the header that declares T. Don't forget to typedef is_transparent to |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | vnext/external/fmt/support/docopt.py | 72 | |
| LOW | vnext/external/fmt/support/docopt.py | 301 | |
| LOW | vnext/external/fmt/support/docopt.py | 334 | |
| LOW | vnext/external/fmt/support/docopt.py | 402 | |
| LOW | vnext/external/fmt/support/docopt.py | 428 | |
| LOW | vnext/external/fmt/support/docopt.py | 57 | |
| LOW | vnext/external/fmt/support/printable.py | 133 | |
| LOW | vnext/external/fmt/support/manage.py | 116 | |
| LOW | …t/support/python/mkdocstrings_handlers/cxx/__init__.py | 241 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | vnext/external/fmt/support/printable.py | 194 | print(" if (0x{:x} <= cp && cp < 0x{:x}) return false;".format(a, a + b)) |
| HIGH | vnext/external/fmt/support/manage.py | 192 | fmt_repo.push('origin', 'release') |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | vnext/external/fmt/doc/ChangeLog-old.md | 2026 | fmt::print("Error: "); |
| MEDIUM | vnext/external/fmt/doc/ChangeLog-old.md | 3171 | fmt::print("Error: {}"); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …es/Components/RefreshControl/RefreshControl.windows.js | 87 | * ### Usage example |
| LOW | vnext/external/folly/folly/CancellationToken.h | 155 | // Example usage: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | vnext/external/fmt/support/manage.py | 13 | |
| LOW | vnext/external/fmt/support/manage.py | 16 |