<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kerryjorichards</id>
		<title>OWASP - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kerryjorichards"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Kerryjorichards"/>
		<updated>2026-05-01T18:01:00Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Aspect_Security_Logo.jpg&amp;diff=222454</id>
		<title>File:Aspect Security Logo.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Aspect_Security_Logo.jpg&amp;diff=222454"/>
				<updated>2016-10-17T18:41:59Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: Kerryjorichards uploaded a new version of &amp;amp;quot;File:Aspect Security Logo.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Aspect Security, Inc. Logo&lt;br /&gt;
http://www.aspectsecurity.com&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Aspect_Security_Logo.jpg&amp;diff=222453</id>
		<title>File:Aspect Security Logo.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Aspect_Security_Logo.jpg&amp;diff=222453"/>
				<updated>2016-10-17T18:41:28Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: Kerryjorichards uploaded a new version of &amp;amp;quot;File:Aspect Security Logo.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Aspect Security, Inc. Logo&lt;br /&gt;
http://www.aspectsecurity.com&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Aspect_Security_Logo.jpg&amp;diff=222452</id>
		<title>File:Aspect Security Logo.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Aspect_Security_Logo.jpg&amp;diff=222452"/>
				<updated>2016-10-17T18:40:51Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: Kerryjorichards uploaded a new version of &amp;amp;quot;File:Aspect Security Logo.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Aspect Security, Inc. Logo&lt;br /&gt;
http://www.aspectsecurity.com&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Kerryjorichards&amp;diff=204598</id>
		<title>User:Kerryjorichards</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Kerryjorichards&amp;diff=204598"/>
				<updated>2015-12-04T21:37:13Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have over 15 years of experience in technology marketing and community building. I recently joined Aspect Security and am new to the application security community.  I expect that my generalized anxiety about information security will be substantially increased by the end of this first year. I have a special interest in increasing the participation of women in technology.  I look forward to connecting with others!&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=REST_Security_Cheat_Sheet&amp;diff=204597</id>
		<title>REST Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=REST_Security_Cheat_Sheet&amp;diff=204597"/>
				<updated>2015-12-04T21:35:29Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: updated broken link under Whitelist allowable methods section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; __NOTOC__&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:160px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File:Cheatsheets-header.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
Last revision (mm/dd/yy): '''{{REVISIONMONTH}}/{{REVISIONDAY}}/{{REVISIONYEAR}}''' &lt;br /&gt;
= Introduction  =&lt;br /&gt;
 __TOC__{{TOC hidden}}&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Representational_state_transfer REST] (or REpresentational State Transfer) is a means of expressing specific entities in a system by URL path elements. REST is not an architecture but it is an architectural style to build services on top of the Web. REST allows interaction with a web-based system via simplified URLs rather than complex request body or &amp;lt;tt&amp;gt;POST&amp;lt;/tt&amp;gt; parameters to request specific items from the system. This document serves as a guide (although not exhaustive) of best practices to help REST-based services.&lt;br /&gt;
