Skip to content

Commit 6916fb1

Browse files
committed
update notes
1 parent 90e5060 commit 6916fb1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/semgrep-code/triage-remediation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ To **fix a finding**, update or refactor the code so that the Semgrep rule patte
6363

6464
## Review provisionally ignored findings
6565

66-
If you have Semgrep Assistant enabled, review the findings that have been provisionally ignored. These are findings that Semgrep Assistant has flagged as false positives. For each finding, you can change the status to **Ignored** if you agree with Assistant's assement. Otherwise, you can change the status to **To fix** if you disagree.
66+
If you have Semgrep Assistant enabled, review the findings that have been **provisionally ignored**. These are findings that Semgrep Assistant has flagged as false positives. For each finding, you can change the status to **Ignored** if you agree with Assistant's assement. Otherwise, you can change the status to **To fix** if you disagree.
67+
68+
Findings with a status of **provisionally ignored** block pull requests and merge requests if the matching rule is included in a blocking policy.
6769

6870
### Ignore findings
6971

docs/semgrep-secrets/triage-remediation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ When commits are added to the PR or MR, Semgrep re-scans the PR or MR and detect
3232

3333
### Review provisionally ignored findings
3434

35-
If you have Semgrep Assistant enabled, review the findings that have been provisionally ignored. These are findings that Semgrep Assistant has flagged as false positives. For each finding, you can change the status to **Ignored** if you agree with Assistant's assement. Otherwise, you can change the status to **To fix** if you disagree.
35+
If you have Semgrep Assistant enabled, review the findings that have been **provisionally ignored**. These are findings that Semgrep Assistant has flagged as false positives. For each finding, you can change the status to **Ignored** if you agree with Assistant's assement. Otherwise, you can change the status to **To fix** if you disagree.
36+
37+
Findings with a status of **provisionally ignored** block pull requests and merge requests if the matching rule is included in a blocking policy.
3638

3739
## Common filtering use cases
3840

docs/semgrep-supply-chain/triage-remediation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ Remediate (or resolve) true positives in Semgrep Supply Chain by:
3838

3939
## Review provisionally ignored findings
4040

41-
If you have Semgrep Assistant enabled, review the findings that have been provisionally ignored. These are findings that Semgrep Assistant has flagged as false positives. For each finding, you can change the status to **Ignored** if you agree with Assistant's assement. Otherwise, you can change the status to **To fix** if you disagree.
41+
If you have Semgrep Assistant enabled, review the findings that have been **provisionally ignored**. These are findings that Semgrep Assistant has flagged as false positives. For each finding, you can change the status to **Ignored** if you agree with Assistant's assement. Otherwise, you can change the status to **To fix** if you disagree.
42+
43+
Findings with a status of **provisionally ignored** block pull requests and merge requests if the matching rule is included in a blocking policy.
4244

4345
### Remove the dependency and refactor the code
4446

0 commit comments

Comments
 (0)