Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SARIF 2.1.0 messages with placeholders #158

Closed
KalleOlaviNiemitalo opened this issue Jul 25, 2022 · 1 comment
Closed

SARIF 2.1.0 messages with placeholders #158

KalleOlaviNiemitalo opened this issue Jul 25, 2022 · 1 comment

Comments

@KalleOlaviNiemitalo
Copy link

SarifParser ignores the message.arguments property ([SARIF-v2.1.0] §3.11.11). It should locate the placeholders in the message string ([SARIF-v2.1.0] §3.11.5) and replace them with those arguments, and decode any {{ or }} pairs that represent curly braces outside of placeholders.

Please see #157 (comment) for a sample log with placeholders and arguments.

@tomasbjerre
Copy link
Owner

I think this is implemented now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants