Author
|
zPlus <zplus@peers.community>
2023-10-22 05:43:47
|
Committer
|
zPlus <zplus@peers.community>
2023-10-22 05:43:47
|
Commit
|
abd902b
(patch)
|
Tree
|
0cb7ac9
|
Parent(s)
|
|
Fix invalid URI.
commits diff:
16a20cc..abd902b
2 files changed,
2 insertions,
2 deletions
—
download
Diffstat
Diff options
+1/-1
M data/blob.ttl
3024
|
3024
|
|
:type "PDF" .
|
3025
|
3025
|
|
|
3026
|
3026
|
|
<dokk:blob:pdf/OWASP_Cheat_Sheets_(Woschek_2015).pdf>
|
3027
|
|
- |
:library library:OWASP_Cheat_Sheets_(Woschek_2015) ;
|
|
3027
|
+ |
:library library:OWASP_Cheat_Sheets_\(Woschek_2015\) ;
|
3028
|
3028
|
|
:primary_source "https://owasp.org/www-pdf-archive//OWASP_Cheatsheets_Book.pdf" ;
|
3029
|
3029
|
|
:primary_source_retrieved "2023-10-14" ;
|
3030
|
3030
|
|
:type "PDF" .
|
+1/-1
M data/library.ttl
2653
|
2653
|
|
:license license:CC-BY-NC-ND-3.0 ;
|
2654
|
2654
|
|
:author "John M. Anderies", "Marco A. Janssen" .
|
2655
|
2655
|
|
|
2656
|
|
- |
:OWASP_Cheat_Sheets_(Woschek_2015)
|
|
2656
|
+ |
:OWASP_Cheat_Sheets_\(Woschek_2015\)
|
2657
|
2657
|
|
:title "OWASP Cheat Sheets" ;
|
2658
|
2658
|
|
:license license:CC-BY-SA-3.0 ;
|
2659
|
2659
|
|
:author "Martin Woschek" .
|