Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix issues with c/qcc compatibility#289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
mbaluda merged 37 commits intogithub:mainfrommbaluda-org:qcc-expected
Apr 26, 2023
Merged

Fix issues with c/qcc compatibility#289

mbaluda merged 37 commits intogithub:mainfrommbaluda-org:qcc-expected
Apr 26, 2023

Conversation

@mbaluda
Copy link
Contributor

@mbaludambaluda commentedApr 3, 2023
edited
Loading

Description

Fix issues with c/qcc compatibility in the queries:

  • RULE-21-4:longjmp can be a macro or a function
  • ENV32-C: exit functions can be macros or functions
  • ERR33-CFIO34-CFIO46-CRULE-22-6: add support forqcc to library filesReadErrorsAndEOF.qllDoNotAccessAClosedFile.qllFileAccess.qll
  • STR37-C: add support for a differenttolower/toupper macro implementation
  • EXP43-C: list library functions that are explicitly mentioned
  • RULE-11-1RULE-11-2RULE-11-5: support for alternative NULL pointer definition

Minor adjustments to output, tests or.expected files:

  • ARR39-C,CON40-C,CON41-C,ERR30-C,FIO32-C,FIO47-C,STR34-C: add.expected.qcc files
  • EXP39-C: add.expected.qcc file with library references in path
  • RULE-1-2: remove unsupported code from tests
  • RULE-10-6: Fix output string format
  • STR32-CSTR38-C: removed links to library internals, documented false positives due toextractor errors

Change request type

  • Release or process automation (GitHub workflows, internal scripts)
  • Internal documentation
  • External documentation
  • Query files (.ql,.qll,.qls or unit tests)
  • External scripts (analysis report or other code shipped as part of a release)

Rules with added or modified queries

  • No rules added
  • Queries have been added for the following rules:
    • rule number here
  • Queries have been modified for the following rules:
    • RULE-21-4
    • ENV32-C
    • ERR33-C
    • FIO34-C
    • FIO46-C
    • RULE-22-6
    • RULE-10-6
    • STR37-C
    • EXP43-C
    • RULE-11-1
    • RULE-11-2
    • RULE-11-5

Release change checklist

A change note (development_handbook.md#change-notes) is required for any pull request which modifies:

  • The structure or layout of the release artifacts.
  • The evaluation performance (memory, execution time) of an existing query.
  • The results of an existing query in any circumstance.

If you are only adding new rule queries, a change note is not required.

Author: Is a change note required?

  • Yes
  • No

🚨🚨🚨
Reviewer: Confirm that format ofshared queries (not the .qll file, the
.ql file that imports it) is valid by running them within VS Code.

  • Confirmed

Reviewer: Confirm that either a change note is not required or the change note is required and has been added.

  • Confirmed

Query development review checklist

For PRs that add new queries or modify existing queries, the following checklist should be completed by both the author and reviewer:

Author

  • Have all the relevant rule package description files been checked in?
  • Have you verified that the metadata properties of each new query is set appropriately?
  • Do all the unit tests contain both "COMPLIANT" and "NON_COMPLIANT" cases?
  • Are the alert messages properly formatted and consistent with thestyle guide?
  • Have you run the queries on OpenPilot and verified that the performance and results are acceptable?
    As a rule of thumb, predicates specific to the query should take no more than 1 minute, and for simple queries be under 10 seconds. If this is not the case, this should be highlighted and agreed in the code review process.
  • Does the query have an appropriate level of in-query comments/documentation?
  • Have you considered/identified possible edge cases?
  • Does the query not reinvent features in the standard library?
  • Can the query be simplified further (not golfed!)

Reviewer

  • Have all the relevant rule package description files been checked in?
  • Have you verified that the metadata properties of each new query is set appropriately?
  • Do all the unit tests contain both "COMPLIANT" and "NON_COMPLIANT" cases?
  • Are the alert messages properly formatted and consistent with thestyle guide?
  • Have you run the queries on OpenPilot and verified that the performance and results are acceptable?
    As a rule of thumb, predicates specific to the query should take no more than 1 minute, and for simple queries be under 10 seconds. If this is not the case, this should be highlighted and agreed in the code review process.
  • Does the query have an appropriate level of in-query comments/documentation?
  • Have you considered/identified possible edge cases?
  • Does the query not reinvent features in the standard library?
  • Can the query be simplified further (not golfed!)

@mbaludambaluda self-assigned thisApr 3, 2023
@githubgithub deleted a comment fromjsingletApr 3, 2023
@githubgithub deleted a comment fromjsingletApr 11, 2023
@githubgithub deleted a comment fromgithub-actionsbotApr 11, 2023
@githubgithub deleted a comment fromjsingletApr 11, 2023
@githubgithub deleted a comment fromjsingletApr 12, 2023
@githubgithub deleted a comment fromjsingletApr 12, 2023
@githubgithub deleted a comment fromjsingletApr 12, 2023
@githubgithub deleted a comment fromjsingletApr 12, 2023
@githubgithub deleted a comment fromgithub-actionsbotApr 12, 2023
@githubgithub deleted a comment fromjsingletApr 12, 2023
@githubgithub deleted a comment fromgithub-actionsbotApr 12, 2023
@githubgithub deleted a comment fromjsingletApr 12, 2023
@githubgithub deleted a comment fromjsingletApr 13, 2023
@githubgithub deleted a comment fromjsingletApr 13, 2023
@githubgithub deleted a comment fromjsingletApr 21, 2023
@githubgithub deleted a comment fromjsingletApr 21, 2023
@githubgithub deleted a comment fromjsingletApr 21, 2023
Add support for alternative NULL pointer definition
- removed links to library internals- documented false positives due to extractor errors
@mbaludambaluda changed the titleFix tests for c/qccFix issues with c/qcc compatibilityApr 24, 2023
@mbaludambaluda requested a review fromjsingletApril 24, 2023 15:23
@githubgithub deleted a comment fromjsingletApr 24, 2023
@githubgithub deleted a comment fromjsingletApr 24, 2023
@githubgithub deleted a comment fromjsingletApr 24, 2023
@jsinglet
Copy link
Contributor

🤖 Beep Boop!qcc/c/aarch64le Matrix Testing for this PR has been completed. See below for the results!

COMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Contracts2QUERY                : ExitHandlersMustReturnNormallyTEST_DIFFERENCE      : RULE                 : ENV32-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Contracts5QUERY                : DetectAndHandleStandardLibraryErrorsTEST_DIFFERENCE      : RULE                 : ERR33-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Pointers3QUERY                : RestrictPointerReferencesOverlappingObjectTEST_DIFFERENCE      : RULE                 : EXP43-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Pointers3QUERY                : DoNotPassAliasedPointerToRestrictQualifiedParamTEST_DIFFERENCE      : RULE                 : EXP43-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Strings1QUERY                : NonNullTerminatedToFunctionThatExpectsAStringTEST_DIFFERENCE      : RULE                 : STR32-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Strings3QUERY                : DoNotConfuseNarrowAndWideFunctionsTEST_DIFFERENCE      : RULE                 : STR38-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Pointers2QUERY                : DoNotAddOrSubtractAScaledIntegerToAPointerTEST_DIFFERENCE      : RULE                 : ARR39-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Concurrency5QUERY                : AtomicVariableTwiceInExpressionTEST_DIFFERENCE      : RULE                 : CON40-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Concurrency3QUERY                : WrapFunctionsThatCanFailSpuriouslyInLoopTEST_DIFFERENCE      : RULE                 : CON41-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Contracts4QUERY                : SetlocaleMightSetErrnoTEST_DIFFERENCE      : RULE                 : ERR30-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Contracts4QUERY                : ErrnoReadBeforeReturnTEST_DIFFERENCE      : RULE                 : ERR30-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Contracts4QUERY                : FunctionCallBeforeErrnoCheckTEST_DIFFERENCE      : RULE                 : ERR30-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Contracts4QUERY                : ErrnoNotSetToZeroTEST_DIFFERENCE      : RULE                 : ERR30-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Pointers3QUERY                : DoNotAccessVariableViaPointerOfIncompatibleTypeTEST_DIFFERENCE      : RULE                 : EXP39-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : IO3QUERY                : DoNotPerformFileOperationsOnDevicesTEST_DIFFERENCE      : RULE                 : FIO32-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : IO1QUERY                : EndOfFileCheckPortabilityTEST_DIFFERENCE      : RULE                 : FIO34-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : IO1QUERY                : DistinguishBetweenCharReadFromAFileAndEofOrWeofTEST_DIFFERENCE      : RULE                 : FIO34-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : IO4QUERY                : WrongNumberOfFormatArgumentsTEST_DIFFERENCE      : RULE                 : FIO47-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : IO4QUERY                : UseValidSpecifiersTEST_DIFFERENCE      : RULE                 : FIO47-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : IO4QUERY                : WrongTypeFormatArgumentsTEST_DIFFERENCE      : RULE                 : FIO47-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Strings3QUERY                : CastCharBeforeConvertingToLargerSizesTEST_DIFFERENCE      : RULE                 : STR34-CCOMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Strings2QUERY                : ToCharacterHandlingFunctionsRepresentableAsUCharTEST_DIFFERENCE      : RULE                 : STR37-CCOMPILE_PASS         : TrueSUITE                : MISRA-C-2012TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : IO1QUERY                : FileUsedAfterClosedTEST_DIFFERENCE      : RULE                 : RULE-22-6COMPILE_PASS         : TrueSUITE                : CERT-CTEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : IO1QUERY                : UndefinedBehaviorAccessingAClosedFileTEST_DIFFERENCE      : RULE                 : FIO46-CCOMPILE_PASS         : TrueSUITE                : MISRA-C-2012TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : EssentialTypesQUERY                : AssignmentToWiderEssentialTypeTEST_DIFFERENCE      : RULE                 : RULE-10-6COMPILE_PASS         : TrueSUITE                : MISRA-C-2012TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Pointers1QUERY                : ConversionBetweenFunctionPointerAndOtherTypeTEST_DIFFERENCE      : RULE                 : RULE-11-1COMPILE_PASS         : TrueSUITE                : MISRA-C-2012TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Pointers1QUERY                : ConversionBetweenIncompleteTypePointerAndOtherTypeTEST_DIFFERENCE      : RULE                 : RULE-11-2COMPILE_PASS         : TrueSUITE                : MISRA-C-2012TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Pointers1QUERY                : ConversionFromPointerToVoidIntoPointerToObjectTEST_DIFFERENCE      : RULE                 : RULE-11-5COMPILE_PASS         : TrueSUITE                : MISRA-C-2012TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : BannedQUERY                : StandardHeaderFileUsedSetjmphTEST_DIFFERENCE      : RULE                 : RULE-21-4COMPILE_PASS         : TrueSUITE                : MISRA-C-2012TEST_PASS            : TrueCOMPILE_ERROR_OUTPUT : PACKAGE              : Language3QUERY                : LanguageExtensionsShouldNotBeUsedTEST_DIFFERENCE      : RULE                 : RULE-1-2

Copy link
Contributor

@jsingletjsinglet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks good@mbaluda! Should we perhaps be keeping track of how many were simple path/library issues vs which required deeper work?

mbaluda reacted with thumbs up emoji
@mbaluda
Copy link
ContributorAuthor

Looks good@mbaluda! Should we perhaps be keeping track of how many were simple path/library issues vs which required deeper work?

I split the description in 2 parts: fixes to the queries vs adjustment to test files

jsinglet reacted with heart emoji

@mbaludambaluda marked this pull request as ready for reviewApril 24, 2023 20:56
jsingletand others added2 commitsApril 25, 2023 11:38
Fix test files for RULE-1-3 and CON38-C
@jsinglet
Copy link
Contributor

🤖 Beep Boop!clang/c/x86_64 Matrix Testing for this PR has been completed. See below for the results!

COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : ExitHandlersMustReturnNormallyPACKAGE              : Contracts2SUITE                : CERT-CRULE                 : ENV32-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : DetectAndHandleStandardLibraryErrorsPACKAGE              : Contracts5SUITE                : CERT-CRULE                 : ERR33-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : RestrictPointerReferencesOverlappingObjectPACKAGE              : Pointers3SUITE                : CERT-CRULE                 : EXP43-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : DoNotPassAliasedPointerToRestrictQualifiedParamPACKAGE              : Pointers3SUITE                : CERT-CRULE                 : EXP43-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : NonNullTerminatedToFunctionThatExpectsAStringPACKAGE              : Strings1SUITE                : CERT-CRULE                 : STR32-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : DoNotConfuseNarrowAndWideFunctionsPACKAGE              : Strings3SUITE                : CERT-CRULE                 : STR38-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : DoNotAddOrSubtractAScaledIntegerToAPointerPACKAGE              : Pointers2SUITE                : CERT-CRULE                 : ARR39-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : AtomicVariableTwiceInExpressionPACKAGE              : Concurrency5SUITE                : CERT-CRULE                 : CON40-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : WrapFunctionsThatCanFailSpuriouslyInLoopPACKAGE              : Concurrency3SUITE                : CERT-CRULE                 : CON41-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : ErrnoReadBeforeReturnPACKAGE              : Contracts4SUITE                : CERT-CRULE                 : ERR30-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : SetlocaleMightSetErrnoPACKAGE              : Contracts4SUITE                : CERT-CRULE                 : ERR30-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : FunctionCallBeforeErrnoCheckPACKAGE              : Contracts4SUITE                : CERT-CRULE                 : ERR30-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : ErrnoNotSetToZeroPACKAGE              : Contracts4SUITE                : CERT-CRULE                 : ERR30-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : DoNotAccessVariableViaPointerOfIncompatibleTypePACKAGE              : Pointers3SUITE                : CERT-CRULE                 : EXP39-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : DoNotPerformFileOperationsOnDevicesPACKAGE              : IO3SUITE                : CERT-CRULE                 : FIO32-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : WrongNumberOfFormatArgumentsPACKAGE              : IO4SUITE                : CERT-CRULE                 : FIO47-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : WrongTypeFormatArgumentsPACKAGE              : IO4SUITE                : CERT-CRULE                 : FIO47-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : UseValidSpecifiersPACKAGE              : IO4SUITE                : CERT-CRULE                 : FIO47-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : CastCharBeforeConvertingToLargerSizesPACKAGE              : Strings3SUITE                : CERT-CRULE                 : STR34-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : ToCharacterHandlingFunctionsRepresentableAsUCharPACKAGE              : Strings2SUITE                : CERT-CRULE                 : STR37-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : FileUsedAfterClosedPACKAGE              : IO1SUITE                : MISRA-C-2012RULE                 : RULE-22-6TEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : UndefinedBehaviorAccessingAClosedFilePACKAGE              : IO1SUITE                : CERT-CRULE                 : FIO46-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : PreserveSafetyWhenUsingConditionVariablesPACKAGE              : Concurrency3SUITE                : CERT-CRULE                 : CON38-CTEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : AssignmentToWiderEssentialTypePACKAGE              : EssentialTypesSUITE                : MISRA-C-2012RULE                 : RULE-10-6TEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : StandardHeaderFileUsedSetjmphPACKAGE              : BannedSUITE                : MISRA-C-2012RULE                 : RULE-21-4TEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : LanguageExtensionsShouldNotBeUsedPACKAGE              : Language3SUITE                : MISRA-C-2012RULE                 : RULE-1-2TEST_DIFFERENCE      : COMPILE_PASS         : TrueCOMPILE_ERROR_OUTPUT : TEST_PASS            : TrueQUERY                : OccurrenceOfUndefinedBehaviorPACKAGE              : Language3SUITE                : MISRA-C-2012RULE                 : RULE-1-3TEST_DIFFERENCE      :

@mbaludambaluda added this pull request to themerge queueApr 26, 2023
@mbaludambaluda removed this pull request from themerge queue due to a manual requestApr 26, 2023
@mbaludambaluda added this pull request to themerge queueApr 26, 2023
Merged via the queue intogithub:main with commit5af66d1Apr 26, 2023
@mbaludambaluda deleted the qcc-expected branchApril 26, 2023 10:15
@mbaluda
Copy link
ContributorAuthor

  • All compilation and test issues are addressed (clang,gcc,qcc)
  • Performance slightly improved compared to v2.17.0

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@jsingletjsingletjsinglet approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

@mbaludambaluda

Labels

None yet

Projects

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@mbaluda@jsinglet

[8]ページ先頭

©2009-2025 Movatter.jp