Skip to content

Commit

Permalink
chore: update archived packages (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly authored Jan 29, 2025
1 parent 2242294 commit aaba134
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions FLAGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Example: ISC OR GPL-2.0-with-GCC-exception.



Under the hood we use [@nodesecure/licenses-conformance](https://github.com/NodeSecure/licenses-conformance) to assert licenses conformance!
Under the hood we use [`@nodesecure/conformance`](https://github.com/NodeSecure/scanner/tree/master/workspaces/conformance) to assert licenses conformance!

</details><details><summary>🐲 hasNativeCode</summary>

Expand All @@ -116,7 +116,7 @@ This flag mean that we have not detected any licenses in the npm Tarball (or som



The code and logic behind the detection is handled in the [npm-tarball-license-parser](https://github.com/fraxken/npm-tarball-license-parser) package.
The code and logic behind the detection is handled in the [`@nodesecure/tarball`](https://github.com/NodeSecure/scanner/tree/master/workspaces/tarball) package.



Expand Down Expand Up @@ -146,7 +146,7 @@ We currently working to implement NVD and [OSV](https://osv.dev/).

</details><details><summary>⚠ hasWarnings</summary>

This means that the [SAST](https://www.gartner.com/en/information-technology/glossary/static-application-security-testing-sast) Scanner has detected several problems by analyzing the **Abstract Syntax Tree (AST)** of a JavaScript source code. All warnings are accurately documented [here](https://github.com/fraxken/js-x-ray#warnings-legends-v20).
This means that the [SAST](https://www.gartner.com/en/information-technology/glossary/static-application-security-testing-sast) Scanner has detected several problems by analyzing the **Abstract Syntax Tree (AST)** of a JavaScript source code. All warnings are accurately documented [here](https://github.com/NodeSecure/js-x-ray#legends).

</details><details><summary>💀 isDead</summary>

Expand Down Expand Up @@ -195,4 +195,4 @@ This can happen, for example, when the package uses **tags** such as:
* @beta
* @next

</details>
</details>
2 changes: 1 addition & 1 deletion src/flags/hasMultipleLicenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ <h1>📚 hasMultipleLicenses</h1>
<p>Example: <span>ISC OR GPL-2.0-with-GCC-exception</span>.</p>
<br />
<p>
Under the hood we use <a href="https://github.com/NodeSecure/licenses-conformance">@nodesecure/licenses-conformance</a> to assert licenses conformance!
Under the hood we use <a href="https://github.com/NodeSecure/scanner/tree/master/workspaces/conformance">@nodesecure/conformance</a> to assert licenses conformance!
</p>
</div>
2 changes: 1 addition & 1 deletion src/flags/hasNoLicense.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1>📜 hasNoLicense</h1>
</p>
<br />
<p>
The code and logic behind the detection is handled in the <a href="https://github.com/fraxken/npm-tarball-license-parser">npm-tarball-license-parser</a> package.
The code and logic behind the detection is handled in the <a href="https://github.com/NodeSecure/scanner/tree/master/workspaces/tarball">@nodesecure/tarball</a> package.
</p>
<br />
<p>
Expand Down
4 changes: 2 additions & 2 deletions src/flags/hasWarnings.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ <h1>⚠ hasWarnings</h1>
<p>
This means that the <a href="https://www.gartner.com/en/information-technology/glossary/static-application-security-testing-sast" target="_blank">SAST</a> Scanner
has detected several problems by analyzing the <b>Abstract Syntax Tree (AST)</b> of a JavaScript source code.
All warnings are accurately documented <a href="https://github.com/fraxken/js-x-ray#warnings-legends-v20" target="_blank">here</a>.
</p>
All warnings are accurately documented <a href="https://github.com/NodeSecure/js-x-ray#legends" target="_blank">here</a>.
</p>
</div>

0 comments on commit aaba134

Please sign in to comment.