-
Notifications
You must be signed in to change notification settings - Fork 13
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
Newtonsoft and Layout Changes #142
Conversation
src/SarifWeb/SarifWeb.csproj
Outdated
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" /> | ||
<PackageReference Include="Sarif.Multitool.Library" Version="2.4.14" /> | ||
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" /> | ||
<PackageReference Include="Sarif.Multitool.Library" Version="2.4.16" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EasyRhinoMSFT, do we need something other than this to update the Multitool package? #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope this should be it.
Note: using the Package Manager is the best way to go and ensures that everything is updated correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, this approach doesn't work in most of the repos for this particular update. :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the issue? I made the same change and it worked fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issue, this thread started in a Teams chat. I think some of the context got lost.
src/SarifWeb/Views/Home/Index.cshtml
Outdated
<img role="listitem" aria-label="Sonar" src="~/Images/Logos/Sonar.png" alt="Sonar" /> | ||
</a> | ||
<a href="https://forallsecure.com/" target="_blank"> | ||
<img role="listitem" aria-label="For All Secure" src="~/Images/Logos/ForAllSecure.png" alt="For All Secure" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/SarifWeb/Views/Home/Index.cshtml
Outdated
<div class="tools-item-description tools-other-item-description"><a href="https://github.com/microsoft/sarif-js-sdk">Code and supporting files</a> for working with SARIF in JavaScript applications.</div> | ||
<div class="tools-item-description tools-other-item-description"> | ||
<a href="https://github.com/microsoft/sarif-js-sdk">Code and supporting files</a> for working with SARIF in JavaScript applications. | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[](http://example.com/codeflow?start=16&length=4)
Remove #Closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.github/CODEOWNERS
Outdated
* @michaelcfanning @EasyRhinoMSFT @marmegh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -1,5 +1,8 @@ | |||
# SARIF Website Release History | |||
|
|||
## **v1.0.1** | |||
- Updating contributors list/images, bump Sarif.Multitool.Library from 2.4.14 to 2.4.16, add link to java-sarif documentation. [#142](https://github.com/microsoft/sarif-website/pull/142) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possibly, but to my knowledge they have not submitted the graphic for inclusion at this time. @EasyRhinoMSFT, have you heard from them at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates
Mend.png
reflecting name changeSarif.sdk
SARIF Package Release History (SDK, Driver, Converters, and Multitool)
3.0.0-beta1 Sdk | Driver | Converters | Multitool | Multitool Library
JsonConvert.Defaults
is not already configured) to address GitHub advisory GHSA-5crp-9r3c-p9vr.v2.4.16 Sdk | Driver | Converters | Multitool | Multitool Library
max-file-size-in-kb
argument that allows filtering scan targets by file size. #2494SARIF1002.UrisMustBeValid
for file URIs that omit theauthority
. #2501