Skip to content

Commit

Permalink
#272 ADD security cards
Browse files Browse the repository at this point in the history
  • Loading branch information
sofusalbertsen committed Aug 3, 2022
1 parent 197286f commit edce822
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fixtures/firestore-data/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,5 +349,23 @@
"content": "Re-running functional and non-functional\n tests to ensure that previously developed\n and tested software still performs after a change",
"number": 41,
"deckId": "7p5qqvE8kCV9WWysVc2n"
},
"dast": {
"type": "pipeline-step",
"tags": [],
"title": "Static Application Security Testing",
"subtitle": "Security Step",
"content": "Identifies vulnerabilites in your source code\n, third party dependencies, container images\n or infrastructure as code.",
"number": 42,
"deckId": "7p5qqvE8kCV9WWysVc2n"
},
"sast": {
"type": "pipeline-step",
"tags": [],
"title": "Dynamic Application Security Testing",
"subtitle": "Security Step",
"content": "Identifies vulnerabilites in your running \nweb application. The tool can check for vulnerabilities\n like cross-site scripting, SQL injection,\n API security, etc",
"number": 43,
"deckId": "7p5qqvE8kCV9WWysVc2n"
}
}

0 comments on commit edce822

Please sign in to comment.