<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/user/application_security/dast, branch docs-patch-71</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'mnguyen4-master-patch-95950' into 'master'</title>
<updated>2019-08-01T09:07:02+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-08-01T09:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b559d9909f356f718a7da711dcf574dcddbbcc59'/>
<id>b559d9909f356f718a7da711dcf574dcddbbcc59</id>
<content type='text'>
Add Link to Seismic Shift Whitepaper to /dast/ landing page

See merge request gitlab-org/gitlab-ce!30868</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Link to Seismic Shift Whitepaper to /dast/ landing page

See merge request gitlab-org/gitlab-ce!30868</pre>
</div>
</content>
</entry>
<entry>
<title>Refine topics for Phase 2 of SSoT audit</title>
<updated>2019-07-25T14:16:25+00:00</updated>
<author>
<name>Evan Read</name>
<email>eread@gitlab.com</email>
</author>
<published>2019-07-25T14:16:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=12b93fcb4986656bd5d020a6c60054013ed9abb7'/>
<id>12b93fcb4986656bd5d020a6c60054013ed9abb7</id>
<content type='text'>
Includes admin_area and application_security
topics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes admin_area and application_security
topics.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update note section with CTA to whitepaper</title>
<updated>2019-07-17T20:13:54+00:00</updated>
<author>
<name>Matt Nguyen</name>
<email>mnguyen@gitlab.com</email>
</author>
<published>2019-07-17T20:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ac0bc49b568406fb5a0e4a40230902795eb419e3'/>
<id>ac0bc49b568406fb5a0e4a40230902795eb419e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document all the available DAST variables</title>
<updated>2019-07-16T16:54:14+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-07-16T16:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f6888b9b608deb2f36a2198466cd279e1a6f2520'/>
<id>f6888b9b608deb2f36a2198466cd279e1a6f2520</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated docs sections of Secure jobs</title>
<updated>2019-07-09T16:50:04+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-07-09T16:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=72aa6f5b51aea79df40f2447f0ddb86ac910b52e'/>
<id>72aa6f5b51aea79df40f2447f0ddb86ac910b52e</id>
<content type='text'>
The manual job definitions are deprecated and are not
guaranteed to work as expected. We should not confuse
our users with including them in the docs.

This deletes all the deprecated sections and cleans up
the configuration section significantly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The manual job definitions are deprecated and are not
guaranteed to work as expected. We should not confuse
our users with including them in the docs.

This deletes all the deprecated sections and cleans up
the configuration section significantly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changing badges to use parentheses not brackets</title>
<updated>2019-07-08T08:50:38+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-08T08:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2'/>
<id>73c6477b7e07dbdeb86f0c9033e84d7fda2ac0e2</id>
<content type='text'>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we used brackets to denote the tier badges,
but this made Kramdown, the docs site Markdown renderer,
show many warnings when building the site. This is now
fixed by using parentheses instead of square brackets.

This was caused by [PREMIUM] looking like a link to
Kramdown, which couldn't find a URL there.

See:
- https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484
- https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the security tools maintenance and vulnerabilities DB update</title>
<updated>2019-06-26T14:56:11+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-06-19T10:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e49f7905c18d266554d56e21733d4caf5e4a2072'/>
<id>e49f7905c18d266554d56e21733d4caf5e4a2072</id>
<content type='text'>
Addresses the following questions:

- How often do we update the vulnerability DB or analyzers?
- Do we have to update GitLab to benefit from latest vulnerabilities
  definitions?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses the following questions:

- How often do we update the vulnerability DB or analyzers?
- Do we have to update GitLab to benefit from latest vulnerabilities
  definitions?
</pre>
</div>
</content>
</entry>
<entry>
<title>Update application-security index.md's (SAST,DAST,LM and DS)</title>
<updated>2019-06-12T10:33:24+00:00</updated>
<author>
<name>Petar Prokic</name>
<email>pprokic@gitlab.com</email>
</author>
<published>2019-06-12T10:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5b4ff65475b795b368e2e1068873540c2a4cc2d6'/>
<id>5b4ff65475b795b368e2e1068873540c2a4cc2d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note on weekly updates of dast Docker image</title>
<updated>2019-06-06T07:20:54+00:00</updated>
<author>
<name>Victor Zagorodny</name>
<email>vzagorodny@gitlab.com</email>
</author>
<published>2019-06-06T07:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f71b2738670d14b251069c2d287890466a1da378'/>
<id>f71b2738670d14b251069c2d287890466a1da378</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make env vars consistent</title>
<updated>2019-05-21T00:06:47+00:00</updated>
<author>
<name>Philippe Lafoucrière</name>
<email>plafoucriere@gitlab.com</email>
</author>
<published>2019-05-21T00:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=37c8f37c56a6726ee0a34a1bfb3679c654b5287e'/>
<id>37c8f37c56a6726ee0a34a1bfb3679c654b5287e</id>
<content type='text'>
`DAST_TARGET_AVAILABILITY_TIMEOUT` already defaults to 60 in `analyze`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`DAST_TARGET_AVAILABILITY_TIMEOUT` already defaults to 60 in `analyze`
</pre>
</div>
</content>
</entry>
</feed>
