Hello World:

This is a follow through question to my post over here:

http://www.perlmonks.org/?node_id=807880

I typically use forums and mailing list for discussion, and I am not an experienced blogger. I'd like to try some blogging with RSS, however, so please excuse if these questions sound naive. Just trying to keep things safe.

1 - TRUE or FALSE: The RSS security problems people explained in response to my previous post seem only to pertain to incoming (i.e. aggregated) data. In other words, I can still generate any kind of feed I want without compromising security, right?

2 - TRUE OR FALSE: As per aggregating from various feeds, I can choose which feeds to subscribe to, so it would seem that if the feed is a trusted source (e.g. like another one of your own sites), then one could aggregate off of those feeds without having to worry about hostile content. Is that correct?

3 - TRUE OR FALSE: If one is going to aggregate information from a relatively unknown source, then one is going to want to make sure your RSS aggregator scripts filter out anything but the most basic HTML tags.

The benefit in these questions seems to be that - if they are true - 1.) one can still create any kind of feed one wants, even allowing others to read it, and 2.) also one can propound any kind of trusted aggregated information, but, if the source isnt well known, then to program the aggregator to filter out hostile content.

Like I said, I am new to blogging, but it sounds like RSS is both fun and useful, so any help is much is much appreciated.

TIA!

BH


In reply to RSS & Security (Follow Up Question) by BlenderHead

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.