&lt;br /&gt;
= Authentication and session management =&lt;br /&gt;
&lt;br /&gt;
RESTful web services should use session-based authentication, either by establishing a session token via a POST or by using an API key as a POST body argument or as a cookie. Usernames, passwords, session tokens, and API keys should not appear in the URL, as this can be captured in web server logs, which makes them intrinsically valuable.&lt;br /&gt;
&lt;br /&gt;
OK:&lt;br /&gt;
&lt;br /&gt;
* [https://example.com/resourceCollection/123/action https://example.com/resourceCollection/&amp;lt;id&amp;gt;/action]&lt;br /&gt;
* https://twitter.com/vanderaj/lists&lt;br /&gt;
&lt;br /&gt;
NOT OK:&lt;br /&gt;
&lt;br /&gt;
* [https://example.com/controller/123/action?apiKey=a53f435643de32 https://example.com/controller/&amp;lt;id&amp;gt;/action?apiKey=a53f435643de32] (API Key in URL)&lt;br /&gt;
* [http://example.com/controller/123/action?apiKey=a53f435643de32 http://example.com/controller/&amp;lt;id&amp;gt;/action?apiKey=a53f435643de32] (transaction not protected by TLS; API Key in URL)&lt;br /&gt;
&lt;br /&gt;
== Protect Session State ==&lt;br /&gt;
&lt;br /&gt;
Many web services are written to be as stateless as possible. This usually ends up with a state blob being sent as part of the transaction. &lt;br /&gt;
&lt;br /&gt;
* Consider using only the session token or API key to maintain client state in a server-side cache. This is directly equivalent to how normal web apps do it, and there's a reason why this is moderately safe. &lt;br /&gt;
* Anti-replay. Attackers will cut and paste a blob and become someone else.  Consider using a time limited encryption key, keyed against the session token or API key, date and time, and incoming IP address. In general, implement some protection of local client storage of the authentication token to mitigate replay attacks.&lt;br /&gt;
* Don't make it easy to decrypt; change the internal state to be much better than it should be.&lt;br /&gt;
&lt;br /&gt;
In short, even if you have a brochureware web site, don't put in &amp;lt;tt&amp;gt;https://example.com/users/2313/edit?isAdmin=false&amp;amp;debug=false&amp;amp;allowCSRPanel=false&amp;lt;/tt&amp;gt; as you will quickly end up with a lot of admins, and help desk helpers, and &amp;quot;developers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= Authorization =&lt;br /&gt;
&lt;br /&gt;
== Anti-farming ==&lt;br /&gt;
&lt;br /&gt;
Many RESTful web services are put up, and then farmed, such as a price matching website or aggregation service. There's no technical method of preventing this use, so strongly consider means to encourage it as a business model by making high velocity farming is possible for a fee, or contractually limiting service using terms and conditions. CAPTCHAs and similar methods can help reduce simpler adversaries, but not well funded or technically competent adversaries. Using mutually assured client side TLS certificates may be a method of limiting access to trusted organizations, but this is by no means certain, particularly if certificates are posted deliberately or by accident to the Internet. &lt;br /&gt;
&lt;br /&gt;
== Protect HTTP methods ==&lt;br /&gt;
&lt;br /&gt;
RESTful API often use GET (read), POST (create), PUT (replace/update) and DELETE (to delete a record). Not all of these are valid choices for every single resource collection, user, or action. Make sure the incoming HTTP method is valid for the session token/API key and associated resource collection, action, and record. For example, if you have an RESTful API for a library, it's not okay to allow anonymous users to DELETE book catalog entries, but it's fine for them to GET a book catalog entry. On the other hand, for the librarian, both of these are valid uses.&lt;br /&gt;
&lt;br /&gt;
== Whitelist allowable methods ==&lt;br /&gt;
&lt;br /&gt;
It is common with RESTful services to allow multiple methods for a given URL for different operations on that entity. For example, a &amp;lt;tt&amp;gt;GET&amp;lt;/tt&amp;gt; request might read the entity while &amp;lt;tt&amp;gt;PUT&amp;lt;/tt&amp;gt; would update an existing entity, &amp;lt;tt&amp;gt;POST&amp;lt;/tt&amp;gt; would create a new entity, and &amp;lt;tt&amp;gt;DELETE&amp;lt;/tt&amp;gt; would delete an existing entity. It is important for the service to properly restrict the allowable verbs such that only the allowed verbs would work, while all others would return a proper response code (for example, a &amp;lt;tt&amp;gt;403 Forbidden&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
In Java EE in particular, this can be difficult to implement properly. See [http://www.aspectsecurity.com/research-presentations/bypassing-vbaac-with-http-verb-tampering Bypassing Web Authentication and Authorization with HTTP Verb Tampering] for an explanation of this common misconfiguration.&lt;br /&gt;
&lt;br /&gt;
== Protect privileged actions and sensitive resource collections ==&lt;br /&gt;
&lt;br /&gt;
Not every user has a right to every web service. This is vital, as you don't want administrative web services to be misused:&lt;br /&gt;
&lt;br /&gt;
* https://example.com/admin/exportAllData&lt;br /&gt;
&lt;br /&gt;
The session token or API key should be sent along as a cookie or body parameter to ensure that privileged collections or actions are properly protected from unauthorized use.&lt;br /&gt;
&lt;br /&gt;
== Protect against cross-site request forgery ==&lt;br /&gt;
&lt;br /&gt;
For resources exposed by RESTful web services, it's important to make sure any PUT, POST, and DELETE request is protected from Cross Site Request Forgery. Typically one would use a token-based approach. See [[Cross-Site Request Forgery (CSRF) Prevention Cheat Sheet]] for more information on how to implement CSRF-protection.&lt;br /&gt;
&lt;br /&gt;
CSRF is easily achieved even using random tokens if any XSS exists within your application, so please make sure you understand [[XSS (Cross Site Scripting) Prevention Cheat Sheet|how to prevent XSS]].&lt;br /&gt;
&lt;br /&gt;
== Insecure direct object references ==&lt;br /&gt;
&lt;br /&gt;
It may seem obvious, but if you had a bank account REST web service, you'd have to make sure there is adequate checking of primary and foreign keys:&lt;br /&gt;
&lt;br /&gt;
* https://example.com/account/325365436/transfer?amount=$100.00&amp;amp;toAccount=473846376&lt;br /&gt;
&lt;br /&gt;
In this case, it would be possible to transfer money from any account to any other account, which is clearly absurd. Not even a random token makes this safe.&lt;br /&gt;
&lt;br /&gt;
* https://example.com/invoice/2362365&lt;br /&gt;
&lt;br /&gt;
In this case, it would be possible to get a copy of all invoices. &lt;br /&gt;
&lt;br /&gt;
This is essentially a data-contextual access control enforcement need. A URL or even a POSTed form should NEVER contain an access control &amp;quot;key&amp;quot; or similar that provides automatic verification. &amp;lt;b&amp;gt;A data contextual check needs to be done, server side, with each request.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Input validation =&lt;br /&gt;
&lt;br /&gt;
== Input validation 101 ==&lt;br /&gt;
&lt;br /&gt;
Everything you know about input validation applies to RESTful web services, but add 10% because automated tools can easily fuzz your interfaces for hours on end at high velocity. So:&lt;br /&gt;
&lt;br /&gt;
* Assist the user &amp;gt; Reject input &amp;gt; Sanitize (filtering) &amp;gt; No input validation&lt;br /&gt;
&lt;br /&gt;
Assisting the user makes the most sense, as the most common scenario is &amp;quot;problem exists between keyboard and computer&amp;quot; (PEBKAC). Help the user input high quality data into your web services, such as ensuring a Zip code makes sense for the supplied address, or the date makes sense. If not, reject that input. If they continue on, or it's a text field or some other difficult to validate field, input sanitization is a losing proposition but still better than XSS or SQL injection. If you're already reduced to  sanitization or no input validation, make sure output encoding is very strong for your application. &lt;br /&gt;
&lt;br /&gt;
Log input validation failures, particularly if you assume that client-side code you wrote is going to call your web services. The reality is that anyone can call your web services, so assume that someone who is performing hundreds of failed input validations per second is up to no good. Also consider rate limiting the API to a certain number of requests per hour or day to prevent abuse. &lt;br /&gt;
&lt;br /&gt;
== Secure parsing ==&lt;br /&gt;
&lt;br /&gt;
Use a secure parser for parsing the incoming messages. If you are using XML, make sure to use a parser that is not vulnerable to [https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing XXE] and similar attacks.&lt;br /&gt;
&lt;br /&gt;
== Strong typing ==&lt;br /&gt;
&lt;br /&gt;
It's difficult to perform most attacks if the only allowed values are true or false, or a number, or one of a small number of acceptable values. Strongly type incoming data as quickly as possible. &lt;br /&gt;
&lt;br /&gt;
== Validate incoming content-types ==&lt;br /&gt;
&lt;br /&gt;
When POSTing or PUTting new data, the client will specify the Content-Type (e.g. &amp;lt;tt&amp;gt;application/xml&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;application/json&amp;lt;/tt&amp;gt;) of the incoming data. The server should never assume the Content-Type; it should always check that the Content-Type header and the content are the same type. A lack of Content-Type header or an unexpected Content-Type header should result in the server rejecting the content with a &amp;lt;tt&amp;gt;406 Not Acceptable&amp;lt;/tt&amp;gt; response.&lt;br /&gt;
&lt;br /&gt;
== Validate response types ==&lt;br /&gt;
&lt;br /&gt;
It is common for REST services to allow multiple response types (e.g. &amp;lt;tt&amp;gt;application/xml&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;application/json&amp;lt;/tt&amp;gt;, and the client specifies the preferred order of response types by the &amp;lt;tt&amp;gt;Accept&amp;lt;/tt&amp;gt; header in the request. '''Do NOT''' simply copy the &amp;lt;tt&amp;gt;Accept&amp;lt;/tt&amp;gt; header to the &amp;lt;tt&amp;gt;Content-type&amp;lt;/tt&amp;gt; header of the response. Reject the request (ideally with a &amp;lt;tt&amp;gt;406 Not Acceptable&amp;lt;/tt&amp;gt; response) if the &amp;lt;tt&amp;gt;Accept&amp;lt;/tt&amp;gt; header does not specifically contain one of the allowable types.&lt;br /&gt;
&lt;br /&gt;
Because there are many MIME types for the typical response types, it's important to document for clients specifically which MIME types should be used.&lt;br /&gt;
&lt;br /&gt;
== XML input validation == &lt;br /&gt;
&lt;br /&gt;
XML-based services must ensure that they are protected against common XML based attacks by using secure XML-parsing. This typically means protecting against XML External Entity attacks, XML-signature wrapping etc. See  [http://ws-attacks.org http://ws-attacks.org] for examples of such attacks.&lt;br /&gt;
&lt;br /&gt;
== Framework-Provided Validation ==&lt;br /&gt;
&lt;br /&gt;
Many frameworks, such as [https://jersey.java.net/ Jersey], allow for validation constraints to be enforced automatically by the framework at request or response time. (See [https://jersey.java.net/documentation/latest/bean-validation.html Bean Validation Support] for more information). While this does not validate the structure of JSON or XML data before being unmarshaled, it does provide automatic validation after unmarshaling, but before the data is presented to the application.&lt;br /&gt;
&lt;br /&gt;
= Output encoding =&lt;br /&gt;
&lt;br /&gt;
== Send security headers ==&lt;br /&gt;
&lt;br /&gt;
To make sure the content of a given resources is interpreted correctly by the browser, the server should always send the Content-Type header with the correct Content-Type, and preferably the Content-Type header should include a charset. The server should also send an &amp;lt;tt&amp;gt;X-Content-Type-Options: nosniff&amp;lt;/tt&amp;gt; to make sure the browser does not try to detect a different Content-Type than what is actually sent (can lead to XSS).&lt;br /&gt;
&lt;br /&gt;
Additionally the client should send an &amp;lt;tt&amp;gt;X-Frame-Options: deny&amp;lt;/tt&amp;gt; to protect against drag'n drop clickjacking attacks in older browsers.&lt;br /&gt;
&lt;br /&gt;
== JSON encoding ==&lt;br /&gt;
&lt;br /&gt;
A key concern with JSON encoders is preventing arbitrary JavaScript remote code execution within the browser... or, if you're using node.js, on the server. It's vital that you use a proper JSON serializer to encode user-supplied data properly to prevent the execution of user-supplied input on the browser.&lt;br /&gt;
&lt;br /&gt;
When inserting values into the browser DOM, strongly consider using &amp;lt;tt&amp;gt;.value&amp;lt;/tt&amp;gt;/&amp;lt;tt&amp;gt;.innerText&amp;lt;/tt&amp;gt;/&amp;lt;tt&amp;gt;.textContent&amp;lt;/tt&amp;gt; rather than &amp;lt;tt&amp;gt;.innerHTML&amp;lt;/tt&amp;gt; updates, as this protects against simple DOM XSS attacks. &lt;br /&gt;
&lt;br /&gt;
== XML encoding ==&lt;br /&gt;
&lt;br /&gt;
XML should never be built by string concatenation. It should always be constructed using an XML serializer. This ensures that the XML content sent to the browser is parseable and does not contain XML injection. For more information, please see the [[Web Service Security Cheat Sheet]].&lt;br /&gt;
&lt;br /&gt;
= Cryptography =&lt;br /&gt;
&lt;br /&gt;
== Data in transit ==&lt;br /&gt;
&lt;br /&gt;
Unless the public information is completely read-only, the use of TLS should be mandated, particularly where credentials, updates, deletions, and any value transactions are performed. The overhead of TLS is negligible on modern hardware, with a minor latency increase that is more than compensated by safety for the end user.&lt;br /&gt;
&lt;br /&gt;
Consider the use of mutually authenticated client-side certificates to provide additional protection for highly privileged web services.&lt;br /&gt;
&lt;br /&gt;
== Data in storage ==&lt;br /&gt;
&lt;br /&gt;
Leading practices are recommended as per any web application when it comes to correctly handling stored sensitive or regulated data. For more information, please see [[Top 10 2010-A7|OWASP Top 10 2010 - A7 Insecure Cryptographic Storage]].&lt;br /&gt;
&lt;br /&gt;
= Related articles =&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation}}&lt;br /&gt;
&lt;br /&gt;
= Authors and primary editors  =&lt;br /&gt;
&lt;br /&gt;
Erlend Oftedal - erlend.oftedal@owasp.org&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew van der Stock - vanderaj@owasp.org&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other cheatsheets ==&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation_Body}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=202565</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=202565"/>
				<updated>2015-10-23T16:04:47Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the visibility and participation of women in application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We are very close to our goal and know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. Fill out the survey to let us know how you'd like to participate! https://www.surveymonkey.com/r/SRNLD7H&lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
The Women in AppSec (WIA) program is for all OWASP members who believe that diversity is important to the success of an organization, as well as for women who want to make career connections with like-minded colleagues. We encourage you to attend our session on Thursday at 3:30pm in Room F, featuring the founders of InfoSec Girls, Apoorva Giri and Shruthi Kamath.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
We also invite you to join us for our networking and “Birds of a Feather” sessions on on Thursday in WIA meeting room . Stop by anytime between 10:00am and 3:30pm to meet other members and learn more about the WIA program. You can also suggest a discussion topic on the sign-up at the room entrance.  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
The Women in AppSec (WIA) program is for all OWASP members who believe that diversity is important to the success of an organization, as well as for women who want to make career connections with like-minded colleagues. We encourage you to attend our session on Thursday at 3:30pm in Room F, featuring the founders of InfoSec Girls, Apoorva Giri and Shruthi Kamath.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also invite you to join us for our networking and “Birds of a Feather” sessions on on Thursday in WIA meeting room . Stop by anytime between 10:00am and 3:30pm to meet other members and learn more about the WIA program. You can also suggest a discussion topic on the sign-up at the room entrance. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owasp-bangalore-logo.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP BOSTON'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP CHICAGO'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP DENVER'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP GERMANY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owaspjapan.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP MINNEAPOLIS ST. PAUL'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199549</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199549"/>
				<updated>2015-08-25T14:51:28Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* WELCOME */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We are very close to our goal and know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
The Women in AppSec (WIA) program is for all OWASP members who believe that diversity is important to the success of an organization, as well as for women who want to make career connections with like-minded colleagues. We encourage you to attend our session on Thursday at 3:30pm in Room F, featuring the founders of InfoSec Girls, Apoorva Giri and Shruthi Kamath.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
We also invite you to join us for our networking and “Birds of a Feather” sessions on on Thursday in WIA meeting room . Stop by anytime between 10:00am and 3:30pm to meet other members and learn more about the WIA program. You can also suggest a discussion topic on the sign-up at the room entrance.  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
The Women in AppSec (WIA) program is for all OWASP members who believe that diversity is important to the success of an organization, as well as for women who want to make career connections with like-minded colleagues. We encourage you to attend our session on Thursday at 3:30pm in Room F, featuring the founders of InfoSec Girls, Apoorva Giri and Shruthi Kamath.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also invite you to join us for our networking and “Birds of a Feather” sessions on on Thursday in WIA meeting room . Stop by anytime between 10:00am and 3:30pm to meet other members and learn more about the WIA program. You can also suggest a discussion topic on the sign-up at the room entrance. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owasp-bangalore-logo.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP BOSTON'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP CHICAGO'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP DENVER'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP GERMANY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owaspjapan.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP MINNEAPOLIS ST. PAUL'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199548</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199548"/>
				<updated>2015-08-25T14:50:31Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* ABOUT THE PROGRAM */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
The Women in AppSec (WIA) program is for all OWASP members who believe that diversity is important to the success of an organization, as well as for women who want to make career connections with like-minded colleagues. We encourage you to attend our session on Thursday at 3:30pm in Room F, featuring the founders of InfoSec Girls, Apoorva Giri and Shruthi Kamath.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
We also invite you to join us for our networking and “Birds of a Feather” sessions on on Thursday in WIA meeting room . Stop by anytime between 10:00am and 3:30pm to meet other members and learn more about the WIA program. You can also suggest a discussion topic on the sign-up at the room entrance.  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
The Women in AppSec (WIA) program is for all OWASP members who believe that diversity is important to the success of an organization, as well as for women who want to make career connections with like-minded colleagues. We encourage you to attend our session on Thursday at 3:30pm in Room F, featuring the founders of InfoSec Girls, Apoorva Giri and Shruthi Kamath.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also invite you to join us for our networking and “Birds of a Feather” sessions on on Thursday in WIA meeting room . Stop by anytime between 10:00am and 3:30pm to meet other members and learn more about the WIA program. You can also suggest a discussion topic on the sign-up at the room entrance. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owasp-bangalore-logo.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP BOSTON'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP CHICAGO'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP DENVER'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP GERMANY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owaspjapan.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP MINNEAPOLIS ST. PAUL'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199547</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199547"/>
				<updated>2015-08-25T14:49:15Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* APPSEC USA 2015 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
The Women in AppSec (WIA) program is for all OWASP members who believe that diversity is important to the success of an organization, as well as for women who want to make career connections with like-minded colleagues. We encourage you to attend our session on Thursday at 3:30pm in Room F, featuring the founders of InfoSec Girls, Apoorva Giri and Shruthi Kamath.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also invite you to join us for our networking and “Birds of a Feather” sessions on on Thursday in WIA meeting room . Stop by anytime between 10:00am and 3:30pm to meet other members and learn more about the WIA program. You can also suggest a discussion topic on the sign-up at the room entrance. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owasp-bangalore-logo.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP BOSTON'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP CHICAGO'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP DENVER'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP GERMANY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owaspjapan.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP MINNEAPOLIS ST. PAUL'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199546</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199546"/>
				<updated>2015-08-25T14:48:49Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* APPSEC USA 2015 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
The Women in AppSec (WIA) program is for all OWASP members who believe that diversity is important to the success of an organization, as well as for women who want to make career connections with like-minded colleagues. We encourage you to attend our session on Thursday at 3:30pm in Room F, featuring the founders of InfoSec Girls, Apoorva Giri and Shruthi Kamath.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We also invite you to join us for our networking and “Birds of a Feather” sessions on on Thursday in WIA meeting room . Stop by anytime between 10:00am and 3:30pm to meet other members and learn more about the WIA program. You can also suggest a discussion topic on the sign-up at the room entrance. &amp;lt;br&amp;gt;&lt;br /&gt;
Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owasp-bangalore-logo.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP BOSTON'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP CHICAGO'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP DENVER'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP GERMANY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owaspjapan.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP MINNEAPOLIS ST. PAUL'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199545</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199545"/>
				<updated>2015-08-25T14:01:00Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Silver Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owasp-bangalore-logo.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP BOSTON'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP CHICAGO'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP DENVER'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP GERMANY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owaspjapan.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP MINNEAPOLIS ST. PAUL'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199544</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199544"/>
				<updated>2015-08-25T13:59:29Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Silver Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owasp-bangalore-logo.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspjapan.png]]  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]] &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP BOSTON'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP CHICAGO'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP DENVER'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP GERMANY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP MINNEAPOLIS ST. PAUL'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199543</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199543"/>
				<updated>2015-08-25T13:56:53Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* WIA SPONSORS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspjapan.png]]  '''OWASP Japan'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP BOSTON'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP DENVER'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP MINNEAPOLIS ST. PAUL'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199314</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199314"/>
				<updated>2015-08-20T20:05:04Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* WIA SPONSORS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspjapan.png]]  '''OWASP Japan'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP BOSTON'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP DENVER'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP MINNEAPOLIS ST. PAUL'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Owaspjapan.png&amp;diff=199313</id>
		<title>File:Owaspjapan.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Owaspjapan.png&amp;diff=199313"/>
				<updated>2015-08-20T20:03:00Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: owaspjapan logo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;owaspjapan logo&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199312</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199312"/>
				<updated>2015-08-20T19:59:25Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Silver Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;'''OWASP BOSTON'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
'''OWASP DENVER'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;‎&lt;br /&gt;
[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Minneapolis St. Paul'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199311</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199311"/>
				<updated>2015-08-20T19:56:57Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* WIA SPONSORS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
‎[[File:Owasp_logo_ireland_small.jpg‎]]  '''OWASP Dublin-Ireland'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Minneapolis St. Paul'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NETHERLANDS'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199247</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199247"/>
				<updated>2015-08-18T20:58:49Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Platinum Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
‎[[File:Owasp_logo_ireland_small.jpg‎]]  '''Dublin-Ireland OWASP Chapter'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''NETHERLANDS OWASP Chapter'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY Chapter'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199246</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199246"/>
				<updated>2015-08-18T20:58:38Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Platinum Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
&lt;br /&gt;
[[File:Netflix_Logo_Print_FourColorCMYK_Small.png]]&lt;br /&gt;
&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
‎[[File:Owasp_logo_ireland_small.jpg‎]]  '''Dublin-Ireland OWASP Chapter'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''NETHERLANDS OWASP Chapter'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY Chapter'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Netflix_Logo_Print_FourColorCMYK_Small.png&amp;diff=199245</id>
		<title>File:Netflix Logo Print FourColorCMYK Small.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Netflix_Logo_Print_FourColorCMYK_Small.png&amp;diff=199245"/>
				<updated>2015-08-18T20:58:14Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: Small Netflix Logo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Small Netflix Logo&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Netflix_Logo_Print_FourColorCMYK.png&amp;diff=199244</id>
		<title>File:Netflix Logo Print FourColorCMYK.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Netflix_Logo_Print_FourColorCMYK.png&amp;diff=199244"/>
				<updated>2015-08-18T20:54:51Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: Netflix Logo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Netflix Logo&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199126</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199126"/>
				<updated>2015-08-17T14:52:27Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Silver Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
‎[[File:Owasp_logo_ireland_small.jpg‎]]  '''Dublin-Ireland OWASP Chapter'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''NETHERLANDS OWASP Chapter'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP NORWAY Chapter'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199123</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199123"/>
				<updated>2015-08-17T14:08:18Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Silver Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
‎[[File:Owasp_logo_ireland_small.jpg‎]]  '''Dublin-Ireland OWASP Chapter'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Netherlands OWASP Chapter'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199120</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199120"/>
				<updated>2015-08-17T14:01:11Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Silver Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
‎[[File:Owasp_logo_ireland_small.jpg ‎]]  '''Dublin-Ireland OWASP Chapter'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Netherlands OWASP Chapter'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Owaspnyc.jpeg]]'''OWASP NYC'''&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Owaspnyc.jpeg&amp;diff=199119</id>
		<title>File:Owaspnyc.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Owaspnyc.jpeg&amp;diff=199119"/>
				<updated>2015-08-17T13:54:32Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: OWASP NYC logo (from meetup page)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OWASP NYC logo (from meetup page)&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199091</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199091"/>
				<updated>2015-08-14T17:03:59Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* PLANNING A WIA EVENT */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
