Do not allow sysDescr to be fetched in os module yaml (#14331)

It has already been fetched, use sysDescr_regex
This commit is contained in:
Tony Murray 2022-09-09 15:05:37 -05:00 committed by GitHub
parent d2c6016d27
commit 6b1ae1dbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,7 +365,8 @@
"oids": {
"type": ["string", "array"],
"items": {
"type": "string"
"type": "string",
"pattern": "^((?!sysDescr\\.0|1\\.3\\.6\\.1\\.2\\.1\\.1\\.1\\.0).)*$"
}
},
"pre-cache": {