Skip to content

Instantly share code, notes, and snippets.

@moul
Created August 18, 2019 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moul/ff952836429f515ec95c8115a54c7f5e to your computer and use it in GitHub Desktop.
Save moul/ff952836429f515ec95c8115a54c7f5e to your computer and use it in GitHub Desktop.
cat SECURITY.md | moulsay | ascii2svg
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg width="800px" height="600px" viewBox="0 0 800 600" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g>
<rect x="0" y="0" width="800" height="600" fill="black" stroke="white"></rect>
<foreignObject x="15" y="5" width="770" height="590">
<div xmlns="http://www.w3.org/1999/xhtml" style="width:800px; height:600px; overflow-y:auto; color: white; font-size: 20px;">
<pre> ++
++++
++++
++++++++++
+++ |
++ |
+ -== ==|
( &lt;*&gt; &lt;*&gt; # Reporting security issues I take security
| | seriously. If you discover a security issue,
| __| please bring it to my attention right away!
| +++ ### Reporting a Vulnerability Please **DO
\ =+ NOT** file a public issue, instead send your
\ + report privately to m+security-report@42.am.
|\++++++ Security reports are greatly appreciated and I
| ++++ ||// will publicly thank you for it, although I
____| |____ _||/__ keep your name confidential if you request it.
/ --- \ \| |||
/ _ _ _ / \ \ /
| / / //_//_// | | |
</pre>
</div>
</foreignObject>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment