Feature
- Enriched the pack marketplace metadata for classifiers and mappers by adding a
tagsfield (set to["feed"]when the item is a feed) and exposing thetypefield. #5367 - Enriched the integration marketplace metadata with a
tagsfield that advertises fetch capabilities (feed,fetch-incidents,fetch-events,fetch-assets,fetch-credentials) so consumers can identify supported fetch types before installation. #5367 - Added support for the
isfetchcredentialsintegration field in the schema, parser, content graph object, and strict object models. #5367 - Adding Github.com co-pilot instructions #5350
- Improved BA129 validation to exclude reputation commands, list commands, and get commands from validation to prevent false positives. #5356
Fix
- Strip the
internalandisInternalfields from script YAMLs and theinternalfield from pack metadata files during theuploadflow so the uploaded content is visible to users (including in the packmetadata.jsoncontent items list). #5346 - Fixed false positives in AS109 validation by improving context key detection to handle single-segment keys, complex root/accessor splits, DT filter expressions, iscontext fields, and Set command key arguments. #5341
- Fixed the error message of BA125 to be more clear. #5344
- Fixed IM106 validation crash when integration image file does not exist by checking image existence before attempting to load it. #5388