Skip to content

Commit 1e6229d

Browse files
authored
Merge pull request #213579 from mathapli/master
Update with vulnerabilty content
2 parents 7d79b57 + 0f95399 commit 1e6229d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

articles/marketplace/azure-container-certification-faq.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,18 @@ sections:
2525
Vulnerability failure
2626
answer: |
2727
A vulnerability is an exploitable risk and/or an unsecured entry points that can be used by malicious actors for nefarious actions.
28-
If you're planning to publish container products, we strongly recommend you to scan your product for vulnerability and fix them before publishing the container product.
29-
If your existing container products have vulnerabilities in them, you should deprecate/hide the affected offer and republish after fixing the vulnerabilities.
28+
29+
Marketplace Container Certification uses MS Defender for cloud, which scans images in ACR for vulnerabilities based on CVSS v3 score (Common Vulnerability Scoring System). All container products with vulnerabilities with CVSS v3 score greater than or equal to 7 are blocked. There may be rare instances where specific CVE IDs with even lower scores are blocked by certification.
30+
Certification tries to provide remediation steps for each vulnerability so publishers can fix them.
3031
31-
You may use **Microsoft Defender** to scan your product by copying images to your ACR or use other scanners such as **Aqua Security, Qualys Container Security, Clair, TwistLock**.
32+
You can also use MS Defender or open source/paid software such as Aqua Security, Qualys Container Security, Clair, Twist Lock for scanning your images before publishing. You must remove at least high and critical vulnerabilities to ensure high rate of passing.
33+
These tools are just examples of the tools available for scanning online. ISVs are free to choose any other tool, which is the right fit for them (even if it is not part of the list here) as long as it identifies vulnerabilities.
34+
35+
>[!NOTE]
36+
>The Common Vulnerability Scoring System (CVSS) provides a way to capture the principal characteristics of a vulnerability, and produce a numerical score reflecting its severity, and a textual representation of that score. The numerical score can then be translated into a qualitative representation (such as low, medium, high, and critical) to help organizations properly assess and prioritize their vulnerability management processes.
37+
38+
>[!NOTE]
39+
>There are rare scenarios where products might have excessive number of vulnerabilities and we are not able to share results for all of them in certification report. We recommend you to scan such products before publishing. You can also reach out to us at [Marketplace Publisher Support](https://aka.ms/marketplacepublishersupport) to get details in email.
3240
3341
- question: |
3442
Malware failure

0 commit comments

Comments
 (0)