HELLO v3!!!
This commit is contained in:
26
spec/fixtures/models/theme/child_style.css
vendored
Normal file
26
spec/fixtures/models/theme/child_style.css
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Theme Name: child
|
||||
Theme URI: https://child-theme.org/
|
||||
Description: child Theme
|
||||
Author: Christian Mehlmauer
|
||||
Author URI: https://child-theme.org/
|
||||
Template: twentyfourteen
|
||||
Version: 1.0.0
|
||||
*/
|
||||
|
||||
@import url("../twentyfourteen/custom.css");
|
||||
|
||||
.site,
|
||||
.site-header {
|
||||
max-width: 100%;
|
||||
}
|
||||
.site-content .entry-header,
|
||||
.site-content .entry-content,
|
||||
.site-content .entry-summary,
|
||||
.site-content .entry-meta, .page-content {
|
||||
/* Original max-width: 474px */
|
||||
max-width: 80%;
|
||||
}
|
||||
img {
|
||||
border: solid black 2px
|
||||
}
|
||||
50
spec/fixtures/models/theme/style.css
vendored
Normal file
50
spec/fixtures/models/theme/style.css
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
/*
|
||||
Theme Name: Twenty Fifteen
|
||||
Theme URI: https://wordpress.org/themes/twentyfifteen
|
||||
Author: the WordPress team
|
||||
Author URI:
|
||||
Description: Our 2015 default theme is clean, blog-focused.
|
||||
Version: 1.0
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Tags: black, blue, gray, pink, purple, white, yellow.
|
||||
Text Domain: twentyfifteen
|
||||
|
||||
This theme, like WordPress, is licensed under the GPL.
|
||||
Use it to make something cool, have fun, and share what you've learned with others.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Table of Contents
|
||||
*
|
||||
* 1.0 - Reset
|
||||
* 2.0 - Genericons
|
||||
* 3.0 - Typography
|
||||
* 4.0 - Elements
|
||||
* 5.0 - Forms
|
||||
* 6.0 - Navigations
|
||||
* 6.1 - Links
|
||||
* 6.2 - Menus
|
||||
* 7.0 - Accessibility
|
||||
* 8.0 - Alignments
|
||||
* 9.0 - Clearings
|
||||
* 10.0 - Header
|
||||
* 11.0 - Widgets
|
||||
* 12.0 - Content
|
||||
* 12.1 - Posts and pages
|
||||
* 12.2 - Post Formats
|
||||
* 12.3 - Comments
|
||||
* 13.0 - Footer
|
||||
* 14.0 - Media
|
||||
* 14.1 - Captions
|
||||
* 14.2 - Galleries
|
||||
* 15.0 - Media Queries
|
||||
* 15.1 - Mobile Large
|
||||
* 15.2 - Tablet Small
|
||||
* 15.3 - Tablet Large
|
||||
* 15.4 - Desktop Small
|
||||
* 15.5 - Desktop Medium
|
||||
* 15.6 - Desktop Large
|
||||
* 15.7 - Desktop X-Large
|
||||
*/
|
||||
11
spec/fixtures/models/theme/windows_line_endings.css
vendored
Normal file
11
spec/fixtures/models/theme/windows_line_endings.css
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Theme Name: child
|
||||
Theme URI: https://child-theme.org/
|
||||
Description: child Theme
|
||||
Author: Christian Mehlmauer
|
||||
Author URI: https://child-theme.org/
|
||||
Template: twentyfourteen
|
||||
Version: 1.0.0
|
||||
*/
|
||||
|
||||
@import url(../twentyfourteen/custom.css);
|
||||
1
spec/fixtures/models/timthumb/2.8.13_webshot_disabled.html
vendored
Normal file
1
spec/fixtures/models/timthumb/2.8.13_webshot_disabled.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<h1>A TimThumb error has occured</h1>The following error(s) occured:<br /><ul><li>You added the webshot parameter but webshots are disabled on this server. You need to set WEBSHOT_ENABLED == true to enable webshots.</li></ul><br /><br />Query String : webshot=1&src=http://picasa.com<br />TimThumb version : 2.8.13</pre>
|
||||
7
spec/fixtures/models/timthumb/2.8.13_webshot_enabled.html
vendored
Normal file
7
spec/fixtures/models/timthumb/2.8.13_webshot_enabled.html
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<!--
|
||||
If everything is correctly setup (lib installed etc), an image should be displayed.
|
||||
|
||||
However, for the vulnerability to be exploitable, the GD library is not required
|
||||
-->
|
||||
|
||||
<h1>A TimThumb error has occured</h1>The following error(s) occured:<br /><ul><li>GD Library Error: imagecreatetruecolor does not exist - please contact your webhost and ask them to install the GD library</li></ul><br /><br />Query String : webshot=1&src=http://picasa.com/<br />TimThumb version : 2.8.13</pre>
|
||||
Reference in New Issue
Block a user