Skip to content

fix(fp): suppress false positive for microsoft-kiota-abstractions (#8539)#8543

Closed
Umesh042005 wants to merge 1 commit into
dependency-check:mainfrom
Umesh042005:fix/8539-kiota-fp
Closed

fix(fp): suppress false positive for microsoft-kiota-abstractions (#8539)#8543
Umesh042005 wants to merge 1 commit into
dependency-check:mainfrom
Umesh042005:fix/8539-kiota-fp

Conversation

@Umesh042005
Copy link
Copy Markdown
Contributor

Description of Change

Investigated and reproduced a false positive affecting:

pkg:maven/com.microsoft.kiota/microsoft-kiota-abstractions@1.9.0

Dependency-Check currently maps the artifact to:

cpe:2.3:a:microsoft:kiota

which results in CVE-2026-41134 being reported.

From investigation of the package structure and advisory scope, the vulnerability appears related to runtime/code-generation behavior, while microsoft-kiota-abstractions primarily provides abstraction/interface contracts without the concrete runtime implementation associated with the vulnerable behavior.

This change adds a narrow suppression scoped specifically to:

  • pkg:maven/com.microsoft.kiota/microsoft-kiota-abstractions
  • CVE-2026-41134

to avoid broader suppression of other Kiota runtime artifacts.

Related issues

Have test cases been added to cover the new functionality?

No

The change is limited to a targeted false-positive suppression rule and existing project builds/tests complete successfully.

@boring-cyborg boring-cyborg Bot added the core changes to core label May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core changes to core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FP]: com.microsoft.kiota/microsoft-kiota-authentication-azure matching microsoft:kiota CPE

1 participant