-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3381 from mercedes-benz/develop
Merge `develop` into `master` for release
- Loading branch information
Showing
73 changed files
with
4,287 additions
and
731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...oc/src/docs/asciidoc/documents/code2doc/usecases/user/mark_false_positives.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// SPDX-License-Identifier: MIT | ||
[[sechub-doclink-uc-user-marks-false-positives]] | ||
A user wants to mark false positives either for a finished job or with project data not necessarily connected to a finished job. | ||
|
||
To mark false positives using job data the job must have been executed, finished without failure and job NOT been deleted. | ||
The user will be able to mark former job results by their given id as false positives. | ||
|
||
To mark false positives using no job must have been run, but it will help identify findings as false positives of course. | ||
The project data are not related to any job information. | ||
|
6 changes: 0 additions & 6 deletions
6
...ocs/asciidoc/documents/code2doc/usecases/user/mark_false_positives_for_job.adoc
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...usecases/user/unmark_false_positives.adoc → .../user/unmark_false_positives_jobdata.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...ciidoc/documents/code2doc/usecases/user/unmark_false_positives_projectdata.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// SPDX-License-Identifier: MIT | ||
[[sechub-doclink-uc-user-unmarks-false-positives-projectdata]] | ||
A user wants to unmark existing false positives | ||
This means the false positives has been marked before. | ||
|
||
NOTE: This will NOT change any former job report where the false positive to unmark has been filtered! | ||
|
||
After next scan job the former false positive is no longer filtering the finding. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.