'''Planning &amp;amp; Selection Team'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
'''Sub-Team Roles'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Sponsorship''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking       out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
''Marketing''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
'''Budget'''&amp;lt;br&amp;gt;&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&amp;lt;br&amp;gt;&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
'''Netherlands OWASP Chapter'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
‎[[File:Owasp_logo_ireland_small.jpg ‎]]  '''Dublin-Ireland OWASP Chapter'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199090</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199090"/>
				<updated>2015-08-14T16:08:38Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Silver Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
'''Netherlands OWASP Chapter'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
‎[[File:Owasp_logo_ireland_small.jpg ‎]]  '''Dublin-Ireland OWASP Chapter'''  &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199089</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199089"/>
				<updated>2015-08-14T16:08:20Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Silver Sponsors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
'''Netherlands OWASP Chapter'''&amp;lt;br&amp;gt;&lt;br /&gt;
‎[[File:Owasp_logo_ireland_small.jpg ‎]]  '''Dublin-Ireland OWASP Chapter'''  &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:New_OWASP_LA_Logo-08-2014.jpg]]  '''OWASP Los Angeles'''&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199088</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199088"/>
				<updated>2015-08-14T16:07:39Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* WIA SPONSORS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
'''Netherlands OWASP Chapter'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Dublin-Ireland OWASP Chapter'''  ‎[[File:Owasp_logo_ireland_small.jpg ‎]]&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Los Angeles'''  [[File:New_OWASP_LA_Logo-08-2014.jpg]]&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199087</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199087"/>
				<updated>2015-08-14T16:07:02Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* WIA SPONSORS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
==Diamond Sponsors==&lt;br /&gt;
==Platinum Sponsors==&lt;br /&gt;
==Gold Sponsors==&lt;br /&gt;
==Silver Sponsors==&lt;br /&gt;
'''Netherlands OWASP Chapter'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Dublin-Ireland OWASP Chapter'''  ‎[[File:Owasp_logo_ireland_small.jpg ‎]]&amp;lt;br&amp;gt;&lt;br /&gt;
'''OWASP Los Angeles'''  [[File:New_OWASP_LA_Logo-08-2014.jpg]]&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199086</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=199086"/>
				<updated>2015-08-14T16:01:10Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* WIA SPONSORS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
