Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL in the comments of Sanitize.php is dead #839

Open
kevinbowen777 opened this issue Jun 26, 2023 · 0 comments
Open

URL in the comments of Sanitize.php is dead #839

kevinbowen777 opened this issue Jun 26, 2023 · 0 comments

Comments

@kevinbowen777
Copy link

kevinbowen777 commented Jun 26, 2023

The URL: http://diveintomark.org:80/archives/2003/0/12/how_to_consume_rss_safely
goes to what looks like a sports betting page(?).

Code in src/Santize.php:

// Strip out HTML tags and attributes that might cause various security problems.
// Based on recommendations by Mark Pilgrim at:
// http://diveintomark.org/archives/2003/06/12/how_to_consume_rss_safely
if ($this->strip_htmltags) {
    foreach ($this->strip_htmltags as $tag) {
        $this->strip_tag($tag, $document, $xpath, $type);
    }
}

The last known working archive copy of this article is:

https://web.archive.org/web/20110902041826/http://diveintomark.org:80/archives/2003/06/12/how_to_consume_rss_safely

theamoeba pushed a commit to theamoeba/simplepie that referenced this issue Jun 28, 2023
mblaney added a commit that referenced this issue Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant