You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are using your library to generate json and rss feeds about github security advisories. I tried to add the severity of each vulnerability to the feeds in the form of a "category" but get inconsistent results in rss VS json feeds.
Testing with name="severity" and term = "CRITICAL"
Describe the bug
Hello,
we are using your library to generate json and rss feeds about github security advisories. I tried to add the severity of each vulnerability to the feeds in the form of a "category" but get inconsistent results in rss VS json feeds.
Testing with name="severity" and term = "CRITICAL"
XML Result shows that the categories are taken in account in the feed with a term representing the level of criticity.
And each entry gets a category with both a label and a term, consistent with the categories displayed in the flow.
But in the JSON flow this category is transformed to a "tag" and this one is displaying the "label" instead of the "term" :
I expected to get the term here, not the label. Am I interpreting this wrongly ?
Versions :
Additional context
You can see the flows here : https://azu.github.io/github-advisory-database-rss/
The text was updated successfully, but these errors were encountered: