Update Axivion analysis configuration

Update QR rule set and add user name mapping into email to enable
erosion notification.

Task-number: QTQAINFRA-7222
Change-Id: I98fa2f278c3fea7dde61477841ef03ce10223d58
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
This commit is contained in:
Matti Paaso 2025-08-28 08:13:17 +03:00
parent e8106d5615
commit f2303b428f
2 changed files with 67 additions and 4 deletions

View File

@ -2,6 +2,7 @@
"Project": { "Project": {
"Git": { "Git": {
"_active": true, "_active": true,
"author_line": "author-mail",
"sourceserver_gitdir": "/data/axivion/databases/$(env:TESTED_MODULE_COIN).git", "sourceserver_gitdir": "/data/axivion/databases/$(env:TESTED_MODULE_COIN).git",
"sourceserver_remote_url": "ssh://codereview.qt-project.org:29418/qt/$(env:TESTED_MODULE_COIN)" "sourceserver_remote_url": "ssh://codereview.qt-project.org:29418/qt/$(env:TESTED_MODULE_COIN)"
}, },
@ -12,6 +13,11 @@
"directory": "../work/qt/$(env:TESTED_MODULE_COIN)", "directory": "../work/qt/$(env:TESTED_MODULE_COIN)",
"ir": "$(env:IRNAME)", "ir": "$(env:IRNAME)",
"name": "qt_$(env:PACKAGE)_$(env:MODULE)_dev_$(env:TARGET_OS_COIN)" "name": "qt_$(env:PACKAGE)_$(env:MODULE)_dev_$(env:TARGET_OS_COIN)"
},
"VCSIntegration": {
"vcs_mapping": {
"vcs_account_callback": "dsquery * forestroot -filter \"(&(objectCategory=Person)(mail=%1)) -attr sAMAccountName -l"
}
} }
}, },
"Results": { "Results": {

View File

@ -59,6 +59,9 @@
"Qt-Generic-MissingIncludeGuard": { "Qt-Generic-MissingIncludeGuard": {
"_active": true "_active": true
}, },
"Qt-Generic-MissingTrCall": {
"_active": true
},
"Qt-Generic-NoAbsoluteInclude": { "Qt-Generic-NoAbsoluteInclude": {
"_active": true "_active": true
}, },
@ -156,7 +159,7 @@
"_active": true "_active": true
}, },
"Qt-RangeLoopDetach": { "Qt-RangeLoopDetach": {
"_active": false "_active": true
}, },
"Qt-RangeLoopReference": { "Qt-RangeLoopReference": {
"_active": true "_active": true
@ -170,6 +173,60 @@
"Qt-RuleOfTwoSoft": { "Qt-RuleOfTwoSoft": {
"_active": true "_active": true
}, },
"Qt-Security-QAuthenticatorSetPassword": {
"_active": true
},
"Qt-Security-QDataStreamOperatorRead": {
"_active": true
},
"Qt-Security-QDtlsIgnoreVerificationErrors": {
"_active": true
},
"Qt-Security-QMqttClientSetPassword": {
"_active": true
},
"Qt-Security-QNetworkAccessManagerConnectToHost": {
"_active": true
},
"Qt-Security-QNetworkReplyIgnoreSslErrors": {
"_active": true
},
"Qt-Security-QProcessStart": {
"_active": true
},
"Qt-Security-QSqlDatabaseSetPassword": {
"_active": true
},
"Qt-Security-QSslConfigurationSetCiphers": {
"_active": true
},
"Qt-Security-QSslConfigurationSetMissingCertificateIsFatal": {
"_active": true
},
"Qt-Security-QSslConfigurationSetPeerVerifyMode": {
"_active": true
},
"Qt-Security-QSslConfigurationSetProtocol": {
"_active": true
},
"Qt-Security-QSslSocketIgnoreSslErrors": {
"_active": true
},
"Qt-Security-QSslSocketSetPeerVerifyMode": {
"_active": true
},
"Qt-Security-QSslSocketSetProtocol": {
"_active": true
},
"Qt-Security-QUrlSetPassword": {
"_active": true
},
"Qt-Security-QWebEngineCertificateErrorAcceptCertificate": {
"_active": true
},
"Qt-Security-QWebengineViewLoad": {
"_active": true
},
"Qt-SkippedBaseMethod": { "Qt-SkippedBaseMethod": {
"_active": true "_active": true
}, },
@ -203,8 +260,8 @@
"_Format": "1.0", "_Format": "1.0",
"_VersionNum": [ "_VersionNum": [
7, 7,
8, 10,
0, 2,
15004 17470
] ]
} }