diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-16 11:11:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-16 11:11:48 -0300 |
commit | 38de2d240000a80e646e4b228ae3fa5640a2283b (patch) | |
tree | 3e085805c14f3a9b9037d05d9129fb1a73dab99a | |
parent | 4ec9d06eedefa6d6f4048e673d9dfd5f4f3fa490 (diff) | |
download | feeds-38de2d240000a80e646e4b228ae3fa5640a2283b.tar.gz feeds-38de2d240000a80e646e4b228ae3fa5640a2283b.tar.bz2 |
Adding security feed
-rw-r--r-- | security.opml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security.opml b/security.opml new file mode 100644 index 0000000..3e7b48a --- /dev/null +++ b/security.opml @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<opml version="1.0"> + <head> + <title>Security</title> + </head> + <body> + <outline title="Security"> + <outline type="rss" xmlUrl="http://feeds.feedburner.com/schneier/fulltext" htmlUrl="https://www.schneier.com/blog/" title="Schneier on Security"/> + <outline type="rss" xmlUrl="http://theinvisiblethings.blogspot.com/feeds/posts/default" htmlUrl="http://theinvisiblethings.blogspot.com/" title="The Invisible Things Lab's blog"/> + <outline type="rss" xmlUrl="https://leap.se/pt/news.atom" htmlUrl="https://leap.se" title="LEAP News"/> + <outline type="rss" xmlUrl="http://feeds.wired.com/wired27b" htmlUrl="http://www.wired.com" title="WIRED » Threat Level"/> + <outline type="rss" xmlUrl="http://blog.wired.com/defense/atom.xml" htmlUrl="http://www.wired.com" title="WIRED » Danger Room"/> + <outline type="rss" xmlUrl="http://feeds.feedburner.com/AFewThoughtsOnCryptographicEngineering" htmlUrl="http://blog.cryptographyengineering.com/" title="A Few Thoughts on Cryptographic Engineering"/> + <outline type="rss" xmlUrl="http://rdist.root.org/feed/" htmlUrl="http://rdist.root.org" title="root labs rdist"/> + <outline type="rss" xmlUrl="http://outsourcedbits.org/feed/" htmlUrl="http://outsourcedbits.org" title="Outsourced Bits"/> + <outline type="rss" xmlUrl="http://bristolcrypto.blogspot.com/feeds/posts/default" htmlUrl="http://bristolcrypto.blogspot.com/" title="Bristol Cryptography Blog"/> + <outline type="rss" xmlUrl="http://grugq.github.io/atom.xml" htmlUrl="http://grugq.github.io/atom.xml" title="Hacker OPSEC"/> + <outline type="rss" xmlUrl="http://blog.cr.yp.to/feed.application=xml" htmlUrl="http://blog.cr.yp.to" title="cr.yp.to blog"/> + <outline type="rss" xmlUrl="https://whispersystems.org/blog/rss.xml" htmlUrl="http://www.whispersystems.org/blog/" title="Open Whisper Systems Blog"/> + <outline type="rss" xmlUrl="https://blog.torproject.org/blog/feed" htmlUrl="https://blog.torproject.org/blog" title="The Tor Blog blogs"/> + <outline type="rss" xmlUrl="https://security.stackexchange.com/feeds" htmlUrl="http://security.stackexchange.com/questions" title="Recent Questions - Information Security Stack Exchange"/> + <outline type="rss" xmlUrl="http://rss.gmane.org/messages/excerpts/gmane.comp.security.cypherpunks" htmlUrl="http://permalink.gmane.org/gmane.comp.security.cypherpunks" title="Cypherpunks Mailing List"/> + <outline type="rss" xmlUrl="http://rss.gmane.org/messages/excerpts/gmane.network.tor.user" htmlUrl="http://permalink.gmane.org/gmane.network.tor.user" title="Tor Users"/> + <outline type="rss" xmlUrl="http://rss.gmane.org/gmane.comp.cryptography.moderncrypto.messaging" htmlUrl="http://permalink.gmane.org/gmane.comp.cryptography.moderncrypto.messaging" title="Modern Crypto - Messaging"/> + <outline type="rss" xmlUrl="http://rss.gmane.org/gmane.comp.cryptography.moderncrypto.curves" htmlUrl="http://permalink.gmane.org/gmane.comp.cryptography.moderncrypto.curves" title="Modern Crypto - Curves"/> + <outline type="rss" xmlUrl="http://seclists.org/rss/fulldisclosure.rss" htmlUrl="http://seclists.org/fulldisclosure/" title="Full Disclosure"/> + <outline type="rss" xmlUrl="http://seclists.org/rss/isn.rss" htmlUrl="http://seclists.org/isn/" title="Info Security News"/> + <outline type="rss" xmlUrl="http://seclists.org/rss/cert.rss" htmlUrl="http://seclists.org/cert/" title="CERT Advisories"/> + <outline type="rss" xmlUrl="http://resources.infosecinstitute.com/feed/" htmlUrl="http://resources.infosecinstitute.com" title="InfoSec Institute"/> + </outline> + </body> +</opml> |