Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7fbb1cf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan-ferry-sonarsource committed Sep 20, 2023
1 parent ab64589 commit 455e2cd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rules/S6752/default-description.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h4 id="_noncompliant_code_example">Noncompliant code example</h4>
<h4 id="_compliant_solution">Compliant solution</h4>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-java" data-lang="java">props.set("artifactory_token", System.getenv("artifactory_token"))</code></pre>
<pre class="highlight"><code class="language-java" data-lang="java">props.set("artifactory_token", System.getenv("ARTIFACTORY_TOKEN"))</code></pre>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion rules/S6752/default-metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"title":"Artifactory tokens should not be disclosed","type":"VULNERABILITY","code":{"impacts":{"SECURITY":"HIGH"},"attribute":"TRUSTWORTHY"},"status":"ready","remediation":{"func":"Constant/Issue","constantCost":"30min"},"tags":["cwe","cert"],"extra":{"replacementRules":[]},"defaultSeverity":"Blocker","ruleSpecification":"RSPEC-6752","sqKey":"S6752","scope":"All","securityStandards":{"CWE":[798,259],"OWASP":["A3"],"CERT":["MSC03-J."],"OWASP Top 10 2021":["A7"],"PCI DSS 3.2":["6.5.10"],"PCI DSS 4.0":["6.2.4"],"ASVS 4.0":["2.10.4","3.5.2","6.4.1"]},"defaultQualityProfiles":["Sonar way"],"quickfix":"unknown","allKeys":["S6752"],"prUrl":"https://github.com/SonarSource/rspec/pull/3023","branch":"rule/add-RSPEC-S6752","languagesSupport":[{"name":"secrets","status":"ready"}]}
{"title":"Artifactory tokens should not be disclosed","type":"VULNERABILITY","code":{"impacts":{"SECURITY":"HIGH"},"attribute":"TRUSTWORTHY"},"status":"ready","remediation":{"func":"Constant/Issue","constantCost":"30min"},"tags":["cwe","cert"],"extra":{"replacementRules":[]},"defaultSeverity":"Blocker","ruleSpecification":"RSPEC-6752","sqKey":"S6752","scope":"All","securityStandards":{"CWE":[798,259],"OWASP":["A3"],"CERT":["MSC03-J."],"OWASP Top 10 2021":["A7"],"PCI DSS 3.2":["6.5.10"],"PCI DSS 4.0":["6.2.4"],"ASVS 4.0":["2.10.4","3.5.2","6.4.1"]},"defaultQualityProfiles":["Sonar way"],"quickfix":"unknown","allKeys":["S6752"],"branch":"master","languagesSupport":[{"name":"secrets","status":"ready"}]}
2 changes: 1 addition & 1 deletion rules/S6752/secrets-description.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h4 id="_noncompliant_code_example">Noncompliant code example</h4>
<h4 id="_compliant_solution">Compliant solution</h4>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code class="language-java" data-lang="java">props.set("artifactory_token", System.getenv("artifactory_token"))</code></pre>
<pre class="highlight"><code class="language-java" data-lang="java">props.set("artifactory_token", System.getenv("ARTIFACTORY_TOKEN"))</code></pre>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion rules/S6752/secrets-metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"title":"Artifactory tokens should not be disclosed","type":"VULNERABILITY","code":{"impacts":{"SECURITY":"HIGH"},"attribute":"TRUSTWORTHY"},"status":"ready","remediation":{"func":"Constant/Issue","constantCost":"30min"},"tags":["cwe","cert"],"extra":{"replacementRules":[]},"defaultSeverity":"Blocker","ruleSpecification":"RSPEC-6752","sqKey":"S6752","scope":"All","securityStandards":{"CWE":[798,259],"OWASP":["A3"],"CERT":["MSC03-J."],"OWASP Top 10 2021":["A7"],"PCI DSS 3.2":["6.5.10"],"PCI DSS 4.0":["6.2.4"],"ASVS 4.0":["2.10.4","3.5.2","6.4.1"]},"defaultQualityProfiles":["Sonar way"],"quickfix":"unknown","allKeys":["S6752"],"prUrl":"https://github.com/SonarSource/rspec/pull/3023","branch":"rule/add-RSPEC-S6752","languagesSupport":[{"name":"secrets","status":"ready"}]}
{"title":"Artifactory tokens should not be disclosed","type":"VULNERABILITY","code":{"impacts":{"SECURITY":"HIGH"},"attribute":"TRUSTWORTHY"},"status":"ready","remediation":{"func":"Constant/Issue","constantCost":"30min"},"tags":["cwe","cert"],"extra":{"replacementRules":[]},"defaultSeverity":"Blocker","ruleSpecification":"RSPEC-6752","sqKey":"S6752","scope":"All","securityStandards":{"CWE":[798,259],"OWASP":["A3"],"CERT":["MSC03-J."],"OWASP Top 10 2021":["A7"],"PCI DSS 3.2":["6.5.10"],"PCI DSS 4.0":["6.2.4"],"ASVS 4.0":["2.10.4","3.5.2","6.4.1"]},"defaultQualityProfiles":["Sonar way"],"quickfix":"unknown","allKeys":["S6752"],"branch":"master","languagesSupport":[{"name":"secrets","status":"ready"}]}
2 changes: 1 addition & 1 deletion rules/rule-index-store.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rules/rule-index.json

Large diffs are not rendered by default.

0 comments on commit 455e2cd

Please sign in to comment.