Netherlands OWASP Chapter&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198335</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198335"/>
				<updated>2015-08-03T17:51:08Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* APPSEC USA 2015 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship opportunities''' &amp;lt;br&amp;gt;&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198334</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198334"/>
				<updated>2015-08-03T17:39:31Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* APPSEC USA 2015 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198333</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198333"/>
				<updated>2015-08-03T17:39:12Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* APPSEC USA 2015 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198332</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198332"/>
				<updated>2015-08-03T17:38:48Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* APPSEC USA 2015 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198328</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198328"/>
				<updated>2015-08-03T17:15:59Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* PLANNING A WIA EVENT */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. &lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to all of our regional and global events.&lt;br /&gt;
&lt;br /&gt;
'''AppSec APAC'''&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
'''AppSec EU'''&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
'''AppSec Latam'''&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA'''&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198327</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198327"/>
				<updated>2015-08-03T17:11:52Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* PREVIOUS WIA ACTIVITIES */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. Learn more here: [http://2015.appsec.eu/women-in-application-security/ http://2015.appsec.eu/women-in-application-security]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
== AppSec USA 2013 ==&lt;br /&gt;
Learn more about the program here: [http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html http://2013.appsecusa.org/2013/activities/owasp-women-in-application-security-appsec-program/index.html] &lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198322</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198322"/>
				<updated>2015-08-03T16:49:34Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* PLANNING */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING A WIA EVENT=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198321</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198321"/>
				<updated>2015-08-03T16:48:12Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;BR&amp;gt;&amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=CONTACT US=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198320</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198320"/>
				<updated>2015-08-03T16:46:18Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PREVIOUS WIA ACTIVITIES=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=APPSEC USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198319</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198319"/>
				<updated>2015-08-03T16:43:13Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=Previous WiA Activities=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=AppSec USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198318</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198318"/>
				<updated>2015-08-03T16:42:40Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=Previous WiA Activities=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=AppSec USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
=WIA SPONSORS=&lt;br /&gt;
==Our Sponsors==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Silver Sponsors'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198317</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198317"/>
				<updated>2015-08-03T16:40:15Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=Previous WiA Activities=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=AppSec USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
=SPONSOR WIA=&lt;br /&gt;
==Sponsor WIA==&lt;br /&gt;
We'd like to offer a warm thanks to the individuals and organizations that have sponsored the OWASP Women in Technology project. If your organization would like to discuss sponsorship, please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship Packages for AppSec USA 2015:'''&lt;br /&gt;
'''Silver:''' Donate $500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016. (10 sponsorships available)&amp;lt;br&amp;gt;&lt;br /&gt;
'''Gold:''' Donate $1500 or more, get your company name and logo on the WIA Wiki Sponsorship Tab from now until June 2016 and put your literature on the table in the WIA meeting room at AppSec USA (8 sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Platinum:''' Donate $2500 or more, all of the above place a banner stand in the WIA meeting room at AppSec USA and have your company logo/social handle on the screen at the WIA session. (5 Sponsorships available).&amp;lt;br&amp;gt;&lt;br /&gt;
'''Diamond:''' Donate $3500 or more, all of the above plus introduce the WIA speakers at the AppSec USA WIA session. (1 Sponsorship available).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198191</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198191"/>
				<updated>2015-07-30T21:30:49Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* PAST WINNERS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=Previous WiA Activities=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=AppSec USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
'''Carrie Schaper, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Nancy Lornston, 2013 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Tara Wilson, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Chandni Bhowmik, 2011 Winner'''&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198190</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198190"/>
				<updated>2015-07-30T21:25:40Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* WELCOME */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the '''InfoSec Girls''' initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=Previous WiA Activities=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=AppSec USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
==Carrie Schaper, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nancy Lornston, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tara Wilson, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chandni Bhowmik, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198189</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198189"/>
				<updated>2015-07-30T21:24:42Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Want to find out more?'''&amp;lt;br&amp;gt; Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=Previous WiA Activities=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=AppSec USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
==Carrie Schaper, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nancy Lornston, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tara Wilson, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chandni Bhowmik, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198188</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198188"/>
				<updated>2015-07-30T21:23:54Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* WELCOME */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Want to find out more? Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=Previous WiA Activities=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=AppSec USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
==Carrie Schaper, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nancy Lornston, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tara Wilson, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chandni Bhowmik, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198187</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198187"/>
				<updated>2015-07-30T21:22:36Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* ABOUT THE PROGRAM */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. Donate now:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Want to find out more? Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=Previous WiA Activities=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=AppSec USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
==Carrie Schaper, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nancy Lornston, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tara Wilson, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chandni Bhowmik, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198186</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198186"/>
				<updated>2015-07-30T21:21:40Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. Donate now:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Want to find out more? Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
==Women in AppSec==&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=Previous WiA Activities=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=AppSec USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
==Carrie Schaper, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nancy Lornston, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tara Wilson, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chandni Bhowmik, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198185</id>
		<title>Women In AppSec</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Women_In_AppSec&amp;diff=198185"/>
				<updated>2015-07-30T20:59:13Z</updated>
		
		<summary type="html">&lt;p&gt;Kerryjorichards: /* Previous WiA Activities */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=WELCOME=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
==Women in Application Security Program==&lt;br /&gt;
&lt;br /&gt;
The purpose of the Women in AppSec Program is to increase the participation of women in the field of application security. The program was successfully launched in 2011 at AppSec USA, and the aim is to run the program at every OWASP Global AppSec going forward. Most recently, at AppSec EU in Amsterndam in May 2015, a program with the theme &amp;quot;Women in AppSec - Making it Happen&amp;quot; was launched and both a panel and a workshop were included at the event.  &lt;br /&gt;
&lt;br /&gt;
The Women in AppSec program is for any OWASP member who believes that diversity is important to the success of the organization, as well as for women looking to learn more about AppSec or who want to make career connections with like-minded colleagues.  This includes female undergraduate and graduate students, instructors, and professionals who are dedicated to information security or application development. &lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Currently, there is an effort to plan activities for AppSec USA 2015. Volunteers are eagerly sought to support the program at AppSec USA! We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Want to find out more? Join the weekly meeting - reach out via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Regional conferences are also encouraged to host the Women in AppSec program. Contact us via the [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support] to discuss how to successfully run a program at your event. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
! width=&amp;quot;400&amp;quot; align=&amp;quot;left&amp;quot; | &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC3.jpg| left|330px]]  &amp;lt;br/&amp;gt;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:IMG_5579.JPG|left|325px]]&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | [[Image:WiAAPAC2.jpg|left|330px]] &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[https://www.isc2.org/PressReleaseDetails.aspx?id=11240 (ISC)²® Report Reveals Women's Perspective and Skills are Transforming the Information Security Industry October 29, 2013].&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=62i4o15NbgA&amp;amp;list=PLpr-xdpM8wG8ODR2zWs06JkMmlRiLyBXU&amp;amp;index=42 Women in AppSec Panel at AppSec USA 2013: Women in Information Security: Who Are We? Where Are We Going? Why? -- Joan Goodchild (Audio Only)]&lt;br /&gt;
&lt;br /&gt;
=ABOUT THE PROGRAM=&lt;br /&gt;
==Women in AppSec==&lt;br /&gt;
The OWASP Foundation, in recognition of value to both organizations and society, is working to support and enhance programs that increase the participation of women in the field of information and application security. The OWASP Foundation Women in AppSec Program provides merit-based funding for women to attend participating OWASP AppSec conferences. OWASP’s current program objective is to encourage female students at both the undergraduate and graduate levels, instructors, and professional working women who are dedicated to a career in information security and/or application development, to expand their skills and pursue application security. Interested applicants are encouraged to apply to the program running within their region of residence.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''AppSec USA 2015'''&amp;lt;br&amp;gt;&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=Previous WiA Activities=&lt;br /&gt;
&lt;br /&gt;
== AppSec EU 2015 ==&lt;br /&gt;
During AppSec EU there was a panel discussion and workshop supported by the Women in AppSec initiative. Through these sessions we hoped to encourage women to pursue a career in AppSec and help them realize it is an option for them. These sessions was be open to all so we can help build support for the women around us. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Panel: &amp;quot;Women in AppSec - Making it Happen&amp;quot;'''&amp;lt;br&amp;gt;&lt;br /&gt;
During this panel session we discussed what can be done to Make it Happen for Women in AppSec going forward. What have those currently working in the field done to Make it Happen for themselves and other women; what tips and advice do they have to help you do to make a career for yourself or encourage those around you (sister, friend, daughter, etc…) to pursue a career in AppSec? What can we as professionals can do to help encourage girls to go for a career in AppSec?&lt;br /&gt;
&lt;br /&gt;
'''Workshop'''&amp;lt;br&amp;gt;&lt;br /&gt;
During the workshop we introduced female attendees of the conference to what a career in App Sec can involve. We discussed application security and the many career paths available. We hope to build relationships that may lead to a mentoring program for these women.&lt;br /&gt;
&lt;br /&gt;
==WIA Attendee Sponsorship==&lt;br /&gt;
&lt;br /&gt;
In the past, when we have offered sponsorships, we have typically had two winners selected for the sponsorship award; however, the number of winners depends on how much you can afford to sponsor. We recommend that you raise $3000 USD for each winner, at least. In the past, we have given each winner a free conference pass, one free training, and free travel and accommodation to attend the event. &lt;br /&gt;
[[Image:IMG_5746.JPG|right|500x260px]]&lt;br /&gt;
Below is the list of eligibility criteria used to select WIA sponsorship winners at AppSec USA 2013. &lt;br /&gt;
&lt;br /&gt;
* Has provided 2 responsive contacts as reference, and both references are familiar with the candidate, application security, and OWASP.&lt;br /&gt;
* Both references have provided letters of recommendation.&lt;br /&gt;
* Has relevant/appropriate achievement goals for attending the conference.&lt;br /&gt;
* Is the applicant from the region that the conference is taking place in.&lt;br /&gt;
* Has background in volunteering for OWASP or similar organizations.&lt;br /&gt;
* Has participated in one of OWASP's programs or activities?&lt;br /&gt;
* Is either studying, wishing to study, working in AppSec, or interested in working in AppSec.&lt;br /&gt;
* Has financial need.&lt;br /&gt;
* Is a paid OWASP member, and/or employer/school is an OWASP sponsor.&lt;br /&gt;
* Has an interest in exploring application security&lt;br /&gt;
&lt;br /&gt;
We encourage you to create your own set of criteria that will fit the Women In AppSec that you are planning within your region. The criteria above is meant to be a guideline of what has been used in the past.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  &lt;br /&gt;
=GLOBAL CONFERENCES=&lt;br /&gt;
==Global AppSec Conferences==&lt;br /&gt;
&lt;br /&gt;
[[Image:Appsec_APAC.jpg|right|x375px]] &lt;br /&gt;
OWASP AppSec conferences bring together industry, government, security researchers, and practitioners to discuss the state of the art in software security. This series was launched in the United States in 2004 and Europe in 2005. Global AppSec conferences are held annually in North America, Latin America, Europe, and Asia Pacific. Additionally, regional events are held in locations such as Brazil, China, India, Ireland, Israel, and Washington D.C just to name a few. The aim of the foundation is to bring the Women in AppSec Program to each of the four global conference taking place in 2014.&lt;br /&gt;
&lt;br /&gt;
==AppSec APAC==&lt;br /&gt;
&lt;br /&gt;
The AppSec APAC global conference takes place in the Asian-Pacific region. This conference is a reunion of local software security leaders, and aims to present cutting-edge ideas to attendees. OWASP events attract a worldwide audience interested in “what’s next”, and this global conference is no different. The conference is expected to draw 200-250 technologists each year from Government, Financial Services, Media, Pharmaceuticals, Healthcare, Technology, and many more. Women from the Asia-Pacific region are encouraged to apply to the program taking place during AppSec APAC. &lt;br /&gt;
&lt;br /&gt;
==AppSec EU==&lt;br /&gt;
&lt;br /&gt;
The AppSec EU global conference take place in the European region. Executives from Fortune 500 firms along with technical thought leaders such as security architects and lead developers, travel to hear the cutting-edge ideas presented by the software security industry's top talent. This conference is expected to draw 400-500 attendees each year from various regions within the Europe and beyond. Women from the European region are encouraged to apply to the program taking place during AppSec EU Research &lt;br /&gt;
&lt;br /&gt;
==AppSec Latam==&lt;br /&gt;
&lt;br /&gt;
The AppSec LATAM global conference takes place in the Latin American region. AppSec LATAM is a reunion of Latin American, software security leaders, providing a platform to discuss, participate in, and innovate within the software security industry. The conference is expected to draw 200-250 attendees from the Latin American region and beyond. Women in the Latin American region are encouraged to apply to the program taking place during AppSec LATAM. &lt;br /&gt;
&lt;br /&gt;
==AppSec USA==&lt;br /&gt;
&lt;br /&gt;
The AppSec USA global conference takes place in the North American region. AppSec USA is a world-class software security conference for technologists, auditors, risk managers, and entrepreneurs, gathering the world's top practitioner, to share the latest research and practices. This conference is expected to draw over 300 attendees within the North American region. AppSec USA is typically OWASP's biggest conference of the year so women are encouraged to apply to the program taking place during AppSec USA if they live or will be traveling from within North America.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=PLANNING=&lt;br /&gt;
==Planning a WIA Event==&lt;br /&gt;
&lt;br /&gt;
The majority of the planning involved in running the Women in AppSec Program occurs before the conference or regional event. Below, you will find a brief outline of the tasks your team will have to take on. &lt;br /&gt;
&lt;br /&gt;
====Planning &amp;amp; Selection Team====&lt;br /&gt;
&lt;br /&gt;
The first step you will need to take care of is the selection of your planning and selection team. These are the individuals that will be helping you manage the pre-event planning process and the selection of the sessions during the event. You will typically need a team of 5-6 people. The selection committee will then be broken down into several sub-teams of one to two people who will then work on sponsorship, marketing, the grading process, and the call for entries. &lt;br /&gt;
&lt;br /&gt;
==== Sub-Team Roles ====&lt;br /&gt;
&lt;br /&gt;
'''Sponsorship'''&lt;br /&gt;
&lt;br /&gt;
Two people should be responsible for developing the materials and seeking out sponsorships for the program. They will be in charge of creating the sponsorship packages, flyers, and seeking out sponsorship from other chapters and organizations.&lt;br /&gt;
&lt;br /&gt;
'''Marketing'''&lt;br /&gt;
&lt;br /&gt;
At least two people should be responsible for marketing the event. Their job will consist of putting together press releases, keeping the event planners updated on progress, and &lt;br /&gt;
communicating progress to the overall community. They will also be responsible for getting the message out when the team is ready to start accepting applicants. &lt;br /&gt;
&lt;br /&gt;
====Budget====&lt;br /&gt;
As mentioned above, it is up to your team to decide what it is you wish to do during the event - that will determine the budget. &lt;br /&gt;
&lt;br /&gt;
====Sponsorship====&lt;br /&gt;
It is very important to start reaching out to the overall OWASP community and their corporate contacts as potential sponsorship leads. Develop a Sponsorship Strategy and put together a sponsorship flyer outlining the program, what you are seeking, and the benefits of sponsorship. Give incentive for sponsorship and details about the program to get potential sponsors interested. Make sure to include the successes of past Women in AppSec conference events. Once you have your materials and sponsorship packages sorted, you can get started with sponsorship seeking activities. Below you will find an example of the Women in AppSec 2013 sponsorship flyer we sent out to potential sponsors. &lt;br /&gt;
&lt;br /&gt;
[http://appsecusa.org/2013/wp-content/uploads/2013/06/women-in-appsec-sponsorship.pdf Sample of 2013 Sponsorship Flyer]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==During the conference==&lt;br /&gt;
Be sure the engage the women attending the conference in the sessions you have organized: encourage them to not only attend but to be active participants. It's not all about the women try and encourage some men to get involved and attend also, for this initiative to be successful it must be inclusive.&lt;br /&gt;
&lt;br /&gt;
==Post-Conference==&lt;br /&gt;
&lt;br /&gt;
After the conference, it is very important to gather feedback from the participants to make sure they enjoyed the experience. Ask them for a brief description about their experience, with a picture attached for the website. Then write up a review and lessons learned page to document the experience with the program. Make sure to include what can be improved upon in the future.&lt;br /&gt;
&lt;br /&gt;
=AppSec USA 2015=&lt;br /&gt;
Planning is currently underway for AppSec USA 2015 WIA activities.  We are exploring a networking room as well as other activities.  Interested in getting involved? [http://www.tfaforms.com/308703 Contact Form] or [mailto:support@owasp.org OWASP Support]. &lt;br /&gt;
&lt;br /&gt;
Keep an eye on this space for more information!&lt;br /&gt;
&lt;br /&gt;
==Bring the InfoSec Girls to AppSec USA 2015==&lt;br /&gt;
Join the AppSecUSA 2015 Women in AppSec Program Organizing Committee on the OWASP Women in AppSec Community Group: https://myowasp.force.com. We are planning several activities for the AppSec USA event.  &lt;br /&gt;
&lt;br /&gt;
We are especially excited to invite the founders of the InfoSec Girls initiative to the AppSec USA 2015 conference. To bring InfoSec Girls to AppSec USA, we need to raise $7500. We know that with the support of the OWASP community, we can easily get there! Donations above and beyond our goal will be used for future WIA programs around the world. &amp;lt;br&amp;gt;&lt;br /&gt;
'''Donate now:'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;Women In AppSec&amp;lt;/paypal&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''About InfoSec Girls'''&amp;lt;br&amp;gt;&lt;br /&gt;
Based in India, [https://infosecgirls.in/ InfoSec Girls] educates women about information security both at the community level and as a career option. Their kickoff event at C0c0n 2014 in Kochi, Kerala attracted 130 women and was the first event of it’s kind in the region.  &lt;br /&gt;
&lt;br /&gt;
Founders Apoorva Giri and Shruthi Kamath have spoken extensively on cybersecurity and women’s issues in India. Their efforts to bring awareness of cybersecurity to a wider audience has empowered women and girls to consider security careers as well as protect themselves online. They are also members of OWASP WIA. &lt;br /&gt;
&lt;br /&gt;
At AppSec USA in September, they will inspire and inform your organization’s diversity and education programs, as well as give individual OWASP members ideas on how they can contribute to the application security education effort. &lt;br /&gt;
&lt;br /&gt;
Sponsorship opportunities for commercial organizations and OWASP chapters are also available.  Please email Lisa Ly and Kerry Jo Richards (lisal@sabey.com; kerry.richards@aspectsecurity.com) for more information about sponsorship packages.&lt;br /&gt;
&lt;br /&gt;
=PAST WINNERS=&lt;br /&gt;
==Previous Women in AppSec Winners==&lt;br /&gt;
Following their experience at AppSec, winners are encouraged to write a short piece about their experience at the conference and their participation in the Women in AppSec program. Here, they outline their experience with the Women in AppSec Program in their own words. &lt;br /&gt;
&lt;br /&gt;
==Carrie Schaper, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Carrie Schaper Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;OWASP Appsec proved to be a great experience for me, uniting and interacting with friends, professionals, and colleagues from the Information Security space from across the US and Internationally whom were in attendance.  The huge space and well organized functions such as the: trainings, expert talks, panels, bug-bounty, lock-picking village and social events all enhanced the conference experience.  Participating on the Women in IT panel was a wonderful experience, as many women were in attendance and participated in collaborative discussions.  OWASP Appsec held in NY this year, was a premier NY conference not to be missed.  Thank you to OWASP, its attendees and organizers.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Nancy Lornston, 2013 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Nancy Lorntson Small.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |&amp;quot;AppSec 2013 was an awesome experience!  Nowhere in the world can you find the top security experts all in one place at one time (and participate in a marriage proposal!). The conference presentations were well organized and the speakers were prepared to share pros, cons, successes and failures of their work in order to advance the application security domain. The variety of vendors was terrific as well.&lt;br /&gt;
 &lt;br /&gt;
The Women in AppSec panel was an opportunity to advance women's position in the community.  Each speaker shared some very candid remarks about their personal experiences and by the end, it was clear that while more work needs to be done, there is a sincere interest by companies, universities and the industry in general to work on doing the things needed to attract more women to the profession.&lt;br /&gt;
 &lt;br /&gt;
The training course I attended (Open source tools) lived up to it's billing and I came away with several invaluable tips and strategies to improve our program.&lt;br /&gt;
 &lt;br /&gt;
A huge thank you to the Women in App Sec Panel and OWASP in general for this opportunity to attend the premier Application Security Conference in the world.&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Tara Wilson, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Tara wilson.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |“Being fortunate enough to receive the Women in AppSec sponsorhsip is a unique and valuable experience. It is a great opportunity for women to have a chance to bolster their skills and dive deep into the world of application security. I found that attending the conference was not only a great way to experience what the OWASP community has to offer, but it also gives students a chance to network with a great group of people who are passionate about their field and willing to share a wealth of information.” &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chandni Bhowmik, 2011 Winner==&lt;br /&gt;
{| style=&amp;quot;background-color: transparent&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;200&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt; &lt;br /&gt;
! width=&amp;quot;1000&amp;quot; align=&amp;quot;center&amp;quot; | &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | [[Image:Chandni_bhowmik.jpg|100px]]&lt;br /&gt;
| align=&amp;quot;justify&amp;quot; |Chandni Bhowmik is currently completing an M.S. in Computer Security and Information Assurance at the Rochester Institute of Technology (RIT). Her first introduction to OWASP was through the project WebScarab during an application security lab last spring at RIT and her interest in OWASP grew ever since. Over the summer, she started programming open source web applications using built-in security features of Django and Python. She is interested in becoming an information security researcher, and hopes to leverage learning at OWASP AppSec USA 2011 in ad-hoc architecture, mobile platforms and over-all concepts of web application security. Besides secure programming, Chandni enjoys her current research involving digital image forensics and machine learning. In addition to attending school, she has interned in IT security and compliance at Paychex, a Rochester based payroll processing company, and gained industrial experience working an assistant systems engineer for Tata Consultancy Services, a global IT firm. &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CONTACT=&lt;br /&gt;
&lt;br /&gt;
==Contact Us==&lt;br /&gt;
&lt;br /&gt;
If you are interested in another piece of OWASP design for your event or project, please let us know by using the [http://owasp4.owasp.org/contactus.html OWASP Contact Us form]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kerryjorichards</name></author>	</entry>

	</feed>